Agent skill
audit/verify-definition-of-done
Verifies Definition of Done checks and generates a DoD report.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/audit-verify-definition-of-done
SKILL.md
Audit: Verify Definition of Done
1. Context
This skill verifies Definition of Done checks for a session and emits a DoD report under the runtime context.
2. Inputs
- context (required): Bounded context name (safe path segment).
- session_id (required): Session identifier (safe path segment).
- required_artifacts (optional): Semicolon-delimited required artifact paths.
- allow_empty_diff (optional): Allow empty git diff (
true/false). - test_command (optional): Override test command (default:
bun test). - check_command (optional): Override fpf check command (default:
bun packages/fpf/bin/fpf check). - agent_type (optional): Agent type performing the DoD check.
- agent_model (optional): Agent model identifier.
- role_assignment (optional): RoleAssignment for U.Work logging (default: ProxyAuditor).
- decisions (optional): Semicolon-delimited DRR ids/paths.
- timestamp_start (optional): ISO-8601 timestamp for deterministic output.
3. Outputs
runtime/contexts/<context>/audits/dod/<session_id>.<timestamp>.dod.md
4. Procedure
- Validate inputs and resolve required artifacts (including the session record).
- Run git diff, tests, and fpf check (unless overridden).
- Write a DoD report with pass/fail status.
- Emit U.Work via
telemetry/log-workwhen available.
Didn't find tool you were looking for?