Code Review
Strict review checklist — security, performance, maintainability before merge.
/code-review/review/pr-reviewTemplates · MIT licensed
Drop-in skills for code review, commit conventions, TypeScript discipline, security checks, TDD, and accessibility. Each one compiles to SKILL.md, .cursorrules, .windsurfrules, and copilot-instructions.md.
Strict review checklist — security, performance, maintainability before merge.
/code-review/review/pr-reviewConventional Commits + atomic-PR discipline that keeps history readable.
/commit/git/pr/pull-requestType-first TypeScript — no-any, exhaustive switches, parse-don't-validate.
/typescript/ts/type-safetyOWASP-aligned vulnerability checklist for auth, payments, and user input.
/security-review/security/owaspRED → GREEN → REFACTOR enforcement for new features and bug fixes.
/tdd/test-driven/write-tests-firstWCAG 2.2 AA checklist for components — keyboard, focus, screen readers.
/accessibility/a11y/wcagInterviews you with 3–5 questions before starting any non-trivial task.
/ask-first/interview-me/gather-contextAttacks your plan, then steelmans it, then gives an honest verdict.
/sparring/red-team/stress-test/attack-my-planDrafts the well-formed prompt for your vague request, then runs it.
/write-a-prompt/draft-prompt/meta-promptExplains by analogy and plain language, checking comprehension as it goes.
/explain/feynman/eli5/teach-meSurfaces the wrong assumptions in a plan before money and time go in.
/stress-test/pre-mortem/validate-idea/gut-checkHow to install
Option A · Skillwright
Hit ⌘ K in Skillwright, choose Import from GitHub, paste the template URL. Skillwright compiles for every IDE you use and tracks upstream so you get notified on updates.
Get SkillwrightOption B · Manual
Each template ships pre-compiled outputs in a compiled/ folder. Drop .cursorrulesin your repo root, or paste the body into your IDE's rule field.
Open the repo