بنقرة واحدة
handle-urgent
Branching demo — the URGENT branch. Records an urgent-path result and ends.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Branching demo — the URGENT branch. Records an urgent-path result and ends.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Branching demo — the NORMAL branch. Records a normal-path result and ends.
Branching demo — read the request, then route to handle-urgent OR handle-normal based on its content.
Relay demo, step 3 of 3 — append the final line and END the chain (do not chain further).
Relay demo, step 2 of 3 — append to the relay log, then hand off to relay-finish.
Relay demo, step 1 of 3 — start the chain, write the relay log, then hand off to relay-middle.
Answer a question from the web — fan out parallel searches, fetch the best sources, and synthesize a cited report.
| name | handle-urgent |
| description | Branching demo — the URGENT branch. Records an urgent-path result and ends. |
| allowed-tools | ["write_file","edit_file"] |
| version | 1.0.0 |
The router routed the URGENT path here. Do this, then end:
RESULT.md (create the file if it does not exist):
[branch] handled as URGENTuse_skill again.