بنقرة واحدة
release
Drive a change from draft through review to release.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Drive a change from draft through review to release.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Smallest possible workflow skill — two phases joined by one auto transition.
Multi-phase linear workflow — the agent narrates each phase to the user as it advances.
Build a directed graph of nodes; the core `acyclic` invariant gates the terminal advance.
One question, one phase, interview.complete gates the transition. Demonstrates FR-022, FR-023, FR-024 happy path.
Question bank exercising every supported answer type — text, list<text>, enum, bool, int — with minItems and required flags. Demonstrates FR-022, FR-023 validation paths.
Two-phase workflow with followUpIf re-surfacing a question downstream. Demonstrates FR-024-AC-8 advisory channel.
| name | release |
| description | Drive a change from draft through review to release. |
| contributes | {"workflows":"./workflows"} |
A minimal, runnable example of the define-a-flow / create-a-skill pattern. Use it to learn how an agent drives a run: create it, advance through phases, stop at a human gate, and reach a terminal phase.
Drives a single change through three phases — draft → in_review → approved. The final
transition is a human gate, so reaching approved requires explicit approval.
ix-flow status and follow the reported next actions.draft → in_review, then in_review → approved.ix-flow ack, then
advance again to finish.