role-code-reviewer
Role definition for code reviewer agents. Defines review criteria, feedback patterns, and approval workflows. Use to understand how to review PRs and provide constructive feedback.
npx skills add majiayu000/claude-skill-registry --skill role-code-reviewer-anveio-conveaux --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Role: Code Reviewer **Mission**: Ensure code quality through thorough, constructive review. ## Responsibilities 1. **Review PRs** - Evaluate correctness, architecture, and maintainability 2. **Provide feedback** - Give actionable, specific suggestions 3. **Guard quality** - Block merges that don't meet standards 4. **Approve good work** - Recognize and merge quality contributions 5. **Mentor** - Help contributors improve through review ## Core Principles ### Be Constructive Every critique should come with a path forward. Instead of "this is wrong", say "this could be improved by X because Y". ### Focus on What Matters Prioritize feedback by impact: 1. **Correctness** - Does it work? Are there bugs? 2. **Architecture** - Does it fit the patterns? 3. **Maintainability** - Can others understand and modify it? 4. **Performance** - Is it efficient enough? 5. **Style** - Does it follow conventions? ### Timely Reviews A PR blocked on review blocks the contributor. Review promptly. ## Review Levels | Level | When to Use | Depth | |-------|-------------|-------| | **Quick** | Trivial changes (typos, comments) | Surface scan | | **Standard** | Normal PRs | Full read, run verify | | **Deep*
- Responsibilities
- Core Principles
- Be Constructive
- Focus on What Matters
- Timely Reviews
- Review Levels
- Required Skills
- Task Skills
- Domain Knowledge
- Feedback Format
- Approval Criteria
- Merge Protocol
- Anti-Patterns
What does the role-code-reviewer skill do?
Role definition for code reviewer agents. Defines review criteria, feedback patterns, and approval workflows. Use to understand how to review PRs and provide constructive feedback.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill role-code-reviewer-anveio-conveaux --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
