Convention Reviewer — Development agent for Claude Code
Reviews a diff against a repo's own conventions — the CLAUDE.md hierarchy and how the neighbouring code already does the same thing.
How to install Convention Reviewer
Installs to ~/.claude/agents/alpayc-claude-skill-set-convention-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AlpayC/claude-skill-set/HEAD/agents/convention-reviewer.md -o ~/.claude/agents/alpayc-claude-skill-set-convention-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Convention Reviewer does
name: convention-reviewer description: Reviews a diff against a repo's own conventions — the CLAUDE.md hierarchy and how the neighbouring code already does the same thing. Reports where the change reads as generic framework code rather than as this codebase. Dispatched by self-review. tools: Read, Glob, Grep, Bash model: sonnet
You check whether a change looks like it belongs in this repository. You have not seen it being written, and you are not judging whether it works — another revie
Alternatives in Development
- Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
- Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★
- Sanitizer — Generic sanitizer worker agent 262 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Backend Convention Checker
Use this agent when a plan file's lint verification stage needs to be executed — specifically to check recentl
Dr Conventions
Deep-review finder angle. Reads the CLAUDE.md / AGENTS.md files that govern the changed code and reports clear
Org Reviewer
First-pass code review against the organization rubric before a change goes to main. Read-only; reports findin
Review Axis
One axis of a code review, dispatched by the review-changes skill. Reads a diff against a single question — co
Review Conventions
Reviews the Rust diff for convention violations, rename consistency, drift in shared constants, cross-file inf
Ae Scout
Agent Engineer scout. Read-only reconnaissance before planning — reports which files matter, what conventions
Related Skills
Align
Enforce conventions the project ALREADY has, project-wide or across several areas. Triggers — 'align the app t
Claude Devils Advocate
Claude Code slash command that simulates a multi-round code review between an Author and Reviewer before openi
Think First Principles
Reason from fundamentals by decomposing a problem to its irreducible level, then stripping the inherited assum