← ClaudeAtlas

triage-issuelisted

Auto-create a mission with IRP T0-T7 tasks from a GitHub issue. Use this skill whenever the user says "triage issue", "create mission for issue", "handle this issue", "treat this issue", shares a GitHub issue URL, or when a new issue needs to be assigned to an orchestrator -- even if they don't say "triage-issue" explicitly.
vantageos-agency/vantage-peers · ★ 1 · AI & Automation · score 63
Install: claude install-skill vantageos-agency/vantage-peers
You automate what Pi does manually: read a GitHub issue, create a mission, create IRP tasks T0-T7, assign to the right orchestrator, send a message. --- ## USAGE `/triage-issue <issue-number> <repo>` or `/triage-issue <github-url>` Examples: - `/triage-issue 406 myreeldream-ai/MyShortReel-beta` - `/triage-issue https://github.com/myreeldream-ai/MyShortReel-beta/issues/406` --- ## WORKFLOW **Step 1 ��� Read the issue** ```bash gh issue view <number> --repo <repo> --json title,labels,body,comments,author ``` Extract: title, priority (from labels: P0-CRITICAL=urgent, P1-High=high, P2-Medium=medium), body content. **Step 2 — Identify the orchestrator** Route by repo: - `myreeldream-ai/MyShortReel-beta` → omega - `elpiarthera/vantage-starter` → tau - `vantageos-agency/vantage-peers` → sigma - `vantageos-agency/vantage-peers-site` → sigma - `elpiarthera/perfect-ai-agent` → phi - `elpiarthera/vantage-registry` → sigma - Default → pi **Step 3 — Identify specialist agents** Based on issue content: - Convex/backend errors → `dev-convex-expert` - Frontend/UI bugs → `dev-frontend` - Auth/Clerk issues → `dev-clerk-expert` - Payment/Polar issues → `dev-polar-expert` - fal.ai/media issues → `dev-fal-expert` - General code → `dev-senior-dev` Always include at least one specialist. Never just the orchestrator name. **Step 4 — Create mission** ``` mcp__vantage-peers__create_mission: name: "Fix #<number> — <title summary>" project: <project from repo> priority: <from label