utility-pm-skill-auditor
Run a repo-wide cross-cutting governance audit via the pm-skill-auditor sub-agent. Aggregates the enforcing validator suite, re-derives aggregate counters, and surfaces cross-cutting issues no single validator catches, graded P0/P1/P2/P3 with a machine-readable status. Use for pre-release readiness checks or a periodic repo health audit.
npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-auditor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> # PM Skill Auditor (Dispatch Skill) Cross-client dispatch wrapper for the `pm-skill-auditor` sub-agent. Detects runtime; dispatches to the native sub-agent on Claude Code; reads `agents/pm-skill-auditor.md` and executes inline on non-Claude clients. ## When to Use - You need a repo-wide audit pass: all enforcing validators, cross-cutting checks (skill-without-command, sample gaps, family contract orphans, etc.), and aggregate counter re-derivation against declared values in CONTEXT.md + AGENTS.md + README.md - You are running on a non-Claude AI client without native pm-skill-auditor sub-agent support - You are running on Claude Code and prefer skill-invocation semantics (e.g., for chaining inside a workflow that also uses other dispatch skills) ## When NOT to Use - You want to review a specific PM artifact (PRD, OKR, persona) -> use `utility-pm-critic` instead - You want to draft a CHANGELOG entry -> use `utility-pm-changelog-curator` (ships in Phase 4) - You want to ship a release -> use `utility-pm-release-conductor` (ships in Phase 5) - You want to FIX issues found in an audit -> the auditor is det
- When to Use
- When NOT to Use
- Instructions
- If you are running in Claude Code with the pm-skills plugin installed
- If you are running in any other AI client
- Cross-Client Notes
- Reference Files
What does the utility-pm-skill-auditor skill do?
Run a repo-wide cross-cutting governance audit via the pm-skill-auditor sub-agent. Aggregates the enforcing validator suite, re-derives aggregate counters, and surfaces cross-cutting issues no single validator catches, graded P0/P1/P2/P3 with a machine-readable status. Use for pre-release readiness checks or a periodic repo health audit.
How do I install it?
Run `npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-auditor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From product-on-purpose/pm-skills, a repository with 518 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
