run-status

run-status is a skill for Claude Code, Codex from fabriqaai/specs.md. It costs 22 tokens per session (531 once invoked), scanned A, original, MIT.

A status display for an active development run. It shows the work item, workflow mode, elapsed time, progress through each stage, and the files created or changed.

In plain words
What is it for?
Use it to monitor implementation, testing, code review, and final documentation steps. It also lists recent activity and counts of created and modified files.
Why use it?
It provides a quick view of what has finished, what is currently running, and what remains. This reduces the need to inspect logs or guess whether a run is stuck.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to monitor implementation, testing, code review, and final documentation steps. It also lists recent activity and counts of created and modified files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabriqaai/specs.md/run-status
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fabriqaai/specs.md --skill run-status
Clone the repo
git clone --depth 1 https://github.com/fabriqaai/specs.md

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for run-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/fabriqaai/specs.md/run-status.svg)](https://agentmods.dev/skills/fabriqaai/specs.md/run-status)
Your own site
<a href="https://agentmods.dev/skills/fabriqaai/specs.md/run-status"><img src="https://agentmods.dev/badge/skills/fabriqaai/specs.md/run-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 531 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00531
Opus 5 $0.00011 $0.00266
Sonnet 5 $0.00004 $0.00106
Haiku 4.5 $0.00002 $0.00053

Measured 8d ago against content hash cb713a2d5d28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

run-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/flows/fire/agents/builder/skills/run-status/SKILL.md · 97 lines

What it actually says

  **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>

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 97 lines · 22 tokens per session scan A cb713a2d5d28

Subscribe to this mod's changes

run-status is a skill published in the GitHub repository fabriqaai/specs.md (206 stars, last pushed 15d ago), licensed MIT. It adds 22 tokens to every session and 531 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

acceptance-orchestrator-v2

Acceptance Orchestrator workflow skill. Use this skill when the user needs a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human re-intervention and the operator should preserve the upstream workflow, copied support files…

diegosouzapw/awesome-omni-skills · 71 tokens

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

start-task

Create a feature branch for a backlog task, switch to it, and start implementation. Use when the user says "start task-123", "work on task-123", "implement task-123", or invokes /start-task with a task ID.

devoxx/DevoxxGenieIDEAPlugin · 54 tokens

to-issues

A planning aid that breaks a PRD or technical specification into small implementation issues, each covering a complete, demonstrable piece of work.

smallnest/goal-workflow · 96 tokens

kn-handoff

Use when a feature crosses repository boundaries and one side must hand work to the other - generates a self-contained frontend-to-backend brief or backend-to-frontend API contract.

knowns-dev/knowns · 37 tokens