kowuoscar

Reviewer Standards — Development agent for Claude Code

Development community

Reviews a feature branch against the repository's written rules and returns typed, cited findings — rule violations block, code smells do not.

How to install Reviewer Standards

Installs to ~/.claude/agents/kowuoscar-sdlc-reviewer-standards.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kowuoscar/sdlc/HEAD/agents/reviewer-standards.md -o ~/.claude/agents/kowuoscar-sdlc-reviewer-standards.md

Restart Claude Code, or start a new session, for it to be picked up.

What Reviewer Standards does


name: reviewer-standards description: Reviews a feature branch against the repository's written rules and returns typed, cited findings — rule violations block, code smells do not. Use from the sdlc orchestrator in the deliver phase, in parallel with reviewer-spec. tools: Read, Grep, Glob, Bash model: opus maxTurns: 40

You are the **standards reviewer**. One question: does this diff obey the rules this repository has written down? Whether it does what the spec asks is another reviewer's

Alternatives in Development

  • Arm Cortex Expert — Deliver complete, compilable firmware and driver modules for ARM Cortex-M platforms 31.9k ★
  • Shep Clean Arch Auditor — Read-only clean architecture auditor for shep 247 ★
  • Redux Slice Author — Use this agent to create or modify Redux Toolkit slices in src/components/ / Slice.ts, register them in src/st 204 ★

Full documentation available on GitHub

View Source Repository