code-reviewer
by Samuel Rose
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
- Identify security vulnerabilities like SQL injection and cross-site scripting
- Surface performance bottlenecks and logic errors before deployment
- Categorize findings by severity to prioritize critical fixes first
Free
Sample input
Review my recent changes in auth.ts. I've just implemented the password hashing logic for the new user registration flow.
Sample output
Review Summary
The PR looks solid, but has one critical security flaw.
Critical
auth.ts:15 — Unsalted MD5 used for passwords.
const hash = crypto.createHash('md5').update(password).digest('hex');
Use Argon2 or bcrypt instead to prevent rainbow table attacks.
code-reviewer
by Samuel Rose
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, GitHub Copilot CLI
- Instant install
Sample input
Review my recent changes in auth.ts. I've just implemented the password hashing logic for the new user registration flow.
Sample output
Review Summary
The PR looks solid, but has one critical security flaw.
Critical
auth.ts:15 — Unsalted MD5 used for passwords.
const hash = crypto.createHash('md5').update(password).digest('hex');
Use Argon2 or bcrypt instead to prevent rainbow table attacks.
About This Skill
Run a structured code review on your recent changes without waiting for a teammate. This skill checks for security vulnerabilities (SQL injection, XSS, authentication bypasses), logic errors, edge cases, performance issues, and style violations.
Findings are organized by severity: Critical, Warning, and Suggestion. Each finding includes the file, line number, a description of the issue, and a concrete fix. Use it as a first pass before peer review, or as your only reviewer on solo projects.
Use Cases
- Identify security vulnerabilities like SQL injection and cross-site scripting
- Surface performance bottlenecks and logic errors before deployment
- Categorize findings by severity to prioritize critical fixes first
- Apply suggested code examples to resolve style and syntax violations
Known Limitations
- Cannot execute code to find runtime-only bugs.
- Limited context on very large monorepos (better results on specific diffs).
- May not catch violations of private/internal proprietary libraries.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/code-reviewer -o /tmp/code-reviewer.zip && unzip -o /tmp/code-reviewer.zip -d ~/.claude/skills && rm /tmp/code-reviewer.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
Perfect!
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, GitHub Copilot CLI, Sourcery, and SKILL.md-compatible agents.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.