一键导入
deep-fixup
Post-pipeline fix-up skill. Root cause analysis for every issue, TDD fixes, and spec/doc amendments. Never patches without understanding why. Resumable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Post-pipeline fix-up skill. Root cause analysis for every issue, TDD fixes, and spec/doc amendments. Never patches without understanding why. Resumable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Skill chain resolver extension. Resolves `imports:` and `Read skill:` references in SKILL.md files recursively, making chained skills available to pi as first-class skills. Use /skill-chain to inspect and manage skill chains.
Independent execution pipeline. Takes any plan markdown as input, breaks it into discrete tasks with dependencies, and orchestrates specialized sub-agents to implement them. Enforces 0 lint/build errors after every task. Resumable if interrupted. Use when the user says "deep execute", "/deep-execute", or wants to implement a plan.
Launch a multi-phase planning pipeline: research the codebase AND web for best practices, create a plan, generate a user flow spec, deepen it, get critiques from specialized agents, resolve questions, and produce a finalized plan. All state saves to docs/plans/{slug}/ as committable markdown. Resumable if interrupted. Use when the user says "deep plan", "/deep-plan", or asks for a thorough implementation plan.
Protocol for preserving critical skill invariants across context compaction. Imported by orchestrator skills (deep-plan, deep-execute, deep-review, deep-auto). Uses PreCompact + PostCompact hooks to ensure non-negotiable rules survive context loss.
Fully autonomous pipeline orchestrator. Chains deep-plan (with auto-resolved Q&A), deep-execute, deep-review, and optionally deep-complete into a single unattended run. All critic questions are resolved using codebase evidence and codified best practices. Resumable if interrupted. Use when the user says "deep auto", "/deep-auto", or wants to run the full pipeline autonomously.
Structured bug-fix pipeline. Reproduce → validate intent → write red test → fix → verify → regression review → complete. Never fixes without a failing test first. Resumable. Use when the user says "deep bug", "/deep-bug", or provides a bug report.
| name | deep-fixup |
| description | Post-pipeline fix-up skill. Root cause analysis for every issue, TDD fixes, and spec/doc amendments. Never patches without understanding why. Resumable. |
| imports | ["compaction-resilience"] |
| invariants | ["Root cause analysis is MANDATORY for every item — no skip, no --quick flag. RCA is the core value.","Every regression and missed requirement gets a TDD fix — failing test first, then fix.","Plan/spec docs MUST be amended with [AMENDED] markers — never silently update docs.","Discussion checkpoint is MANDATORY — present findings and let user decide what to act on."] |
Post-pipeline fix-up with mandatory root cause analysis for every issue.
/deep-fixup {slug} # Fix up issues found post-pipeline
/deep-fixup --resume {slug} # Resume interrupted fixup
references/rca-framework.md — Framework for root cause analysisdocs/plans/{slug}/fixup-{N}/Spawn deep-fixup-triager agent:
Discussion checkpoint: Present triage to user. Only proceed with approved items.
For each in-scope issue, spawn deep-fixup-rca agent:
For each RCA'd issue:
For each fix, update the relevant plan/spec docs with [AMENDED] markers.
Run full test suite. No regressions allowed.
Check fixup directory for completed steps, resume from first incomplete.