dart-audit-agent-compliance

SkillAI & models

DART Audit Agent Compliance lets your AI audit its own work for gaps against documented rules and fix them when it has missed or could not discover something. Once added, your AI can check its outputs against known requirements and close the gaps it finds.

Available today. Use it from your connected AI after setup.

Add the skill and point your AI at the task or documents you want audited. It will report the gaps it finds and apply fixes where it can.

Then ask your AI: use the dart-audit-agent-compliance skill

What your AI can do with it

  • Audit completed work for missed rules
  • Detect rules the AI could not discover on its own
  • Identify gaps between outputs and documented requirements
  • Fix compliance gaps automatically
  • Flag unresolved issues for review

What this skill tells your AI

The instructions your AI receives, as published by dartsim/dart in .agents/skills/dart-audit-agent-compliance/SKILL.md and read by ahel’s review.

Use this skill in Codex to run the DART dart-audit-agent-compliance workflow. The editable workflow source lives in .claude/commands/; this file is its generated adapter in the shared .agents/skills/ catalog.

Invocation

  • Claude Code: /dart-audit-agent-compliance <arguments>
  • Codex: $dart-audit-agent-compliance <arguments>

Treat the text after the skill name as $ARGUMENTS. When the workflow references $1, $2, etc., map those to the positional values supplied by the user.

Command Body

Audit agent compliance issue: $ARGUMENTS

Required Reading

@AGENTS.md @docs/ai/principles.md @docs/ai/verification.md @docs/ai/components.md @docs/onboarding/ai-tools.md @docs/onboarding/contributing.md

Incident Inputs

  • Rule violated: $1
  • Where documented: $2
  • Actual behavior: $3
  • Expected behavior: $4

Treat missing positional values as details to infer from the user request or ask about before editing.

Workflow

  1. Locate the exact existing rule and confirm it is still correct.
  2. Diagnose why it was missed:
    • buried in prose
    • wrong file for the task type
    • weak emphasis
    • duplicated or conflicting guidance
    • not referenced from relevant commands or skills
  3. Prefer restructuring existing docs over adding duplicate content.
  4. Improve visibility with one or more focused changes:
    • move the rule to a loaded file
    • make it scannable with a checklist or mandatory marker
    • consolidate duplicate guidance
    • add cross-references from relevant commands or skills
  5. Run the principle audit from docs/ai/principles.md and use docs/ai/verification.md to map audit results to evidence.
  6. Run the relevant gate set from docs/ai/verification.md.

Output

  • Root cause for the missed rule
  • Files changed and why
  • Which audit items were proven by automation vs manual inspection
  • The check, test, or gate that would now catch a recurrence, or an explicit statement that none exists

Signals

GitHub stars
1k
Forks
304
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
dart-audit-agent-compliance
Source
github.com/dartsim/dart