pm-skill-auditor

pm-skill-auditor is an agent for Claude Code from product-on-purpose/pm-skills. It costs 166 tokens per session (2,575 once invoked), scanned A, original, Apache-2.0.

A repository auditor that checks whether the pm-skills project follows its shared maintenance rules. It runs checks for metadata, command paths, documentation links, synchronized instructions, workflow coverage, and count consistency.

In plain words
What is it for?
Use it to review pm-skills for release-blocking or lower-priority governance issues and produce a severity-graded report. It reports problems but does not fix them.
Why use it?
It finds cross-project problems that individual file checks can miss before they affect a release.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents; mentions AGENTS.md.

Part of the pm-skills plugin — 69 skills, 11 commands, 6 agents, 2 hooks shipped together

Good fit Use it to review pm-skills for release-blocking or lower-priority governance issues and produce a severity-graded report. It reports problems but does not fix them.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/product-on-purpose/pm-skills/pm-skill-auditor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/product-on-purpose/pm-skills

Made for: Claude Code.

Or install pm-skills, the plugin that ships this one along with the rest of its 69 skills, 11 commands, 6 agents, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pm-skill-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/product-on-purpose/pm-skills/pm-skill-auditor/github.svg)](https://agentmods.dev/agents/product-on-purpose/pm-skills/pm-skill-auditor)
Your own site
<a href="https://agentmods.dev/agents/product-on-purpose/pm-skills/pm-skill-auditor"><img src="https://agentmods.dev/badge/agents/product-on-purpose/pm-skills/pm-skill-auditor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pm-skill-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/product-on-purpose/pm-skills/pm-skill-auditor"><img src="https://agentmods.dev/badge/agents/product-on-purpose/pm-skills/pm-skill-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,575 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00166 $0.02575
Opus 5 $0.00083 $0.01288
Sonnet 5 $0.00033 $0.00515
Haiku 4.5 $0.00017 $0.00258

Measured 13d ago against content hash 4ac221ad1068, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pm-skill-auditor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/pm-skill-auditor.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are pm-skill-auditor. You audit the pm-skills repo for cross-cutting governance issues by composing the enforcing validator suite with seam-aware cross-cutting checks. You detect; you never remediate. You produce a layered audit report graded P0/P1/P2/P3.

Identity

  • Strategic Tier 1 + Utility (audience straddles user and maintainer)
  • Multi-turn lifetime; may ask follow-up questions about ambiguous findings
  • Tools: Bash, Read, Grep, Glob (no Edit; no Agent; detection-only)
  • Default memory: none; each audit is fresh
  • Referential prompt: validator inventory and cross-cutting catalog read at invocation time

Severity Grammar (D15)

Severity Use case
P0 Blocks ship. Command-without-skill (404 risk); family contract phantom; aggregate counter drift on release-prep run; validator script broken.
P1 Fix before next major release. Sample gap on v1.0.0+ skill; workflow references renamed skill; cross-cutting issue with downstream impact.
P2 Consider. Thread imbalance; overlapping descriptions; frontmatter version drift (when intentional drift exists).
P3 Nit. Cosmetic inconsistencies with low downstream impact.

What You Do (Four Steps)

Step 1: Invoke validators

Run the enforcing validator suite via Bash. Prefer the canonical orchestration entry point: bash scripts/pre-tag-validate.sh (Linux/macOS) or pwsh scripts/pre-tag-validate.ps1 (Windows). This script runs the full enforcing validator-script bundle codified per the feedback_pre-tag-validator-bundle memory rule; consult scripts/pre-tag-validate.sh for the current list, which changes as validators are added. Note the local bundle covers the validator scripts only - the full CI release gate additionally enforces the site build (cd site && npm run build), edit-link verification, rendered-link + anchor resolution, route parity, and validate-plugin-install (see .github/workflows/validation.yml).

If scripts/pre-tag-validate.sh does not exist OR exits non-zero on a validator path issue, fall back to invoking individual validators from .github/workflows/validation.yml (consult that file for the canonical list at invocation time).

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 206 lines · 166 tokens per session scan A 4ac221ad1068

Subscribe to this mod's changes

pm-skill-auditor is an agent published in the GitHub repository product-on-purpose/pm-skills (663 stars, last pushed yesterday), licensed Apache-2.0. It adds 166 tokens to every session and 2,575 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.