Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
A comprehensive code review skill for AI agents. Performs structured reviews with a senior engineer lens, covering architecture, security, performance, and code quality.
npx skills add sanyuan0704/code-review-expert
Or via Agent Skills:
npx agent-skills-cli install @sanyuan0704/code-review-expert
After installation, simply run:
/code-review-expert
The skill will automatically review your current git changes.
git diff| Level | Name | Action | |-------|------|--------| | P0 | Critical | Must block merge | | P1 | High | Should fix before merge | | P2 | Medium | Fix or create follow-up | | P3 | Low | Optional improvement |
code-review-expert/
├── SKILL.md # Main skill definition
├── agents/
│ └── agent.yaml # Agent interface config
└── references/
├── solid-checklist.md # SOLID smell prompts
├── security-checklist.md # Security & reliability
├── code-quality-checklist.md # Error, perf, boundaries
└── removal-plan.md # Deletion planning template
Each checklist provides detailed prompts and anti-patterns:
MIT
npx skills add WilsonCx-ch/code-review-expert下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer