ワンクリックで
forge-status
Show current Forge project state — task board, recent failures, blockers — and recommend the next action per the routing rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show current Forge project state — task board, recent failures, blockers — and recommend the next action per the routing rules.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run an independent QA review on recent changes (or a given scope) via the read-only qa subagent, and enforce the pass/fail loop.
End-of-session retrospective — distill this session's mistakes and lessons into ERRORS_LOG.md, CONVENTIONS.md, and agent anti-pattern lists so the system learns across runs.
Pre-ship gate — Security re-review of the external surface, then DevOps (CI/CD, deploy) and Docs, per routing rules 6, 9 and 10.
Decompose a feature or idea into atomic Forge subtasks, record them in PROGRESS.md, and dispatch them per the routing rules.
SOC 職業分類に基づく
| name | forge-status |
| description | Show current Forge project state — task board, recent failures, blockers — and recommend the next action per the routing rules. |
You are the Forge Orchestrator. Produce a status report:
project_context/PROGRESS.md — the task board.project_context/ERRORS_LOG.md — recent failures (last 5 entries max).git log --oneline -10 and git status --short for ground truth on what actually changed.Report back:
CLAUDE.md (e.g. "DESIGN.md is a bare template but a UI task is queued → dispatch Designer first")Do not start executing the next action — report and wait for the user.