skill-usage-audit

Audit Epic and Story artefacts for frontmatter governance attestations and compliance.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill skill-usage-audit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-usage-audit
Source: https://github.com/petrSimonidesXart/xPmGateway/tree/main/.gaai/core/skills/cross/skill-usage-audit
Command: npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill skill-usage-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures artefacts declare required governance attestations (skills_invoked and related_decs) in their frontmatter and flags non-compliant items for remediation.

Core Features & Use Cases

  • Scans Epic and Story artefacts for frontmatter attestations and reports per-artefact pass/fail.
  • Produces an overall compliance rate and a remediation list to guide fixes before releases.
  • Supports on-demand audits after discovery sessions and prior milestones.

Quick Start

Run a governance audit after a discovery session to generate the audit report.

Frequently Asked Questions about skill-usage-audit

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

FAQPage Schema
How do I audit artefact frontmatter for governance compliance?▼

To audit artefact frontmatter for governance compliance, scan Epic and Story files located under contexts/artefacts to verify required attestations like skills_invoked and related_decs. The process produces a per-artefact pass/fail report and an overall compliance rate suitable for release gates.

What is frontmatter governance validation for Epic and Story artefacts?▼

Frontmatter governance validation is the process of checking that Epic and Story artefacts declare required attestations such as skills_invoked and related_decs. It flags non-compliant items for remediation, ensuring artefacts meet governance standards before releases.

How do I generate a compliance report for artefacts before a release?▼

You can generate a compliance report for artefacts before a release by running an on-demand audit after a discovery session. The audit scans frontmatter fields, produces a structured pass/fail output, and generates a remediation list to guide necessary fixes.

Can I validate expected skills_invoked values like generate-epics in artefact frontmatter?▼

Yes, you can validate expected skills_invoked values in artefact frontmatter by scanning for specific expected values such as generate-epics or generate-stories. The audit verifies these fields against the expected attestations and flags mismatches in the structured output.

When do I need to run a governance audit on artefact frontmatter?▼

You need to run a governance audit on artefact frontmatter prior to milestones or after discovery sessions. This ensures that all Epic and Story artefacts contain the required skills_invoked and related_decs attestations, producing an overall compliance rate to gate releases.

What are the limitations of automated frontmatter compliance checks for artefacts?▼

Automated frontmatter compliance checks for artefacts are limited to validating the presence and expected values of specific fields like skills_invoked and related_decs. They operate strictly on Epic and Story artefacts under contexts/artefacts and do not assess qualitative governance aspects.