Skill Claude CodeCodex
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".
Skill Claude CodeCodex
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?".
Skill Claude CodeCodex
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file".
Skill Claude CodeCodex
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Skill Claude CodeCodex
Archive merged feature specs into project memory with provenance, sweep discovery, and gated cleanup.
Skill Claude CodeCodex
Generate a custom checklist for the current feature based on user requirements.
Skill Claude CodeCodex
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Skill Claude CodeCodex
Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.
Skill Claude CodeCodex
Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.
Skill Claude CodeCodex
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Skill Claude CodeCodex
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
Skill Claude CodeCodex
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Skill Claude CodeCodex
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
Skill Claude CodeCodex
Auto-commit changes after a Spec Kit command completes.
Skill Claude CodeCodex
Create a feature branch with sequential or timestamp numbering.
Skill Claude CodeCodex
Initialize a Git repository with an initial commit.
Skill Claude CodeCodex
Detect Git remote URL for GitHub integration.
Skill Claude CodeCodex
Validate current branch follows feature branch naming conventions.
Skill Claude CodeCodex
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Skill Claude CodeCodex
Execute the implementation planning workflow using the plan template to generate design artifacts.
Skill Claude CodeCodex
Perform a post-implementation retrospective analysis measuring spec adherence, implementation deviations, and lessons learned.
Skill Claude CodeCodex
General code quality review — project guideline compliance, bug detection, code quality analysis.
Skill Claude CodeCodex
Code comment accuracy verification, documentation completeness assessment, comment rot detection.
Skill Claude CodeCodex
Error handling review — silent failure detection, catch block analysis, error logging.
Skill Claude CodeCodex
Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.