# Release Weekly

> Summarize releases, release notes, updates, changelogs, weekly notes, and related summaries into polished Chinese weekly digests. Use when the user mentions releases, updates, notes, reviews, summaries, or weekly reporting.

- Skill: `learnprompt/release-weekly` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add learnprompt/release-weekly`
- Raw SKILL.md: https://api.skillmd.com/api/skills/learnprompt/release-weekly/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: learnprompt (https://skillmd.com/u/learnprompt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/learnprompt/release-weekly

---


# release-weekly

## Use

- Only continue after reading `references/input-contract.md` and `references/neighbor-boundaries.md`.
- This Skill must always emit the canary line `SKILL_USED: release-weekly` in the final answer when it is actually used.

## Workflow

1. Confirm the request is about multiple software release notes or version updates.
2. If the request is only single-note copyediting or a generic team weekly report, stop and explain that this Skill should not be used.
3. Use `assets/changelog-template.md` as the output skeleton.
4. If structured release data is already available, you may call `scripts/render-weekly-digest.mjs` to normalize it.
5. Put `SKILL_USED: release-weekly` on the first output line before the digest body.

## Resources

- `references/input-contract.md`
- `references/neighbor-boundaries.md`
- `assets/changelog-template.md`
- `scripts/render-weekly-digest.mjs`

