Skill Claude CodeCodex
Complete feature development with structured options for merge, PR, or cleanup.
Skill Claude CodeCodex
Complete feature development with structured options for merge, PR, or cleanup.
Skill Claude CodeCodex
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation.
Skill Claude CodeCodex
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search.
Skill Claude CodeCodex
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding.
Skill Claude CodeCodex
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks.
Skill Claude CodeCodex
Create isolated git worktrees with smart directory selection and safety verification.
Skill Claude CodeCodex
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context.
Skill Claude CodeCodex
Validate at every layer data passes through to make bugs impossible.
Skill Claude CodeCodex
Systematically trace bugs backward through call stack to find original trigger.
Skill Claude CodeCodex
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Skill Claude CodeCodex
Run verification commands and confirm output before claiming success.
Skill Claude CodeCodex
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers.
Skill Claude CodeCodex
TDD for process documentation - test with subagents before writing, iterate until bulletproof.
Skill Claude CodeCodex
Maintain skills wiki health - check links, naming, cross-references, and coverage.
Skill Claude CodeCodex
Fork, clone to /.clank, run installer, edit CLAUDE.md.
Skill Claude CodeCodex
RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes.
Skill Claude CodeCodex
Replace arbitrary timeouts with condition polling for reliable async tests.
Skill Claude CodeCodex
Write the test first, watch it fail, write minimal code to pass.
Skill Claude CodeCodex
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.