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/wcagHow 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