task-discard
25Command
PitWay: Abandon a dispatched task's worktree without integrating.
Command
PitWay: Abandon a dispatched task's worktree without integrating.
Command
PitWay: Prepare a parallel-eligible task for worktree execution.
Command
PitWay: Apply a dispatched task's worktree commit to the main tree.
Command
PitWay: Show a task's status, or its minimal execution context.
Command
PitWay: Transition a task's status; completion commits its files atomically.
Command
PitWay: Run an inprogress task's approved verification command and persist evidence.
Command
PitWay: Accumulate measured planning or qa token usage onto a milestone.
Command
PitWay: Bounded, approve-before-edit correction after every task is done.
Command
PitWay: Run approved command checks, or record a manual/review result.
Command
PitWay: Write a drafted contract and task plan to an explicit destination.
Skill Claude CodeCodex
Method for assessing a codebase's structure — duplication, single-responsibility violations, layering problems, and coupling — and recommending minimal, incremental improvements. Use when asked to review architecture, assess structure or technical debt, evaluate module boundaries, or plan a refactor. Reviews the…
Skill Claude CodeCodex
Regression-first workflow for fixing a defect whose cause is known. Reproduce the confirmed defect, fix the root cause minimally, protect it with a regression test, and verify. If the root cause is still unknown, use the debugging skill first.
Skill Claude CodeCodex
Checklist and method for reviewing code quality — readability, maintainability, SOLID, DRY, performance, and backward compatibility. Use when asked to review code, a diff, a branch, or a merge request for quality, or before finalizing significant changes. For GitHub PR review use the built-in /review; for…
Skill Claude CodeCodex
Investigate failures whose root cause is still unknown — narrow the search space, instrument, and test falsifiable hypotheses. Use for intermittent or environment-dependent behavior, unexplained stack traces, regressions with no known trigger, or any symptom without a confirmed cause. Ends once the root cause is…
Skill Claude CodeCodex
Security review and hardening workflow — root-cause analysis of vulnerabilities, authentication and authorization checks, least privilege, input handling, secret hygiene, and security regression tests. Use when reviewing code for security, fixing a vulnerability, hardening a feature, or handling auth, permissions…
Skill Claude CodeCodex
Strategy and rules for writing or improving automated tests. Use when adding tests, improving coverage, fixing flaky tests, setting up a test suite, or deciding what and how to test. Emphasizes deterministic tests, testing behavior over implementation, and a tight validation loop. For diagnosing production failures…
Agent
Agent "claude-code" from thixpin/pitway, covering claude code, what gets installed, the driver never touches state directly and shared content, not a fork.
Agent
Agent "codex" from thixpin/pitway, covering codex, what gets installed and same gates, same boundaries.
Agent
Agent "opencode" from thixpin/pitway, covering opencode, what gets installed and same gates, same boundaries.
Agent
Agent "resume" from thixpin/pitway, covering resume, not a first-run command and recovery, including mid-flight quick-change.