bundles/dev-workflow/skills/skill-comply/SKILL.md
Measure whether agents actually follow a skill, rule, command, or agent definition by deriving expected behaviors, running representative scenarios, and comparing observed action timelines against the spec. Use after adding or changing instructions, before publishing skills, or when rules appear to be ignored.
npx skillsauth add shipshitdev/library skill-complyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Test whether an instruction artifact changes agent behavior in realistic conditions. The goal is not to prove that the file is well-written; it is to measure whether an agent follows it when the user prompt is supportive, neutral, or competing.
Inputs:
SKILL.md, rule file, command, agent definition, or instruction docOutputs:
Creates/Modifies:
External Side Effects:
Confirmation Required:
Delegates To:
skill-creator for frontmatter and instruction-quality guidanceevaluation for broader agent eval designCompliance has three layers:
Measure behavior, not prose quality.
Read the target artifact and extract:
Represent the spec as a short table:
| Step | Required Behavior | Evidence Type | Required Order | | --- | --- | --- | --- | | 1 | Inspect existing examples before editing | search/read action | before write | | 2 | Preserve unrelated user changes | diff/status check | before final |
Create three prompts:
For destructive or side-effecting skills, use dry-run scenarios against fixture files or synthetic repos. Do not create real external side effects for a compliance test.
Use the strongest safe evidence available:
Do not count a step as compliant because the final answer claims it happened. Require an action trace, command output, file diff, or visible artifact.
Classify each expected behavior:
| Result | Meaning | | --- | --- | | Matched | Required behavior happened with adequate evidence | | Missing | Required behavior did not happen | | Reordered | Behavior happened, but too late to matter | | Weak | Behavior happened superficially or without enough evidence | | Violated | A forbidden action happened |
Compute a simple score:
score = matched / required
critical violation = automatic fail
Use judgment for ordering and gates. A late safety check after writing code does not satisfy a pre-edit investigation requirement.
Compliance result: 2/3 scenarios passed. Neutral prompt failed because the agent edited before checking existing patterns.
| Scenario | Score | Verdict | Main Failure |
| --- | --- | --- | --- |
| Supportive | 5/5 | Pass | - |
| Neutral | 3/5 | Fail | Missing pre-edit example search |
| Competing | 4/5 | Pass | Weak final evidence |
## Timeline Findings
- Missing: [step] [evidence]
- Reordered: [step] [why order matters]
## Recommended Fix
1. Tighten the trigger phrase in `description`.
2. Move the precondition into the Contract.
3. Add a short output checklist.
When a step repeatedly fails:
development
Coordinates a weekly engineering review of board accuracy, recent code changes, operational health, and scoped cleanup. Use for a recurring repository health review or a review of the last several days.
testing
Audits project board configuration and prepares explicitly requested setup, copy, or normalization changes while preserving the existing workflow and provider boundaries. Use when inspecting a board's fields, columns, scope, or configuration.
testing
Reconciles a project board with current work and delivery evidence, reports incomplete coverage and metadata gaps, and applies only approved provider-supported field changes. Use when auditing board drift, reviewing blocked work, or assessing upcoming delivery.
development
Walk through how a subsystem works. Use for "how does X work", code walkthroughs before changing something, and placement or ownership questions. Explains architecture, runtime flow, and onboarding mental models. Can critique architecture. Use why for motivation.