一键导入
workflow
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Implement production changes with or without new test coverage.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Review a branch or PR for merge readiness and produce a QA report.
Practice test-driven development for new features and bug fixes.
Behavior-first test guidance.
Create a product brief document for a feature or project.
基于 SOC 职业分类
| name | workflow |
| description | Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers. |
Coordinate the standard delivery flow:
brief -> spec -> tdd -> code -> review -> draft-pr
This is a skill entry point, not a command wrapper. Keep the orchestration light and route work into the stage skills instead of duplicating their guidance here.
full, partial like spec -> code, or resume from an existing artifact).docs/briefs/docs/specs/docs/qa/reports/brief, spec, tdd, code, review, draft-pr). Each skill self-routes via its own Invocation preface: brief, spec, tdd, code, and test run inline in the current chat under the appropriate persona, while review, draft-pr, and pr-description default to delegating to their owning subagent.draft-pr)brief -> docs/briefs/{feature}.mdspec -> docs/specs/{feature}.mdtdd -> failing or newly added unit testscode -> implementation and verification resultsreview -> docs/qa/reports/{date}-{branch-or-pr}.mddraft-pr -> branch, commit, and draft PR output