| name | semantic-policy-audit |
| description | Use for intent-level policy compliance checks beyond snippet presence, including whether selected skills, declared gates, and execution behavior semantically match task intent and risk. |
Semantic Policy Audit
Quick Index (Action-Routed)
Read First (All Actions)
Mission
Trigger Rule
Scope Boundary
Action Modules (Read As Needed)
- Performing intent-level audits:
Audit Dimensions
Audit Workflow
- Reporting compliance gaps:
Mission
Detect policy drift that passes simple text checks but fails intent-level correctness.
Trigger Rule
Use this skill when:
- policy compliance confidence is important
- tasks are high-risk or multi-skill
- governance artifacts exist but applicability is uncertain
- user requests strict audit/compliance review
Scope Boundary
This skill audits semantic correctness.
Use Governance Enforcement for:
- mechanical/script-based validation execution
Audit Dimensions
- intent-to-skill alignment:
- requested task intent matches selected skills
- gate applicability alignment:
- required/conditional gates are actually appropriate
- declaration-to-execution alignment:
- startup declaration reflects true execution path
- status-to-evidence alignment:
- artifacts claim only what evidence supports
- policy conflict detection:
- identify contradictory instructions across policy docs/skills
Audit Workflow
- ingest task intent, selected skills, governance artifacts, and key docs
- derive expected skills/gates from intent heuristics
- compare expected vs declared/applied
- classify gaps:
missing_skill
extra_skill
missing_gate
misapplied_gate
evidence_mismatch
policy_conflict
- provide corrective actions with minimal disruption
Output Contract
When applying this skill, provide:
- expected-vs-observed matrix
- gap classification list
- severity per gap (
low/medium/high)
- remediation plan and residual risk
Related Skills