pr-reviewer
by Kevin Cline
Automated, high-precision code reviews that detect bugs, security flaws, and performance bottlenecks in your PRs.
- Detect security vulnerabilities like hardcoded secrets and XSS before merging
- Identify performance bottlenecks like N+1 queries in new database logic
- Enforce code quality standards and catch "magic numbers" or dead code
$12
One-time purchase · Own forever
Included in download
- Detect security vulnerabilities like hardcoded secrets and XSS before merging
- Identify performance bottlenecks like N+1 queries in new database logic
- terminal automation included
- Includes example output and usage patterns
See it in action
### HIGH
[auth.ts:42] Possible SQL Injection
Category: Security
Issue: User ID is interpolated directly into the query string.
Suggestion:
```typescript
const user = await db.execute('SELECT * FROM users WHERE id = ?', [userId]);
```pr-reviewer
by Kevin Cline
Automated, high-precision code reviews that detect bugs, security flaws, and performance bottlenecks in your PRs.
$12
One-time purchase · Own forever
⚡ Also available via Agensi Pro — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Detect security vulnerabilities like hardcoded secrets and XSS before merging
- Identify performance bottlenecks like N+1 queries in new database logic
- terminal automation included
- Includes example output and usage patterns
- Instant install
See it in action
### HIGH
[auth.ts:42] Possible SQL Injection
Category: Security
Issue: User ID is interpolated directly into the query string.
Suggestion:
```typescript
const user = await db.execute('SELECT * FROM users WHERE id = ?', [userId]);
```About This Skill
What it does
This skill provides an automated, deep-dive code review of your current working branch compared to your base branch (main/master). It systematically analyzes your diff across six critical dimensions: correctness, security, performance, code quality, test coverage, and documentation.
Why use this skill
Manual code reviews are time-consuming and prone to human oversight. While standard LLM prompting might catch surface-level issues, this skill follows a rigorous multi-step engineering process: it identifies the merge-base, reads full file context (not just the diff), analyzes commit history quality, and categorizes findings by technical severity. It replaces vague feedback with structured, actionable PR_REVIEW.md files that include specific code suggestions.
Supported tools
- Git Integration: Works with any local repository to determine branch diffs and history.
- Multi-language Support: Analyzes patterns in JavaScript, Python, Java, C++, and more.
- Contextual Read: Uses local file access to understand the broader codebase surrounding your changes.
- Automated Reporting: Generates a persistent markdown report in your root directory.
The Output
You receive a professional-grade PR_REVIEW.md file categorized by severity (CRITICAL to INFO). It identifies specific line numbers, explains the underlying risk (e.g., N+1 queries, XSS vulnerabilities, or race conditions), and provides logic-ready code blocks for quick fixes.
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
Use Cases
- Detect security vulnerabilities like hardcoded secrets and XSS before merging
- Identify performance bottlenecks like N+1 queries in new database logic
- Enforce code quality standards and catch "magic numbers" or dead code
- Verify that new features have corresponding test coverage and documentation
How to Install
unzip pr-reviewer.zip -d ~/.claude/skills/Reviews
No reviews yet — be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.
changelog-generator
Generates user-facing changelogs from git history. Transforms developer commit messages into clear release notes that users actually understand.