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)
From kw-pluginnpx claudepluginhub kwiggen/claude-code-plugin --plugin kw-pluginThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Generate reports for weekly release cycles.
| Action | Description |
|---|---|
preview | Release preview - what's shipping, risk flags |
retro | Release retro - what happened, hotfixes, trends |
node {baseDir}/dist/releases/cli.js --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
node {baseDir}/dist/releases/cli.js --action preview
# Tuesday morning after prod is stable
node {baseDir}/dist/releases/cli.js --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: