compliance-review

Extract rules from documentation files and verify codebase adherence.

1|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/trevorbyrum/claude-skills-suite --skill compliance-review-trevorbyrum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-review
Source: https://github.com/trevorbyrum/claude-skills-suite/tree/main/skills/compliance-review
Command: npx skills add https://github.com/trevorbyrum/claude-skills-suite --skill compliance-review-trevorbyrum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code adheres to explicitly documented rules and standards, preventing drift and maintaining project integrity.

Core Features & Use Cases

  • Rule Extraction: Parses rules from specified documentation files (coterie.md, cross-cutting-rules.md, etc.).
  • Codebase Verification: Scans the codebase to identify violations against extracted rules.
  • Use Case: Before merging a significant code change, run this skill to verify it complies with the team's established coding conventions and architectural guidelines, ensuring consistency and quality.

Quick Start

Run a compliance review against the codebase using the rules defined in coterie.md and cross-cutting-rules.md.

Frequently Asked Questions about compliance-review

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

FAQPage Schema
How do I verify codebase compliance against documented coding standards?

Verify codebase compliance by extracting rules from specified documentation files and cross-referencing them against the codebase. The review identifies violations with severity levels and provides actionable fixes to maintain project integrity.

What is the best way to enforce documented rules during a code review?

Enforce documented rules by parsing standards from files like coterie.md and cross-cutting-rules.md, then scanning the codebase for violations. This rules engine approach supports both standalone and integrated review workflows before merging changes.

Can I use this compliance review with my existing documentation files?

Yes, the compliance review works with your existing documentation files. It parses and extracts rules directly from specified files like coterie.md and cross-cutting-rules.md to verify code adherence without requiring external dependencies.

How do I prevent code drift from architectural guidelines before a merge?

Prevent code drift by running a compliance review before merging significant changes. The skill cross-references your codebase against extracted architectural guidelines, reporting violations with severity levels and actionable fixes to ensure consistency.

Does the rules engine support integrated review workflows?

Yes, the rules engine supports both standalone and integrated review workflows. It extracts rules from documentation files and cross-references them against the codebase to identify violations, enabling flexible quality assurance integration.