status-audit

Audit the workflow ledger to summarize agent health and flag blockers.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mkrlabs/specflow --skill status-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status-audit
Source: https://github.com/mkrlabs/specflow/tree/main/examples/.claude/skills/status-audit
Command: npx skills add https://github.com/mkrlabs/specflow --skill status-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly assess the health and progress of automated workflow agents by auditing the ledger, identifying blockers, stale runs, and gaps in handoffs.

Core Features & Use Cases

  • Audits agent ledger to summarize overall workflow health and individual agent states.
  • Flags urgent blockers (blocked/failed states, failing QA or reviews) and highlights stale activity for long-running tasks.
  • Produces a concise next action recommendation to guide operations and scheduling.

Quick Start

Run the bundled audit script from the repository root to generate a current status report for all tracked agents.

Frequently Asked Questions about status-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor automated workflow status and identify blockers in real time?

You can monitor automated workflow status by running an audit script that analyzes the structured ledger to identify overall health, per-agent status, and blockers. It flags failed states and stale activity to inform scheduling and intervention decisions.

How do I audit my workflow ledger to find stale activity and handoff gaps?

Auditing your workflow ledger involves scanning tracked agent records to detect stale runs and handoff gaps. The audit script summarizes individual agent states and highlights long-running tasks to guide your operations.

What is the best way to identify failing agents in an automated workflow?

The best way to identify failing agents is to audit the structured workflow ledger for blocked or failed states. This process flags urgent blockers like failing QA or reviews and produces a concise next action recommendation.

Can I use a script to check workflow health without external dependencies?

Yes, you can run a bundled audit script from the repository root to check workflow health without external dependencies. The script processes the ledger deterministically to generate a current status report for all tracked agents.

Does workflow monitoring require a specific ledger format to generate status reports?

Workflow monitoring requires a structured workflow ledger as input to generate status reports. The audit script reads this ledger to produce deterministic outputs, clear next actions, and safe observable analytics for your automated agents.

Why does my automated workflow audit show stale activity on long-running tasks?

Your automated workflow audit shows stale activity because the ledger contains long-running tasks that have not updated recently. The audit script highlights these stale runs alongside urgent blockers to help you schedule interventions.