refactor
49Skill Claude CodeCodex
Refactor flow: triage complexity → gather criteria → baseline → implement → verify → review → complete. Simple refactors skip challenge/prove-it. Criteria come from the issue body.
Skill Claude CodeCodex
Refactor flow: triage complexity → gather criteria → baseline → implement → verify → review → complete. Simple refactors skip challenge/prove-it. Criteria come from the issue body.
Skill Claude CodeCodex
Run parallel code reviews: principles-reviewer (SRP/design), hygiene-reviewer (reuse/patterns/idioms), test-reviewer (pyramid/coverage), and security-reviewer (PII/secrets). Surfaces conflicts for human decision.
Skill Claude CodeCodex
Search for similar patterns, anti-patterns, or issues elsewhere in the codebase after a fix or feature. Use after implementing a fix to catch the same bug in other places, or proactively to audit for a known pattern.
Skill Claude CodeCodex
Review specs and tests for pyramid placement, quality, and efficiency (readability, speed, memory, caching, build serialization).
Skill Claude CodeCodex
Create a PR with a filled-in template. Use when: 'write pr', 'create pr', 'open pr', 'make a pr', 'ship it', or after implementation is done and user wants to open a PR.
Plugin Claude Code
Debate a design question with N agents arguing different positions, then synthesize a recommendation.
Skill Claude CodeCodex
Debate a design question with N agents arguing different positions, then synthesize a recommendation. Use when there are multiple valid approaches, the user says 'debate this', 'quorum', or wants perspectives stress-tested before deciding.
Plugin Claude Code
Parallel code review with 4 agents: principles (SRP/design/readability), hygiene (reuse/patterns/idioms/dead code), test (pyramid/coverage), and security (PII/secrets). Orchestrator pre-fetches diff once, agents use task checklists.
Skill Claude CodeCodex
PII-scrub and publish a skill from /.claude/skills/ to the public /claude-skills repo. Use when a skill is ready to share publicly.
Skill Claude CodeCodex
Rebase current branch on origin/main. Use when the user says 'rebase', 'rebase main', 'update from main', 'sync with main', or before opening a PR.
Skill Claude CodeCodex
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas.
Skill Claude CodeCodex
Post a PR review request to a team Slack channel. Use when a PR is ready for review, all checks pass, and it needs human eyes.
Skill Claude CodeCodex
Spawn a sister Claude session in a new tmux window of the current tmux session, briefed with a delegated sub-thread. Use when the user says 'fork yourself into a tmux window', 'fork off to a window', 'spawn a sister', 'hand this off to a sister', '/tmux-window-fork', or when a side-investigation has grown large enough…