pm-checkup

pm-checkup is a skill for Claude Code from wei63w/pm-manager. It costs 34 tokens per session (346 once invoked), scanned A, original, MIT.

An on-demand five-part project checkup covering security, functionality, completeness, quality, and documentation. It ranks findings as P0, P1, or P2, meaning highest, medium, or lower priority.

In plain words
What is it for?
Use it to inspect the whole project or one module, highlight urgent P0 problems, and summarize less urgent issues for later review.
Why use it?
It gives a broad health review without running automatically or changing application code before confirmation.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

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.

agentmods
npx agentmods add skills/wei63w/pm-manager/pm-checkup
Any agent
npx skills add wei63w/pm-manager --skill pm-checkup
Clone the repo
git clone --depth 1 https://github.com/wei63w/pm-manager

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/wei63w/pm-manager/pm-checkup.svg)](https://agentmods.dev/skills/wei63w/pm-manager/pm-checkup)
Your own site
<a href="https://agentmods.dev/skills/wei63w/pm-manager/pm-checkup"><img src="https://agentmods.dev/badge/skills/wei63w/pm-manager/pm-checkup.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00034 $0.00346
Opus 5 $0.00017 $0.00173
Sonnet 5 $0.00007 $0.00069
Haiku 4.5 $0.00003 $0.00035

Measured 6d ago against content hash 1e4d64bb3e1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pm-checkup 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 6d 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.

adapters/cursor/skills/pm-checkup/SKILL.md · 38 lines

What it actually says

User Input

$ARGUMENTS

Accepted: empty | --module <name>.

Outline

/pm-checkup 是按需全量体检,不是日常口令,也不是 /pm-all 默认步骤。用户以中文交互时用中文回复。不启动定时器。未确认不改业务代码。

  1. Require .pm/。缺则建议 /pm-init
  2. 先读 map.jsondoc-index.mdrules.md。禁止无过滤全库递归。
  3. 运行 pm checkup(或 --module)。打开 .pm/state/checkup.md
  4. P0 置顶打断;P1/P2 只汇总。可建议 /pm-review 把 P0 收成带推理的评审行。
  5. Closing:_closing.md 完整档,只链已有 checkup / overview。

Done When

  • 五维报告已刷新
  • 未把体检绑进日常 status 默认深潜
  • 无秘密原文落盘

Shared Workflow

Map-first. Redact. Confirm-before-write. Design baseline: docs/prd.md + 宪章。

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. 6d ago First seen · 38 lines · 34 tokens per session scan A 1e4d64bb3e1c

Subscribe to this mod's changes

pm-checkup is a skill published in the GitHub repository wei63w/pm-manager (99 stars, last pushed 7d ago), licensed MIT. It adds 34 tokens to every session and 346 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

performance-optimization

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

addyosmani/agent-skills · 59 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…

addyosmani/agent-skills · 67 tokens

debugging-and-error-recovery

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

addyosmani/agent-skills · 53 tokens

systematic-debugging

Skill "systematic-debugging" from jnMetaCode/superpowers-zh, covering 系统化调试, 概述, 铁律, 何时使用 and 四个阶段.

jnMetaCode/superpowers-zh · 24 tokens

browser-trace

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page…

mxyhi/ok-skills · 88 tokens

ontoly-software-graph

Use Ontoly's deterministic Software Graph and MCP capabilities for repository architecture, request tracing, dependency analysis, configuration lookup, and impact analysis before falling back to source search.

mxyhi/ok-skills · 40 tokens