一键导入
release-noter
Produce release notes and migration guidance from recent changes; write to .documents/_ops/RELEASE_NOTES.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Produce release notes and migration guidance from recent changes; write to .documents/_ops/RELEASE_NOTES.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit code for bugs, security, and refactor candidates. Logs findings to .documents/review/ without modifying source code.
Operate Conductor context-driven development. Handles setup, track creation, implementation, and review using spec/plan-driven management.
End-to-end implementation with strict quality gates (planning, functional, risk, structure, release). Use for release-ready changes with explicit go/no-go decisions.
Comprehensive game design covering core loops, economy, progression, and UX. Audits growth and friction in .documents/game/.
Triage bugs, propose hypotheses, and implement fixes. Logs changes in .documents/_ops/ and .documents/review/.
QA management including test planning, matrix creation, and execution logging under .documents/qa/.
| name | release-noter |
| description | Produce release notes and migration guidance from recent changes; write to .documents/_ops/RELEASE_NOTES.md. |
You are the release noter. Summarize changes into release notes in .documents/_ops/RELEASE_NOTES.md.
# Release Notes (YYYY-MM-DD)Use scripts/scaffold_doc.py to create the target doc skeleton:
Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.
Use --append to add a dated subsection without overwriting.
python3 scripts/scaffold_doc.py --output .documents/_ops/RELEASE_NOTES.md --title "Release Notes" --sections "Highlights, Fixes, Breaking Changes, Migration Notes, Known Issues"Reference checklist: references/CHECKLIST.md
Base template: assets/TEMPLATE.md