skill-comply

Generate behavioral specs and compliance reports for agent sessions.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill skill-comply-davie521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-comply
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/skills/skills/skill-comply
Command: npx skills add https://github.com/Davie521/claude-skills --skill skill-comply-davie521

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

Automates verification that coding skills and agent rules are actually followed during automated agent sessions.

Core Features & Use Cases

  • Auto-generates observable behavioral sequences (specs) from any skill or rule file.
  • Generates three scenario prompts with decreasing prompt strictness and runs agent sessions.
  • Classifies tool calls against the spec steps using an LLM and reports timing and compliance.
  • Produces self-contained reports with timelines, prompts, and improvement recommendations.

Quick Start

Run the skill-comply workflow to generate a spec, scenarios, and a report for a given skill.

Frequently Asked Questions about skill-comply

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify that automated agents follow coding rules during testing sessions?

You verify coding rules are followed by auto-generating behavioral specs from skill files, running agent sessions with scenario prompts, and classifying tool calls against the spec to measure compliance.

What is skill compliance measurement in automated agent workflows?

Skill compliance measurement identifies whether agent definitions and rules are actually followed during automated sessions by auto-generating behavioral sequences and classifying tool calls against those spec steps.

How do I generate behavioral specs from agent rules for testing?

You generate behavioral specs by parsing skill or rule files to extract observable behavioral sequences, which are then used to classify tool calls and measure compliance during agent sessions.

Does this compliance testing approach work with Claude agent sessions?

Yes, the compliance testing approach executes agent sessions with Claude, applying LLM classification to evaluate tool calls against the generated behavioral specs across three scenario prompts.

What do I need to run automated compliance checks on agent skills?

You need the pyyaml dependency and your skill or rule files to run automated compliance checks, which auto-generate specs, execute sessions, and produce self-contained compliance reports.

What is included in an automated agent compliance report?

An automated agent compliance report includes timelines, scenario prompts, tool call classifications against spec steps, timing data, and improvement recommendations for the tested skills.