Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/agent/role-code-reviewer-anveio-conveaux/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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*

What's inside
Steps it walks through
  1. Responsibilities
  2. Core Principles
  3. Be Constructive
  4. Focus on What Matters
  5. Timely Reviews
  6. Review Levels
  7. Required Skills
  8. Task Skills
  9. Domain Knowledge
  10. Feedback Format
  11. Approval Criteria
  12. Merge Protocol
  13. Anti-Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going