compliance-audit

Automate PR compliance checks on commit counts, file changes, and console usage.

341|48|Updated Apr 4, 2025
One-click install
npx skills add https://github.com/WellApp-ai/Well --skill compliance-audit-wellapp-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: compliance-audit
Source: https://github.com/WellApp-ai/Well/tree/main/cursor-rules/skills/compliance-audit
Command: npx skills add https://github.com/WellApp-ai/Well --skill compliance-audit-wellapp-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the verification of Value Delivery compliance after a PR push, helping teams enforce governance and maintain code quality by catching gaps early.

Core Features & Use Cases

  • Automated data gathering: Collects session metrics from the PR context, including commits, files changed, and relevant changes.
  • Threshold-based checks: Validates key metrics against defined thresholds to flag potential issues before merging.
  • Compliance reporting: Generates a structured report detailing gaps and recommendations for remediation.
  • Use Case: After a PR, run the audit to ensure the session adheres to Value Delivery rules and produce a final status for release readiness.

Quick Start

After a PR is created, run the audit to verify compliance.

  • git rev-list origin/develop..HEAD --count
  • git diff origin/develop --name-only | wc -l
  • git diff origin/develop --stat | tail -1

Frequently Asked Questions about compliance-audit

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

FAQPage Schema
How do I automate PR compliance checks after a git push?▼

Automate PR compliance checks after a git push by collecting session data via git commands, applying threshold checks to commits and file changes, and generating a structured compliance report.

What is Value Delivery compliance verification for pull requests?▼

Value Delivery compliance verification is an automated audit of session metrics like commit counts and file changes against defined thresholds to flag potential governance gaps before merging a pull request.

How do I generate a compliance report for release readiness?▼

Generate a compliance report for release readiness by running an audit that validates PR session data against threshold checks, detailing identified gaps and recommendations for remediation.

Can I check commit counts and file changes against thresholds before merging?▼

Check commit counts and file changes against thresholds before merging by running automated git commands like git rev-list and git diff to gather session data and validate PR compliance.

Does the compliance audit require any specific dependencies or components?▼

The compliance audit requires no specific dependencies or components, operating directly on git session data to apply threshold checks and produce a structured compliance report.

When do I need to run an automated compliance audit on a pull request?▼

Run an automated compliance audit on a pull request immediately after the PR is created and pushed to verify adherence to Value Delivery rules and determine final release readiness.