pm-audit

Audit PM knowledge vault integrity, structure, and navigability across decisions, registers, and links.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/LopeWale/amplLABS --skill pm-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-audit
Source: https://github.com/LopeWale/amplLABS/tree/main/.claude/skills/pm-audit
Command: npx skills add https://github.com/LopeWale/amplLABS --skill pm-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and validate the PM knowledge vault for integrity, structure, and navigability across decisions, registers, and links to prevent loss of context and slow discovery.

Core Features & Use Cases

  • Orphan decision detection across the vault to surface decisions not referenced by any register.
  • Broken wiki-link detection to catch links to missing or renamed files.
  • Register coverage and size checks to promote maintainable organization.
  • Schema validation across decisions to spot drift and missing required fields.
  • Vault health metrics reporting to quantify overall health and risk.

Quick Start

Run /pm-audit to perform a full system health audit of the PM knowledge vault.

Frequently Asked Questions about pm-audit

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

FAQPage Schema
How do I detect orphan decisions in a knowledge vault?

Detect orphan decisions by running a system-wide health check that scans the knowledge vault for decisions not referenced by any register. This prevents context loss and surfaces disconnected records across the vault.

What is knowledge vault schema drift and how do I validate it?

Schema drift is the gradual deviation of decision records from required fields. Validate it by running an audit that checks decisions for missing required fields and structural inconsistencies across the vault.

How do I find broken wiki-links to missing or renamed files?

Find broken wiki-links by executing a vault health audit that detects references pointing to missing or renamed files. This maintains navigability and prevents slow discovery across the knowledge vault.

Can I check register coverage and size to keep the vault maintainable?

Yes, you can check register coverage and size to keep the vault maintainable. The audit evaluates registers against maintenance thresholds defined in ops/config.yaml to promote sustainable organization.

Do I need a derivation manifest to perform a vault health check?

Yes, the audit reads ops/derivation-manifest.md for vocabulary mapping and ops/config.yaml for maintenance thresholds. These files provide the schema rules and coverage limits required to generate accurate health metrics.

What is the best way to report overall PM knowledge vault health metrics?

The best way to report overall health metrics is to run a full system audit. This quantifies risk by aggregating orphan decisions, broken links, and schema validation results into a unified vault health report.