code-review
01Skill Claude CodeCodex
Systematic code review process. Activate when the user asks for a code review, PR review, or quality check — provides a structured checklist-based review workflow.
Skill Claude CodeCodex
Systematic code review process. Activate when the user asks for a code review, PR review, or quality check — provides a structured checklist-based review workflow.
Skill Claude CodeCodex
Phase 1 of the Spec-Driven Development cycle. Activate when the user wants to add a feature, modify an API, or make any significant behavioral change — guides through collaborative requirements discovery and writing an approved spec.md before any implementation begins.
Skill Claude CodeCodex
Planning the implementation of an approved specification. Activate when the user has an approved spec and needs to break it down into an actionable implementation plan with tasks, dependencies, and milestones.
Skill Claude CodeCodex
New project setup & product discovery workflow. Activate FIRST when the user wants to create a new project from scratch, plan a new product/idea from scratch, or setup initial scaffolding, tooling, and ADR-001 architecture documentation.
Skill Claude CodeCodex
The full Spec-Driven Development cycle for features and modules. Activate when the user wants to start an SDD cycle — provides an overview of all 4 phases (Discovery & Specification, Implementation Planning, TDD Implementation, Code Review) and routes to the correct phase skill.
Skill Claude CodeCodex
Test-Driven Development workflow for implementing features. Activate when the user is ready to write code — guides through the red-green-refactor cycle with structured test planning.
Cursor rule
REST API design standards, endpoint naming, HTTP methods, response structures, and status codes.
Cursor rule
Backend application architecture, dependency injection, transaction handling, logging, and caching.
Cursor rule
Systematic code review process. Activate when performing a code review, PR review, or quality check.
Cursor rule
Database design, schemas, naming conventions, indexes, query optimization, and zero-downtime migrations.
Cursor rule
Frontend architecture, component design, styling, state management, accessibility (a11y), and performance optimization.
Cursor rule
Universal coding rules that apply to every interaction.
Cursor rule
Planning the implementation of an approved specification. Activate when breaking down a spec into actionable tasks, dependencies, and milestones.
Cursor rule
Enforces Spec-Driven Development workflow. Activate when adding features, creating endpoints, or modifying architecture.
Cursor rule
Test-Driven Development workflow for implementing features. Activate when writing code — guides through the red-green-refactor cycle.