بنقرة واحدة
workflow-common-github
Optional GitHub interaction conventions shared across commands
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Optional GitHub interaction conventions shared across commands
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
DEPRECATED compatibility shim; workflow-common-core is canonical for all conventions referenced here
Interprets --just-* and --skip-* command flags for /legion:build and /legion:review, validates flag combinations against rules, and resolves the matching team template from intent-teams.yaml. Use when the user passes intent flags to build or review commands, asks about flag combinations, or needs to filter agent teams by intent.
Dev-QA loop engine with structured feedback, fix routing, and user escalation for /legion:review
Executes wave-structured plans with personality-injected agents — parallel or sequential per CLI adapter
Maps all 48 Legion agents by division, capability, and task type for intelligent team assembly
Engine for /legion:map. Analyzes an existing codebase, generates CODEBASE.md for backward-compatible architecture context, and writes .planning/codebase/ index artifacts consumed by /legion:start, /plan, /build, /review, /status, and /quick.
| name | workflow-common-github |
| description | Optional GitHub interaction conventions shared across commands |
| triggers | ["github","issue","pr","milestone"] |
| token_cost | low |
| summary | Shared rules for optional GitHub issue/PR/milestone interactions when github-sync is active. |
Use only when GitHub integration is enabled and available.
gh auth status success and a valid git remote.After any GitHub WRITE operation, mirror the result into .planning/STATE.md under the ## GitHub section within the same command invocation. Write operations that trigger the mirror:
legion label on any issue/PRRead-only operations (gh issue view, gh pr list, gh api GETs) MUST NOT trigger a state-file update.
Mirror contract:
.planning/STATE.md## GitHub section fields relevant to the write (issue number, PR URL, status, last-synced timestamp in ISO 8601 UTC).planning/STATE.md before the command returns