devops
$4.99
Code Reviewer
Automated code review agent with style enforcement and security checks
●
INSTALL
sv install sarahcodes/code-reviewer
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/code-reviewer/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/code-reviewer/ directory.
curl -sL https://skillvault.md/api/packages/sarahcodes/code-reviewer/download -o code-reviewer.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/sarahcodes/code-reviewer/download
Download the zip, extract, and copy the relevant files into your project.
●
WHAT'S INSIDE
SKILL: style-checkSKILL: security-scanSKILL: complexity-reportAGENT: review-botHOOKSRULESCLAUDE.MD
●
COMPATIBILITY
Claude CodeCursorCopilot
●
DESCRIPTION
Code Reviewer\n\nAn opinionated code review agent that catches bugs, enforces your team's style guide, and flags potential security issues before they hit PR.\n\n## Agent: review-bot\n\nThe core agent reads diffs, understands context from surrounding code, and leaves inline comments just like a senior engineer would.\n\n## Includes\n\n- Pre-commit hook for instant feedback\n- Configurable rules (strictness levels 1-5)\n- Supports JS/TS, Python, Go, Rust\n- Security pattern detection (SQL injection, XSS, secrets in code)\n\n``bash\nsv install sarahcodes/code-reviewer\n``
●
VERSION HISTORY
No version history available.
●
REVIEWS
Catches real bugs
Set up the pre-commit hook and it caught a SQL injection pattern on day one. The style enforcement is configurable enough to match our team standards. Great investment at $5.
Feb 20, 2026