Skill Packs
Code Review Pro
Catch real bugs, skip the nitpicks
// First 7 days
What can be running fast.
01
Get a ready-to-run system that replaces blank-page setup.
02
Ship a usable package with 8 included files and working structure.
03
Move from purchase to first setup in about 2 min.
// Included files
What is inside the package.
Description
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.
Upgrade path
- 01Start with this package and validate the workflow.
- 02Add specialized skills or bundles once the core system is stable.
- 03Use the community to sharpen positioning, demos, and feedback loops.
# 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 branches// Community acceleration
Use the room after the purchase.
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Related products
More from this shelf.
automate / Write the test first, every time, without being told
TDD Master Skill
Write the test first, every time, without being told
automate / Systematic bug isolation instead of random print statements
Debug Detective
Systematic bug isolation instead of random print statements
automate / Deep research with sources, not hallucinated summaries
Research Analyst
Deep research with sources, not hallucinated summaries
automate / Long-form articles that read like a human wrote them
Content Writer
Long-form articles that read like a human wrote them