AlpayC

Convention Reviewer — Development agent for Claude Code

Development community

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

Terminal
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 Repository