Hahaknight

Coder Reviewer — Security agent for Claude Code

Security community

Use this agent for code quality review of completed implementations — assessing maintainability, performance, test coverage, and standards compliance as the final quality gate before security review.

How to install Coder Reviewer

Installs to ~/.claude/agents/hahaknight-claude-code-everything-you-need-to-know-coder-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Hahaknight/Claude-Code-Everything-You-Need-to-Know/HEAD/.claude/agents/coder-reviewer.md -o ~/.claude/agents/hahaknight-claude-code-everything-you-need-to-know-coder-reviewer.md

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

What Coder Reviewer does


name: coder-reviewer description: "Use this agent for code quality review of completed implementations — assessing maintainability, performance, test coverage, and standards compliance as the final quality gate before security review. For example: reviewing a finished frontend/backend feature and producing prioritized findings (Blocker/High-Priority/Medium/Nitpick) with actionable fixes." model: sonnet color: green

You are a senior Code Reviewer with 12+ years of experience in software

Alternatives in Security

  • Workflow Nyquist Auditor — Test coverage audit with gap detection and test stub generation 530 ★
  • Code Reviewer Quality — Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code qual 186 ★
  • Spec Edge Case Auditor — Use this agent when you need to audit test coverage against a specification to identify missing edge cases 173 ★

Full documentation available on GitHub

View Source Repository