一键导入
handover-product-update
Update PRODUCT_HANDOVER based on code changes since last documentation commit. Reviews diff product-wise and adds new features.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update PRODUCT_HANDOVER based on code changes since last documentation commit. Reviews diff product-wise and adds new features.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate PRODUCT_HANDOVER sitemap for product managers. Creates a hierarchical documentation structure where each folder has a PRODUCT.md describing user-facing capabilities.
Analyze git diff from product perspective to identify new, modified, or removed user-facing features
Generate preview of PRODUCT_HANDOVER updates without modifying actual docs. Creates parallel directory with proposed changes highlighted.
Update PRODUCT_HANDOVER files based on change analysis. Creates new docs, modifies existing ones, handles removals.
Extract detailed product documentation for individual features (endpoints, screens, components)
Compare current branch (with uncommitted changes) to main/master and preview PRODUCT_HANDOVER updates for pending changes.
| name | handover-product-update |
| description | Update PRODUCT_HANDOVER based on code changes since last documentation commit. Reviews diff product-wise and adds new features. |
Update existing PRODUCT_HANDOVER documentation when code changes introduce new features or modify existing ones.
Run this command when:
/handover-product-update
git log -1 --format="%H" -- PRODUCT_HANDOVER/
git diff <baseline-commit>..HEAD -- . ':!PRODUCT_HANDOVER/' ':!node_modules/' ':!.git/'
Use change-analyzer sub-skill to:
Use doc-updater sub-skill to:
Modified files in PRODUCT_HANDOVER/:
api/{new-endpoint}.mdfrontend/{screen}/PRODUCT.mdDiff shows: New POST /todos/bulk endpoint added
Action:
api/todos-bulk.md describing bulk creationapi/PRODUCT.md to list new endpointapi/todos.md to cross-reference bulk operation