Solo Unicorn Club logo

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.

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

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.

solo-unicornclaude-code

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.
Previewcode-review-pro.md
# 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.

Discuss implementation