| name | dart-audit-agent-compliance |
| description | DART Audit Agent Compliance: audit and fix gaps when agents miss or cannot discover documented rules |
dart-audit-agent-compliance
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
- Locate the exact existing rule and confirm it is still correct.
- 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
- Prefer restructuring existing docs over adding duplicate content.
- Improve visibility with one or more focused changes: