What problem does it solve?
The Dev Pipeline skill turns a vague “please make changes” coding request into a controlled end-to-end development workflow with auditing, planning, implementation, cross-review, and (if needed) fixes.
Core Features & Use Cases
- Audited starting point (mandatory): runs a Codex audit of the target repository or code input and summarizes 3–5 key findings for the user.
- Explicit implementation plan (with approval): generates a concrete plan (files, changes, tests, risks) based on the audit and asks the user to approve or correct it.
- Pipeline execution with clear roles: coordinates Codex for audit/plan, a coder subagent for implementation, and two reviewers (Claude + Codex) for cross-review against the plan.
- User-visible progress states: shows the user statuses across
[1/5] to [5/5] so they see what is happening.
- Safe “micro-fix” exception: skips the full pipeline for micro changes (<5 lines) to avoid unnecessary overhead.
Quick Start
Tell the AI: “Run dev-pipeline for my coding task, starting from <git-repo-dir>, and follow the 5-phase audit → plan → code → cross-review → fix workflow, showing me each phase status and asking for approval after the plan.”