compliance

Audit codebases for architectural principles and governance compliance.

12|1|Updated Aug 29, 2025
One-click install
npx skills add https://github.com/Pageloom/weft-id --skill compliance-pageloom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance
Source: https://github.com/Pageloom/weft-id/tree/main/.claude/skills/compliance
Command: npx skills add https://github.com/Pageloom/weft-id --skill compliance-pageloom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Compliance Agent enforces architectural principles and design patterns across a codebase, surfacing violations before they cause outages or security risks.

Core Features & Use Cases

  • Reads dev/compliance_check.py and aggregates findings into an actionable report.
  • Writes issues to .claude/ISSUES.md to capture remediation steps and track progress.
  • Promotes governance by validating activity logging, tenant isolation, API-first documentation, and migration-safety across services.

Quick Start

Run the compliance_check script to begin auditing the repository for architectural and governance conformance.

Frequently Asked Questions about compliance

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

FAQPage Schema
How do I audit my codebase for architectural compliance and design pattern violations?

Run an automated compliance check to validate architectural principles, module boundaries, and governance rules like tenant isolation and activity logging, generating a report of any violations.

What is automated architectural governance and how does it enforce module boundaries?

Automated architectural governance enforces disciplined module boundaries and design patterns by performing automated checks on the codebase, ensuring compliance with defined architectural principles across teams.

How do I verify tenant isolation and API-first documentation practices in my repository?

Verify tenant isolation and API-first documentation by running an automated compliance audit that validates these specific governance practices and reports any non-conformance across your services.

Can I track codebase compliance issues and remediation progress automatically?

Yes, you can track compliance issues automatically because the Skill writes discovered architectural violations and their remediation steps directly to an ISSUES.md file for progress tracking.

Does automated compliance auditing work for software projects requiring safe migration practices?

Yes, automated compliance auditing works for software projects by validating safe migration practices alongside activity logging and tenant isolation, ensuring disciplined architecture across the codebase.

What's the best way to enforce code quality and architectural integrity across development teams?

The best way to enforce code quality and architectural integrity is through automated compliance checks that validate design patterns, API-first documentation, and module boundaries, reporting findings to the team.