code-review

Featured

Review the diff since a fixed point along two axes — Conventions (does the code follow this repo's coding standards and Tidy First practices?) and Intent (does the change do what it claims to do?). Runs both reviews in parallel sub-agents and reports them side by side. Use when you want to review a branch, a PR, work-in-progress changes, or ask to "review since X".

Code & Development 114 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Two-axis review of the diff between `HEAD` and a fixed point the user supplies: - **Conventions** — does the code follow this repo's documented coding standards and Tidy First practices? - **Intent** — does the change faithfully do what it claims to do? Both axes run as **parallel sub-agents** so they don't pollute each other's context, then this skill aggregates their findings. ## Where This Fits This skill owns **micro / local quality** — conventions, clarity, correctness of individual changes. It answers: "Is this change well-crafted and does it do what it says?" For **macro / structural quality** (architecture, code judo, 1k-line limits, abstraction quality), use `code-quality-review`. That skill asks: "Is there a dramatically simpler structure hiding inside this implementation?" | Concern | code-review (this skill) | code-quality-review | |---|---|---| | Clean code & naming | ✅ Primary owner | — | | Tidy First practices | ✅ Primary owner | — | | Behavior matches commits | ✅ Primary owner | — | | Guard clauses, helper vars | ✅ Primary owner | — | | File under 1k lines | Flag if crossed | Enforce strictly | | Structural simplification | Note opportunities | Demand code judo | | Abstraction quality | Flag thin wrappers | Delete unnecessary layers | ### Companion Skills A complete quality pipeline, in order: | Phase | Skills | Purpose | |-------|--------|---------| | 1. Discovery | `blindspot-pass`<br>`context-discovery` | Find unknown unknowns and gather project co...

Details

Author
jellydn
Repository
jellydn/my-ai-tools
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

code-review

Pre-PR critical pass. Six dimensions (correctness, tests, security, structure, readability, perf). Two modes (strict/souple). Composes the native /code-review and codex CLI. Use on a diff.

0 Updated today
voidcorp-core
Code & Development Listed

code-review

Review a change along two axes — Standards (does the code follow the repo's documented standards, plus a smell baseline?) and Spec (does it faithfully implement the originating issue/spec?) — run as parallel sub-agents and reported side by side, prioritizing correctness, lifecycle, and security over style. Use when reviewing a branch, PR, or work-in-progress change, or when asked to "review since X".

4 Updated 3 days ago
arch3rPro
Code & Development Listed

code-review

Use when the user wants a code review of a branch, PR, MR, or working diff against its acceptance criteria and declared scope, in whatever form they take in this repo. Triggers on "review my branch", "review this PR", "check this diff before I raise it", "is this ready to merge". Works with any language, delivery process, or issue tracker. Produces a structured verdict with blocking, warning, and suggestion findings; writes no source changes. Do NOT use to address or fix review findings (code-review-fix), to implement work (implement), to publish a review to a provider as its reviewer (merge-request-review), to sign off completion of a larger body of work (validate), or to review rendered UI (ux-design-review).

2 Updated yesterday
carinyaparc