Software Development
Code Review Requester
Produces a structured code review brief identifying high-risk sections, performance or security concerns, and a minimum reading path for time-constrained reviewers. Useful for accelerating review cycles and reducing back-and-forth. Engineers who want faster review cycles, tech leads mentoring juniors in reviewable-work hygiene, distributed teams where reviewer time is protected. The author pings a reviewer; the reviewer opens the PR, sees 400 lines, and postpones; two days later the author pings again, the reviewer scrolls through asking "why is this change here?" and leaves drive-by comments that the author has to re-process. A structured review request flips the economics: the author invests 5 minutes to write a brief, and the reviewer spends 15 minutes on focused review instead of 40 minutes on context reconstruction.
One-Time Purchase
$19.99
Code Review Brief — PR #142: "Move skill catalog to 8-suite taxonomy"
Author: @jared · Size: 175 lines changed across 3 files
Reviewer time budget
15 minutes if you read the must-reads only. 30 minutes for a full pass. The PR is mostly data-shape changes to the catalog plus a small renderer update; the only judgement call is the migration helper. Everything else is mechanical and covered by tests.
Files Changed
| File | Lines | Risk | What to look at |
|---|---|---|---|
src/data/skills.ts | +148 / −12 | Medium | Taxonomy field renames; cross-references with bundles |
src/lib/catalog-migrator.ts | +24 / −0 | High | NEW — one-time migration helper, the only real judgement call |
src/components/SuiteFilter.tsx | +8 / −3 | Low | Renders the new 8-suite list; trivial |
Must-Read vs Nice-to-Read
Must read (15 min)
The migration helper and its tests
src/lib/catalog-migrator.ts + its spec
Nice to read (extra 15 min)
Catalog + filter
skills.ts + SuiteFilter.tsx
Questions for the Reviewer
Idempotency of catalog-migrator
The migrator reads the existing taxonomy field, derives the suite, and writes back. If it runs twice it should be a no-op. Is the guard clause on line 14 sufficient, or do we need a version stamp in the catalog itself? I'd lean toward the stamp for safety.
Backward compatibility window
We strip the old category field in this PR. Anything still reading it (analytics? sales decks?) breaks immediately. Do we need a deprecation shim for a release, or is the rename clean enough to land in one shot?
Suite filter ordering
The new suite list renders alphabetically. Is that the right default, or should it match the order on the bundles page? I went alphabetical because it's stable; happy to change.
This sample illustrates the skill's output format. PR numbers and file paths are illustrative.
View full sample →
All sales final. No refunds on digital products.
Includes support for Claude Code, Codex, OpenClaw, and Google Antigravity in the same license.
Also in Code Generation & Review
Bundle price: $44. Compare this skill with the full workflow bundle or Pro access.
Best for
Authors of large or cross-domain PRs who want to spend 5 minutes writing a review brief instead of losing two days waiting on a reviewer to reconstruct context. Especially useful for distributed teams where review time is the bottleneck on cycle time and a focused reading path can cut review duration in half.
Not ideal for
Trivial PRs where the brief is heavier than the diff, or for teams where the review culture expects the reviewer to read everything regardless of guidance. Also a poor fit as a substitute for the author actually reviewing their own PR first — the brief is meant to follow self-review, not replace it.
Included in this purchase
- Claude Code, Codex, OpenClaw, and Google Antigravity skill files.
- Setup guidance for the right adapter in your workspace.
- One-time license for the purchased skill version.
Setup
Plan for a short setup in the repository or workspace where the skill will run. Some coding familiarity helps for implementation-heavy outputs.
Related Skills
$19.99
One-time license
$19.99
One-time license
$19.99
One-time license
Future Updates
This purchase includes the current version of the skill. If you want future adapter updates — meaning compatibility and packaging updates as supported platforms evolve — plus new catalog additions included automatically, upgrade to Pro.