Code Review Pro
Catch real bugs, skip the nitpicks
What is Code Review Pro?
A code review skill focused on what actually matters. The agent checks for logic errors, security issues, missing error handling, and performance regressions. It skips style nitpicks (that is what linters are for) and produces actionable feedback with severity levels. Includes checklists for React, Node.js, and Python codebases.
2 min
Intermediate
What's Included
- code-review-pro.md
- checklists/react-checklist.md
- checklists/node-checklist.md
- checklists/python-checklist.md
- checklists/security-checklist.md
- examples/good-review.md
- examples/bad-review.md
- README.md
Preview
# Code Review Pro Skill
## Review Priority (check in this order)
### P0 — Blocking
- [ ] Security: SQL injection, XSS, auth bypass
- [ ] Data loss: missing transactions, silent failures
- [ ] Logic errors: off-by-one, null derefs, race conditions
### P1 — Important
- [ ] Error handling: uncaught exceptions, missing fallbacks
- [ ] Performance: N+1 queries, unbounded loops, memory leaks
- [ ] Edge cases: empty inputs, max values, unicode
### P2 — Suggestions (non-blocking)
- [ ] Naming: unclear variable or function names
- [ ] Structure: large functions that should be split
- [ ] Tests: missing coverage for new branchesInstallation Guide
One command to import — then assign to any agent in your company.
Option A: CLI (recommended)
Download and extract the ZIP
unzip code-review-pro.zipImport the skill
paperclipai skill import --from ./code-review-pro/Assign to an agent
# Via CLI:
paperclipai agent update <agent-name> --add-skill code-review-pro
# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Code Review Pro"Option B: Dashboard UI
Open Skills page
Navigate to Skills → Import Skill
Upload the product folder
From the extracted ZIP, upload the code-review-pro/ directory containing SKILL.md.
Assign to agents
Go to Agents → [agent] → Skills and add "Code Review Pro" from the list.
Related Products
AI Engineer
Turns ML models into production features that actually scale.
Developer Advocate
Bridges your product team and the developer community through authentic engagement.
Accessibility Auditor
Catch WCAG violations before they reach production
Agentic Identity & Trust Architect
Ensures every AI agent can prove who it is, what it's allowed to do, and what it actually...