Skip to content
← All skills

review-with-coding-standards

Review a pull request against the coding standards — existing review comments become hot zones, every finding cites its rule, and nothing is posted to GitHub without explicit approval.

User-invoked — reachable only when you type it.

Reviews the diff against the standards, looking hardest where human reviewers already commented. Every finding cites its rule, and nothing posts to GitHub without your approval.

Quickstart

Install
npx skills add EddyVinck/skills --skill=review-with-coding-standards
Update
npx skills update review-with-coding-standards
Source on GitHub

What it does

review-with-coding-standards reviews a pull request against your distilled coding standards: every changed file is checked against the docs its maps route to, and every finding carries a doc#rule citation. Nothing is posted to GitHub without your explicit, per-comment approval — the deliverable is a report of ready-to-post comments, and posting is a separate step.

The PR’s existing review threads become hot zones: the places human attention already went get the closest look, and each thread gets a verdict — covered by a rule, uncovered (a legitimate point no rule addresses), or already resolved by the diff.

When to reach for it

Prerequisites

A standards structure to review against — resolved exactly as apply-coding-standards resolves it — plus an authenticated gh CLI. It reads the PR from a fetched ref, so your working tree stays on your own branch.

Hot zones and the uncovered list

The two-pass shape is the point: the broad pass grounds every finding in a citation, and the hot-zone pass turns existing human comments into a test of the standards themselves. Every uncovered verdict — a real point no rule covers — is a candidate for amend-coding-standards or the next distill run, so reviewing PRs continuously sharpens the rulebook.

It’s working if

Where it fits

A chain step in the coding-standards flow, on the reviewing side: apply-coding-standards enforces the rules while writing, this skill enforces them while reviewing, and its uncovered findings feed amend-coding-standards and distill-coding-standards. For the map of the whole set, see ask-eddy.