From agent-workflow-audit
Audit the current repository for agent workflow efficiency. Use when the user wants Codex to try setup, build, test, lint, run, or other obvious project commands and report where the agent instructions, AGENTS.md, README, or scripts are wasting context tokens, causing avoidable command exploration, or leaving important steps implicit. This skill optimizes the workflow and instructions for agents; it should not fix product code unless explicitly asked.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-workflow-audit:agent-workflow-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit whether a repository is efficient for an agent to operate in. Follow the instructions as written, try the expected commands, and report where the workflow wastes tokens, commands, or attention.
Audit whether a repository is efficient for an agent to operate in. Follow the instructions as written, try the expected commands, and report where the workflow wastes tokens, commands, or attention.
Find ways to make the agent workflow more efficient, including:
Do not fix application code or failing tests unless the user later asks. The primary output is an audit of the workflow and the instructions that shape agent behavior.
AGENTS.md, user-supplied instructions, README files, package/tool manifests, and obvious config files.Report the audit in four parts:
AGENTS.md, update those instructions directly.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub diegopetrucci/ai-agents-skills --plugin agent-workflow-audit