Agent skill
run-status
Display current run status and progress. Shows work item, mode, duration, and files changed.
Install this agent skill to your Project
npx add-skill https://github.com/fabriqaai/specs.md/tree/main/src/flows/fire/agents/builder/skills/run-status
SKILL.md
**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>
<example_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
</example_output>
<success_criteria> Current run status displayed Progress indicators accurate Files changed shown </success_criteria>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
run-plan
Plan the scope of a run by discovering available work items and suggesting groupings. Invoked before run-execute.
walkthrough-generate
Generate implementation walkthrough for human review after run completion. Documents decisions, changes, and verification steps.
code-review
Review code written during a run, auto-fix no-brainer issues, and suggest improvements requiring confirmation. Invoked after tests pass.
run-execute
Execute work items based on their assigned mode (autopilot, confirm, validate). Supports single-item and multi-item (batch/wide) runs.
route
Analyze project state and route user to the appropriate agent based on current context.
Didn't find tool you were looking for?