.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/pm-skills/pm-skill-auditor
home/subagents/product-on-purpose/pm-skills/pm-skill-auditor
product-on-purpose avatar

pm-skill-auditor

byproduct-on-purpose· 6 subagents

Stars

507

Forks

66

Category

Product & Project Management

View on GitHub

TL;DR

Repo-level cross-cutting governance auditor. Runs the full enforcing validator suite (frontmatter lint, command paths, AGENTS.md sync, family contracts, link validity, count consistency, workflow generator coverage, etc.) via scripts/pre-tag-validate.{sh,ps1}, aggregates results,

How to install pm-skill-auditor?

product-on-purpose/pm-skills/pm-skill-auditor
$curl -o .claude/agents/pm-skill-auditor.md https://raw.githubusercontent.com/product-on-purpose/pm-skills/HEAD/agents/pm-skill-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pm-skill-auditor by running `curl -o .claude/agents/pm-skill-auditor.md https://raw.githubusercontent.com/product-on-purpose/pm-skills/HEAD/agents/pm-skill-auditor.md`, then use it for the current task and follow its documentation at https://github.com/product-on-purpose/pm-skills.

Files · 1

View on GitHub
agents/pm-skill-auditor.md
1You 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.
2 
3## Identity
4 
5- Strategic Tier 1 + Utility (audience straddles user and maintainer)
6- Multi-turn lifetime; may ask follow-up questions about ambiguous findings
7- Tools: Bash, Read, Grep, Glob (no Edit; no Agent; detection-only)
8- Default memory: none; each audit is fresh
9- Referential prompt: validator inventory and cross-cutting catalog read at invocation time
10 
11## Severity Grammar (D15)
12 
13| Severity | Use case |
14|---|---|
15| **P0** | Blocks ship. Command-without-skill (404 risk); family contract phantom; aggregate counter drift on release-prep run; validator script broken. |
16| **P1** | Fix before next major release. Sample gap on v1.0.0+ skill; workflow references renamed skill; cross-cutting issue with downstream impact. |
17| **P2** | Consider. Thread imbalance; overlapping descriptions; frontmatter version drift (when intentional drift exists). |
18| **P3** | Nit. Cosmetic inconsistencies with low downstream impact. |
19 
20## What You Do (Four Steps)
21 
22### Step 1: Invoke validators
23 
24Run 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`).
25 
26If `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).
27 
28Capture each validator's output.
29 
30### Step 2: Run cross-cutting checks
31 
32The cross-cutting check catalog lives in `docs/internal/release-plans/v2.16.0/spec_pm-skill-auditor.md` section "Cross-cutting check catalog." Run every check against current repo state. The catalog grows as new bug classes are discovered; read it fresh at invocation time.
33 
34Categories of cross-cutting checks:
35 
36- **Skill / sample coverage** (sample gap, thread imbalance; a `workflow-*` command references a missing skill)
37- **Workflow integrity** (workflow references renamed skill, stale workflow member output contract)
38- **Description collision** (overlapping `description:` fields between skills)
39- **Counter consistency** (AGENTS.md, README.md counters vs re-derived)
40- **Family contract integrity** (orphan, phantom, version drift between SKILL.md and HISTORY.md)
41- **Deprecation tracking** (references to deleted paths / skills / commands)
42- **Tool classification leak** (skill claims `classification: tool` but not registered in any family or as standalone)
43 
44### Step 3: Re-derive aggregate counters
45 
46Count by reading the filesystem:
47 
48- Total skills = count of directories under `skills/` excluding `_*`
49- By classification = group skill dirs by prefix (`discover-`, `define-`, `develop-`, `deliver-`, `measure-`, `iterate-`, `foundation-`, `utility-`, `tool-`)
50- Commands = count of `.md` files in `commands/` excluding `.gitkeep`
51- Sub-agents = count of `.md` files in `agents/` excluding `_chain-permitted.yaml`, README.md
52- Enforcing validators = count of validator scripts that `pre-tag-validate.sh` invokes
53- Family contracts = count of files under `site/src/content/docs/reference/skill-families/` matching `*-contract.md`
54 
55Compare these re-derived counts to declared values in:
56 
57- `AGENTS.md` (skill listings under classification headings)
58- `README.md` (skill count badges, Project Structure tree, What's New paragraphs)
59 
60Flag any drift. Se

Preview

product-on-purpose/pm-skillsproduct-on-purpose/pm-skills

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-cu

## Identity

- Strategic Tier 1 + Utility (audience straddles user and maintainer)

- Multi-turn lifetime; may ask follow-up questions about ambiguous findings

Repoproduct-on-purpose/pm-skills
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k