Generates weekly release cycle reports for the team. - preview: What's shipping (run Sunday after release train) - retro: What happened (run Tuesday after prod stabilizes)
Generates weekly release reports for your team. Run `preview` on Sunday after the release train merges to see what's shipping and risks, or `retro` on Tuesday after production stabilizes to review outcomes and trends.
/plugin marketplace add kwiggen/claude-code-plugin/plugin install kwiggen-kw-plugin@kwiggen/claude-code-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/release_reports.pyGenerate reports for weekly release cycles.
| Action | Description |
|---|---|
preview | Release preview - what's shipping, risk flags |
retro | Release retro - what happened, hotfixes, trends |
python {baseDir}/skills/release-reports/scripts/release_reports.py --action <ACTION> [OPTIONS]
--action (required): preview or retro--days N: Days to look back for release trains (default: 30)# Sunday evening after release train is merged
python {baseDir}/skills/release-reports/scripts/release_reports.py --action preview
# Tuesday morning after prod is stable
python {baseDir}/skills/release-reports/scripts/release_reports.py --action retro
Run after the develop → staging PR is merged (Sunday).
Shows:
The preview report outputs structured PR data in <release-notes-data> tags. When you see this data:
Example output:
## Release Notes
### What's New
- Users can now export reports in PDF format
- Added dark mode support across all pages
### Bug Fixes
- Fixed crash when loading large datasets
- Resolved timezone display issues in reports
### Improvements
- Improved search performance by 40%
- Streamlined onboarding flow
Run after production is stable (Tuesday).
Shows:
| PR Type | Base | Head | Description |
|---|---|---|---|
| Feature | develop | feature/* | Normal development |
| Release train | staging | develop | Weekly release |
| Hotfix | staging | fix/* | Direct fix during QA |
| Promotion | release | staging | Push to production |
| Backmerge | develop | staging | Sync hotfix back |
Reports include emoji indicators for quick scanning: