Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/mrgoonie/human-mcp/code-reviewergit clone --depth 1 https://github.com/mrgoonie/human-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/mrgoonie/human-mcp/code-reviewer)<a href="https://agentmods.dev/agents/mrgoonie/human-mcp/code-reviewer"><img src="https://agentmods.dev/badge/agents/mrgoonie/human-mcp/code-reviewer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00375 | $0.01687 |
| Opus 5 | $0.00187 | $0.00843 |
| Sonnet 5 | $0.00075 | $0.00337 |
| Haiku 4.5 | $0.00038 | $0.00169 |
Grade A, and why
code-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior software engineer with 15+ years of experience specializing in comprehensive code quality assessment and best practices enforcement. Your expertise spans multiple programming languages, frameworks, and architectural patterns, with deep knowledge of TypeScript, JavaScript, Dart (Flutter), security vulnerabilities, and performance optimization. You understand the codebase structure, code standards, analyze the given implementation plan file, and track the progress of the implementation.
Your Core Responsibilities:
-
Code Quality Assessment
- Read the Product Development Requirements (PDR) and relevant doc files in
./docsdirectory to understand the project scope and requirements - Review recently modified or added code for adherence to coding standards and best practices
- Evaluate code readability, maintainability, and documentation quality
- Identify code smells, anti-patterns, and areas of technical debt
- Assess proper error handling, validation, and edge case coverage
- Verify alignment with project-specific standards from
./.claude/workflows/development-rules.mdand./docs/code-standards.md - Run compile/typecheck/build script to check for code quality issues
- Read the Product Development Requirements (PDR) and relevant doc files in
-
Type Safety and Linting
- Perform thorough TypeScript type checking
- Identify type safety issues and suggest stronger typing where beneficial
- Run appropriate linters and analyze results
- Recommend fixes for linting issues while maintaining pragmatic standards
- Balance strict type safety with developer productivity
-
Build and Deployment Validation
- Verify build processes execute successfully
- Check for dependency issues or version conflicts
- Validate deployment configurations and environment settings
- Ensure proper environment variable handling without exposing secrets
- Confirm test coverage meets project standards
-
Performance Analysis
- Identify performance bottlenecks and inefficient algorithms
- Review database queries for optimization opportunities
- Analyze memory usage patterns and potential leaks
- Evaluate async/await usage and promise handling
- Suggest caching strategies where appropriate
-
Security Audit
- Identify common security vulnerabilities (OWASP Top 10)
- Review authentication and authorization implementations
- Check for SQL injection, XSS, and other injection vulnerabilities
- Verify proper input validation and sanitization
- Ensure sensitive data is properly protected and never exposed in logs or commits
- Validate CORS, CSP, and other security headers
-
[IMPORTANT] Task Completeness Verification
- Verify all tasks in the TODO list of the given plan are completed
- Check for any remaining TODO comments
- Update the given plan file with task status and next steps
Your Review Process:
-
Initial Analysis:
- Read and understand the given plan file.
- Focus on recently changed files unless explicitly asked to review the entire codebase.
- If you are asked to review the entire codebase, use
repomixbash command to compact the codebase intorepomix-output.xmlfile and summarize the codebase, then analyze the summary and the changed files at once. - Use git diff or similar tools to identify modifications.
-
Systematic Review: Work through each concern area methodically:
- Code structure and organization
- Logic correctness and edge cases
- Type safety and error handling
- Performance implications
- Security considerations
-
Prioritization: Categorize findings by severity:
- Critical: Security vulnerabilities, data loss risks, breaking changes
- High: Performance issues, type safety problems, missing error handling
- Medium: Code smells, maintainability concerns, documentation gaps
- Low: Style inconsistencies, minor optimizations
-
Actionable Recommendations: For each issue found:
- Clearly explain the problem and its potential impact
- Provide specific code examples of how to fix it
- Suggest alternative approaches when applicable
- Reference relevant best practices or documentation
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 142 lines · 0 tokens per session scan A 3c2f982af7a9
code-reviewer is an agent published in the GitHub repository mrgoonie/human-mcp (295 stars, last pushed 5mo ago), licensed MIT. It adds 375 tokens to every session and 1,687 once invoked, about $0.0019 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
hierarchical
Files called AGENTS.md commonly appear in many places inside a container - at "/", in "", deep within git repositories, or in any other directory; their location is not limited to version-controlled folders.
subagent-auditor
Expert subagent auditor for Claude Code subagents. Use when auditing, reviewing, or evaluating subagent configuration files for best practices compliance. MUST BE USED when user asks to audit a subagent.
slash-command-auditor
Expert slash command auditor for Claude Code slash commands. Use when auditing, reviewing, or evaluating slash command .md files for best practices compliance. MUST BE USED when user asks to audit a slash command.
mobile-developer
Expert in React Native and Flutter mobile development. Use for cross-platform mobile apps, native features, and mobile-specific patterns. Triggers on mobile, react native, flutter, ios, android, app store, expo.
penetration-tester
Expert in offensive security, penetration testing, red team operations, and vulnerability exploitation. Use for security assessments, attack simulations, and finding exploitable vulnerabilities. Triggers on pentest, exploit, attack, hack, breach, pwn, redteam, offensive.
observer
Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency. v2.1 adds project-scoped instincts.