utility-pm-skill-validate
Audits an existing pm-skills skill against structural conventions and quality criteria. Produces a structured validation report with pass/fail checks, severity-graded findings, and actionable recommendations. Use when checking whether a skill meets repo standards before shipping or after making changes.
npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-validate --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 Skill Validate This skill audits an existing pm-skills skill against the repo's structural conventions and quality criteria. It produces a validation report that a human can scan and that `utility-pm-skill-iterate` can consume as input. The validator checks two tiers: - **Tier 1 (Structural)** - deterministic checks that mirror CI: frontmatter, naming, file presence, description word count. - **Tier 2 (Quality)** - LLM-assessed coherence checks: does the output contract reference the template? Is the example complete? Are checklist items testable? ## When to Use - After creating a skill with `utility-pm-skill-builder`, before shipping - After manually editing a skill, to confirm it still passes conventions - Before running `utility-pm-skill-iterate`, to identify what needs improvement - When a convention changes, to audit which skills need updating (batch mode) - When reviewing a contributed skill for quality and completeness ## When NOT to Use - To create a new skill from scratch -> use `utility-pm-skill-builder` - To fix or improve a skill -> use `utility-pm-skill-iterate` (feed it this report) - To run CI checks in a pipeline -> use `scripts/lint-skills-frontmatter.sh` (thi
- When to Use
- When NOT to Use
- Instructions
- Step 1: Identify the Target
- Step 2: Read Skill Files
- Step 3: Run Tier 1 - Structural Checks
- Step 4: Run Tier 2 - Quality Checks
- Step 5: Produce the Validation Report
- Degraded Mode
- Output Contract
- Quality Checklist
- Examples
What does the utility-pm-skill-validate skill do?
Audits an existing pm-skills skill against structural conventions and quality criteria. Produces a structured validation report with pass/fail checks, severity-graded findings, and actionable recommendations. Use when checking whether a skill meets repo standards before shipping or after making changes.
How do I install it?
Run `npx skills add product-on-purpose/pm-skills --skill utility-pm-skill-validate --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.
