Agent skill · Security

dk-loop-audit

Audit whether an AI agent can autonomously close the loop on problems in a given area — from discovering a symptom to verifying a fix — without human intervention. Evaluates documentation, diagnostic tools, commands, logs, and flows for completeness and actionability. Generates a gap-focused report with ratings. Use this skill whenever someone wants to assess debugging readiness, check if docs are agent-sufficient, audit a workflow for autonomous solvability, evaluate operational tooling coverage, or wants to know 'could an agent fix this on its own?' Triggers on: 'loop audit', 'audit this flo

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill dk-loop-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: BashReadEditWriteTaskGrepGlob
Path: skills/analysis/dk-loop-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /dk-loop-audit — Autonomous Loop-Closing Readiness Audit You're auditing whether the tooling, docs, commands, and flows in a given area are sufficient for an AI agent to autonomously solve problems — from first symptom to verified fix — without stopping to ask a human. This is not a documentation quality check. It's an operational readiness assessment. The question isn't "do docs exist?" but "if an agent hit a wall here at 3am, could it get itself unstuck?" ## Target <audit_target> $ARGUMENTS </audit_target> If the target is empty or vague, ask the user: 1. What area or flow should be audited? (e.g., "odin task execution", "taskit API debugging", "reflection quality issues") 2. Is there a specific scenario that prompted this? (a recent failure where an agent got stuck is the best input) If the user provides a doc path, start there but don't stop there — trace outward to the commands, tools, and flows the doc references. ## The Mental Model An AI agent closing the loop on a problem goes through six stages. A gap at any stage breaks the chain: ``` DISCOVER → DIAGNOSE → HYPOTHESIZE → FIX → VERIFY → DOCUMENT ↓ ↓ ↓ ↓ ↓ ↓ "Something "The root "Changing "Apply "Confirm "Record what is w

What's inside
Steps it walks through
  1. Target
  2. The Mental Model
  3. Process
  4. Step 1: Scope the audit
  5. Step 2: Walk the agent journey
  6. Step 3: Rate each stage
  7. Step 4: Identify the critical gaps
  8. Output
  9. Create the report
  10. Report principles
  11. Print summary
  12. Edge Cases
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the dk-loop-audit skill do?

Audit whether an AI agent can autonomously close the loop on problems in a given area — from discovering a symptom to verifying a fix — without human intervention. Evaluates documentation, diagnostic tools, commands, logs, and flows for completeness and actionability. Generates a gap-focused report with ratings. Use this skill whenever someone wants to assess debugging readiness, check if docs are agent-sufficient, audit a workflow for autonomous solvability, evaluate operational tooling coverage, or wants to know 'could an agent fix this on its own?' Triggers on: 'loop audit', 'audit this flo

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill dk-loop-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going