بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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