agent-governance-audit

Audits AI-assisted changes for compliance with required governance processes using primary evidence.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill agent-governance-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-governance-audit
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/agent-governance-audit
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill agent-governance-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill determines whether an AI-assisted change actually followed the required governance process, instead of merely claiming that it did. It helps catch missing approvals, improper merge authority, weak validation, incomplete closeouts, and undocumented memory or policy updates.

Core Features & Use Cases

  • Primary-evidence audit: Cross-check PR metadata, timeline events, commit history, and CI logs against the policy in force at the time of the change.
  • Control-by-control verdicts: Produce PASS, FAIL, or UNVERIFIABLE results for classification, approvals, merge authority, validation, security review, closeout completeness, and memory/doc governance.
  • Post-incident and autonomy checks: Use it after an incident, before expanding agent autonomy, or when verifying whether a closeout report matches the real record.
  • Example: A team asks whether a merged PR respected human approval and auto-merge rules; this Skill traces who armed auto-merge, what checks ran, and whether the closeout matches the primary evidence.

Quick Start

Ask for a governance audit of the change or PR, and provide the PR number or commit range plus the policy baseline date if known.

Frequently Asked Questions about agent-governance-audit

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

FAQPage Schema
How do I audit a merged pull request for governance compliance?

Auditing AI-assisted changes for governance compliance involves verifying classification, approvals, merge authority, validation, security review, and closeout accuracy against primary evidence like PR metadata, timeline events, git history, and CI logs.

What is a primary-evidence audit for AI-assisted code changes?

A primary-evidence audit for AI-assisted code changes verifies whether the actual merged pull request followed the required governance process instead of merely claiming it did. It catches missing approvals, improper merge authority, weak validation, and incomplete closeouts.

How do I verify merge authority and auto-merge rules in a pull request?

To verify merge authority and auto-merge rules in a pull request, you trace who armed auto-merge, what checks ran, and whether the closeout matches the primary evidence. This ensures human approval and auto-merge rules were respected during the change.

Can I use governance audits for post-incident reviews and autonomy spot-checks?

Yes, you can use governance audits for post-incident reviews, autonomy spot-checks, and closeout verification where process compliance matters more than code quality. They verify whether a closeout report matches the real record before expanding agent autonomy.

What do I need to provide for a pull request governance audit?

For a pull request governance audit, you need to provide the PR number or commit range plus the policy baseline date if known. The audit requires PR metadata, timeline events, git history, CI logs, and policy-in-force context to issue evidence-cited verdicts.

When should I not use a governance compliance audit?

You should not use a governance compliance audit when evaluating code quality or technical implementation, as it focuses exclusively on process compliance. It is designed for verifying classification, approvals, merge authority, validation, and closeout completeness against primary evidence.