From forge
Show current Forge workflow phase, progress, and pending gates. User-invoked only: do not auto-trigger.
npx claudepluginhub caseyrtalbot/forge --plugin forgeThis skill uses the workspace's default tool permissions.
Show the current Forge workflow status including active phase, completed phases, evidence collected, task progress, and any blocking gate conditions. Read-only: this skill never mutates state. User-invoked only: do not auto-trigger.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Show the current Forge workflow status including active phase, completed phases, evidence collected, task progress, and any blocking gate conditions. Read-only: this skill never mutates state. User-invoked only: do not auto-trigger.
/forge:status
.forge/forge-state.json. If it does not exist, report "No active Forge workflow" and exit..forge/evidence/ grouped by phaseN of M tasks complete, with the current task highlighted)./forge:advance.Forge workflow status
---------------------
Phase: <current>
Completed: <ordered list or "none">
Sessions: <count>
Created: <iso timestamp>
Evidence collected:
<phase>: <file count> (<short list>)
Task progress (execution only):
N of M tasks complete
Active task: <task id and title>
Pending exit gates for <current phase>:
- <gate condition 1>
- <gate condition 2>
This skill produces no evidence. It is a read-only status report.
None. status always returns control to the user.