/suede-code · Code review + ship grade

Every merge gets a verdict it can't argue with.

One run returns both halves of a review: severity-ranked findings with file and line evidence, and the A to F ship grade where the weakest of seven lanes caps the letter. A hardcoded secret, or an auth check a request param can walk around, locks the grade at F and prints the file and the line. It runs only when you ask for a review, a grade, a security check, or a merge verdict.

View skill folder Install options

"grade this diff before I merge" /suede-code Ask in plain words. The router reads the request and loads this lane; MCP agents find it with list_suede_skills.
$ /suede-code review src/auth/login.ts 7 lanes armed · instant-F triggers live P1 · session token written to logs · login.ts:88 SHIP GRADE: D · HOLD fix brief attached · re-run to clear

Copy just this skill

Claude Code project-level copy:

git clone https://github.com/JasonColapietro/suede-creator-skills.git /tmp/suede-creator-skills
mkdir -p .claude/skills
cp -R /tmp/suede-creator-skills/skills/suede-code .claude/skills/

Codex installer:

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo JasonColapietro/suede-creator-skills \
  --path skills/suede-code

What it covers

  • Deep, evidence-based code findings and a blunt A-F ship grade in one pass.
  • File-level evidence, impact, and a concrete fix path for every blocking finding.
  • Target, intent, and risk-lane mapping before judging a diff, PR, route, API, or release.
  • Repo gates such as typecheck, lint, tests, dependency audit, and secret scanning when they exist.
  • Instant-F triggers, language traps, OWASP checks, grade caps, and release-review modes.
  • A deploy safety gate that turns the grade into ship, ship-with-caveats, or hold.

When to use it

  • Use it for explicit review, grade, audit, security-check, or ship-gate requests.
  • Use it on diffs, PRs, files, route changes, API changes, release builds, and fix verification.
  • Use deeper review for auth, payments, migrations, public APIs, and cross-file behavior.
  • Not for: findings-only review with Accessibility/SEO lanes (use suede-code-review).
  • Not for: grade-only with no findings (use suede-code-grader).
  • Not for: wiring CI or branch protection (use suede-ci-gate).

Best prompt

Use $suede-code to run a --standard review of the current diff against main. Intent: add checkout webhook handling. Risk lanes: backend, payments, data, auth, tests, and deploy readiness. Run available gates, report findings with file evidence, grade each lane, apply the deploy safety gate, and give the final ship gate.

Related skills

Related pages: Suede Code Review, Suede Code Grader, and Suede Ship Gate.

Install this skill

It ships inside the Suede Creator Skills pack, so one install brings the whole pack and this skill with it. Claude Code takes two commands the first time and one after that; Codex installs the same pack natively.

terminal · install the pack
Claude Code
$ /plugin marketplace add JasonColapietro/suede-creator-skills
$ /plugin install suede-skills@suede
Codex
$ codex plugin add suede-skills@suede-codex

Cursor, Copilot, and Windsurf install through the skills CLI. Every path is on the install page, and every folder is readable first on GitHub.

Proof is part of the release.

First install takes two commands. After the marketplace is added, install is one. Every skill is plain Markdown.

$ /plugin marketplace add JasonColapietro/suede-creator-skills → /plugin install suede-skills@suede All install paths