← スキル一覧に戻る

deliveryrelease-notes
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 2025年12月23日
SKILL.md
name: delivery.release_notes phase: delivery roles:
- Product Manager
- Product Marketing
description: Generate structured release notes tailored to the specified audience and highlighting value, rollout, and risks.
variables:
required:
- name: version description: Release version or identifier.
- name: highlights description: Key features or changes included in the release.
- name: audience description: Target audience such as customers, internal teams, or executives. optional:
- name: rollout_plan description: Summary of rollout phases or flags.
- name: risks description: Notable risks or watchpoints to communicate. outputs:
- Release summary and value statement.
- Detailed change list grouped by theme.
- Rollout, support, and risk communication sections.
Purpose
Ensure release communications are consistent, customer-centric, and aligned with operational readiness plans.
Pre-run Checklist
- ✅ Confirm feature list with engineering and QA.
- ✅ Gather customer-facing messaging from product marketing.
- ✅ Align with support and success teams on rollout logistics.
Invocation Guidance
codex skills run delivery.release_notes \
--vars "version={{version}}" \
"highlights={{highlights}}" \
"audience={{audience}}" \
"rollout_plan={{rollout_plan}}" \
"risks={{risks}}"
Recommended Input Attachments
- Changelog or issue tracker export.
- Screenshots or GIFs of key features.
- Support playbooks or macros.
Claude Workflow Outline
- Summarize release context and audience needs.
- Craft a value-oriented summary explaining why the release matters.
- List changes grouped by theme, including links or callouts for visuals.
- Outline rollout plan, support readiness, and success metrics.
- Highlight risks, mitigations, and action items for partner teams.
Output Template
# Release Notes — {{version}}
## Summary
...
## What's New
- Theme:
- Change:
## Rollout & Enablement
- Rollout Plan:
- Success Metrics:
- Support Readiness:
## Risks & Watchpoints
- Risk:
- Mitigation:
- Owner:
Follow-up Actions
- Share notes in the release communication channels and status pages.
- Update customer documentation or knowledge base articles.
- Collect feedback post-launch and iterate on messaging.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です