一键导入
pm-native
Use pm-cli natively in Codex through bundled MCP tools for planning, tracking, mutation, validation, and reporting without invoking the pm shell command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use pm-cli natively in Codex through bundled MCP tools for planning, tracking, mutation, validation, and reporting without invoking the pm shell command.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit pm-cli repositories with native pm MCP tools — health checks, validation, duplicate detection, aggregation, privacy review, and workflow health. Use when performing broad repository audits, release readiness checks, or agent-workflow health reviews.
Plan and organize pm CLI work — triage requests, break epics into tasks, prioritize the backlog, and keep the tracker clean. Use when decomposing features, planning sprints, or organizing incoming requests.
Audit pm-cli repositories with native pm MCP tools, preserving duplicate checks, privacy boundaries, linked evidence, and verification records.
Run the pm-cli developer execution loop — orient, claim, implement, link evidence, verify, and close — with native MCP tools. Use when coding, debugging, refactoring, or shipping changes tracked in pm items.
Run pm-cli release-readiness workflows — validation, coverage gates, changelog, GitHub checks — using native MCP tools with linked evidence. Use when preparing releases, publishing, or verifying post-release state.
Use pm CLI natively in Claude Code through MCP tools for planning, tracking, mutation, validation, and reporting. Use this skill whenever work should be tracked through pm — before implementing, during implementation, and at close.
| name | pm-native |
| description | Use pm-cli natively in Codex through bundled MCP tools for planning, tracking, mutation, validation, and reporting without invoking the pm shell command. |
| license | MIT |
Use this skill whenever a Codex task should be tracked through pm.
Use MCP tools before shell commands:
pm_context, pm_search, pm_list, pm_getpm_create, pm_update, pm_claim, pm_release, pm_closepm_comments, pm_files, pm_docs, pm_testpm_validate, pm_health, pm_contractspm_run with an explicit actionDo not pass path during real repository work. For tests, pass a sandbox cwd or path.
pm_context, pm_search, and pm_list before creating work.pm_claim.pm_comments.pm_close and release with pm_release.Most tools accept:
{
"cwd": "/repo/root",
"author": "codex-agent",
"options": {
"limit": "10"
}
}
pm_run accepts an action plus options:
{
"action": "calendar",
"options": {
"view": "week",
"format": "markdown"
}
}
pm_plan)Codex-style living ExecPlans are first-class via the Plan item type and the pm_plan MCP tool. Use Command Reference: Plan Workflow as the canonical lifecycle recipe; this skill keeps only Codex-specific routing notes.
Use pm_plan for plan-then-execute workflows; use pm_create with type Task/Feature/Epic for already-decomposed backlog work.
Invariants:
in_progress at a time by default; pass allowMultipleActive: true for explicit parallel branches.subcommand: block-step with stepBlockedReason when discovery flips a step.subcommand: materialize once steps are concrete enough to become Tasks.