recipe-agent-team-operational-audit

Audit agent-team runs, messages, events, and inboxes non-destructively.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill recipe-agent-team-operational-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-agent-team-operational-audit
Source: https://github.com/tae2089/agent-team/tree/main/skills/recipe-agent-team-operational-audit
Command: npx skills add https://github.com/tae2089/agent-team --skill recipe-agent-team-operational-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only daemonless audit of agent-team runs, messages, events, stale tasks, unresolved inboxes, and CLI schema. Use for operational inspection, recovery assessment, runtime debugging, trace review, or contract export. Do not mutate state or perform actions that create runs, dispatch workers, or modify data.

Core Features & Use Cases

  • Non-destructive visibility into runs, messages, events, and inboxes
  • Inspect run status, summaries, and historical activity
  • Export the CLI contract and schema for tooling and documentation

Quick Start

Run the read-only audit against your local agent-team state to list active runs, inspect run details, and export the CLI schema.

Frequently Asked Questions about recipe-agent-team-operational-audit

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

FAQPage Schema
How do I inspect agent-team run history without modifying state?

You can perform a read-only audit of agent-team state to inspect run history, messages, and events without modifying state. This non-destructive approach ensures operational inspection and recovery assessment remain safe.

What is a read-only agent-team audit used for?

A read-only agent-team audit provides non-destructive visibility into runs, messages, events, and inboxes. It is used for operational inspection, runtime debugging, trace review, and recovery assessment without dispatching workers or mutating data.

How do I export the CLI schema for my agent-team deployment?

To export the CLI schema for your agent-team deployment, run a read-only audit against your local state. This allows you to extract the contract and schema for tooling and documentation without altering active runs.

Can I debug unresolved agent-team inboxes without triggering new runs?

Yes, you can debug unresolved agent-team inboxes without triggering new runs by using a read-only audit. This inspect-only method identifies state gaps and stale tasks while strictly avoiding actions that create runs or dispatch workers.

Do I need the agent-team binary to perform a state inspection?

Yes, state inspection requires the agent-team binary and the recipe's declared dependencies on agent-team-shared and agent-team-ops. These components are necessary to execute read-only actions and audit state without mutations.

Why does my agent-team audit need to avoid mutating state?

Your agent-team audit needs to avoid mutating state to prevent unintended side effects during operational inspection. Read-only diagnostics ensure you can identify issues, trace events, and assess recovery safely without creating runs or modifying data.