audit

Audit Bespoke packages against package_standards.md compliance requirements.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bespoke-uk/bespoke-mono --skill audit-bespoke-uk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/bespoke-uk/bespoke-mono/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/bespoke-uk/bespoke-mono --skill audit-bespoke-uk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits Bespoke packages to verify compliance with docs/standards/package_standards.md, reducing manual review time and ensuring consistent standards adherence.

Core Features & Use Cases

  • Full package compliance audit covering directory structure, contracts, service bindings, config sections, API implementation, and import/export.
  • Generates a detailed report with overall score, category-wise checklist, and concrete improvement recommendations.
  • Provides a reference comparison against a known compliant implementation (e.g., /crm/contact) to guide remediation.

Quick Start

Run the audit on the target package path to generate a complete compliance report.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit a package for compliance with directory structure and API standards?▼

To audit a package for compliance, run the audit tool against the target package path. It evaluates directory structure, contracts, bindings, config sections, and API implementation, generating a detailed score-based report with recommendations.

What does a package compliance audit report include?▼

A package compliance audit report includes an overall score, a category-wise checklist, concrete improvement recommendations, and a reference comparison against a known compliant implementation to guide remediation.

Can I use this audit to check service bindings and import/export capabilities?▼

Yes, you can use this audit to check service bindings and import/export capabilities. The audit evaluates these specific package components against the standards document to ensure full compliance.

What's the best way to verify Bespoke package contracts meet governance standards?▼

The best way to verify Bespoke package contracts meet governance standards is to audit the package against the package_standards.md document, which produces a governance-ready output for review.

Do I need a reference implementation to guide package compliance remediation?▼

You do not need to provide a reference implementation, as the audit automatically provides a reference comparison against a known compliant implementation, such as the /crm/contact package, to guide remediation.