Agent Plugins Marketplace
All plugins

pm-shipping

v1.0.0

上线交付:AI 代码上线审计(证据行+自我反驳)、测试用例、操作手册、发版说明。

Claude Code4 Skills

By Noah WongLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 11, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pm-shipping for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pm-shipping@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/iDWong/pm-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is pm-shipping/.

Plugin files

pm-shipping/
├── .claude-plugin/plugin.json
├── skills/pm-ai-ship-audit/SKILL.md
├── skills/pm-operation-manual/SKILL.md
├── skills/pm-release-notes/SKILL.md
└── skills/pm-test-cases/SKILL.md

Included Skills4

pm-ai-ship-auditskills/pm-ai-ship-audit/SKILL.md

AI 生成代码的上线前审计技能(vibe-coded app 交付审计)。两个方法 + 五条流程: 「文档基线」(架构、用户与权限流、权限矩阵、变量与密钥、测试覆盖地图,外加邮件/定时任务/SEO/内嵌 Agent 四个条件文档)、 「意图 vs 实现」(找文档写了但代码没做到的差距——通用扫描器发现不了的那一类 bug); 流程含反向补文档、推导测试覆盖、静态安全审计、静态性能审计(专抓 N+1 与请求瀑布)、上线检查总装。 能力:(1) 给 AI 写出来的代码补齐可评审的文档基线 (2) 交叉核对文档意图与代码实现的差距 (3) 出带证据行(file:line + 原文片段)且经过自我反驳的审计报告。 触发词:「上线前检查」「AI 代码审计」「vibe coding 检查」「代码和文档对不上」「权限有没有漏」 「安全审计」「性能审计」「N+1」「请求瀑布」「补系统文档」「测试覆盖地图」「ship check」, 或者用户说「这个项目是 AI 写的,能上线吗」时。 不适用:常规代码评审 → /code-review(Claude Code 内置,Codex/Cursor 无此技能);架构与详细设计文档 → hld-design / lld-design; 测试用例设计 → pm-test-cases;系统性排障 → systematic-debugging。 参考文档为英文原文,产出语言跟随用户提问语言。

pm-operation-manualskills/pm-operation-manual/SKILL.md

用于生成、撰写或创建操作手册或用户指南的技能。 触发场景:(1) "生成操作手册" "写操作手册" "创建操作手册" "用户手册", (2) "使用说明" "功能说明文档" "快速入门" "用户指南", (3) "导出操作手册" "操作手册导出Word" "用户手册转Word", (4) 生成系统管理员操作手册, (5) 生成终端用户手册或快速入门指南。 基于需求文档和现有前端页面生成操作手册。

pm-release-notesskills/pm-release-notes/SKILL.md

产品发版说明撰写技能。适用场景:(1) App Store/应用市场更新说明,(2) 对外公告发版说明,(3) 面向用户的功能更新介绍,(4) 内部发版变更记录,(5) 用户说「写发版说明」「更新日志」「版本更新」「changelog」「上线公告」时触发

pm-test-casesskills/pm-test-cases/SKILL.md

用户要求生成、撰写或创建测试用例时必须使用本技能。 触发场景:(1) "生成测试用例" "写测试用例" "创建测试用例", (2) "QA测试" "测试文档" "验收标准" "测试计划", (3) "导出测试用例" "测试用例导出Word" "测试文档转Word", (4) 从需求生成功能/边界/异常/权限测试用例, (5) 生成 API 测试用例或测试报告模板。 基于需求文档或功能描述自动生成完整测试用例集。

Plugin manifests1

pm-shipping/.claude-plugin/plugin.json
{
  "name": "pm-shipping",
  "description": "上线交付:AI 代码上线审计(证据行+自我反驳)、测试用例、操作手册、发版说明。",
  "version": "1.0.0",
  "author": {
    "name": "Noah Wong"
  },
  "license": "MIT",
  "keywords": [
    "product-management",
    "pm",
    "zh-CN"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pm-shipping on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pm-shipping)