run-status

star 173

Display current run status and progress. Shows work item, mode, duration, and files changed.

fabriqaai By fabriqaai schedule Updated 2/22/2026

name: run-status description: Display current run status and progress. Shows work item, mode, duration, and files changed. version: 1.0.0

Display current run status and progress. - User asks about run status - During long-running execution Read state.yaml for runs.active[] array No active run. Last completed run: {last-run-id} ## Run Status: {run-id}
  **Work Item**: {title}
  **Intent**: {intent-title}
  **Mode**: {mode}
  **Started**: {started}
  **Duration**: {elapsed}

  ### Progress

  - [x] Initialize run
  - [x] Load context
  {checkpoint status}
  - [{status}] Execute implementation
  - [ ] Run tests
  - [ ] Generate walkthrough

  ### Files Changed So Far

  Created: {created-count}
  Modified: {modified-count}

  ### Recent Activity

  {last 5 actions}
</output>
## Run Status: run-fabriqa-2026-003

**Work Item**: Add session management
**Intent**: User Authentication
**Mode**: confirm
**Started**: 2026-01-19T10:30:00Z
**Duration**: 12 minutes

### Progress

- [x] Initialize run
- [x] Load context
- [x] Plan approved (Checkpoint 1)
- [~] Execute implementation
- [ ] Run tests
- [ ] Generate walkthrough

### Files Changed So Far

Created: 2
Modified: 1

### Recent Activity

- Created src/auth/session.ts
- Created src/auth/session.test.ts
- Modified src/auth/index.ts
Current run status displayed Progress indicators accurate Files changed shown
Install via CLI
npx skills add https://github.com/fabriqaai/specs.md --skill run-status
Repository Details
star Stars 173
call_split Forks 19
navigation Branch main
article Path SKILL.md
More from Creator