Help us improve
Share bugs, ideas, or general feedback.
From confluence
Generate comprehensive release notes for Confluence from Jira issues, git commits, and pull requests. Use when preparing releases, creating changelogs, documenting version updates, or when user mentions release notes, changelog, version, or release documentation.
npx claudepluginhub ramirez-justin/claude-plugins --plugin confluenceHow this skill is triggered — by the user, by Claude, or both
Slash command
/confluence:release-notesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expert assistance for generating comprehensive release notes and changelogs in Confluence.
Generates user-facing release notes from tickets, PRDs, changelogs, or git logs, organized by category (new features, improvements, fixes).
Generates user-facing release notes from tickets, PRDs, or changelogs. Categorizes changes into new features, improvements, fixes for announcing updates.
Share bugs, ideas, or general feedback.
Expert assistance for generating comprehensive release notes and changelogs in Confluence.
# Version X.Y.Z - [Release Date]
## Highlights
[Brief overview of most important changes - 2-3 sentences]
## What's New
### Major Features [for MAJOR/MINOR releases]
- **Feature Name**: Description and user benefit
### Minor Features [optional]
- **Feature Name**: Brief description
## Improvements
### Performance [optional]
- Specific improvement with metrics (e.g., "50% faster page loads")
### User Experience [optional]
- UI/UX enhancements
### Developer Experience [optional]
- API improvements, tooling updates
## Bug Fixes
- **[PROJ-123]**: Fixed issue where...
- **[PROJ-456]**: Resolved bug with...
## Breaking Changes [if any]
⚠️ **Important**: These changes may require action.
- **Change**: What changed and migration steps
## Deprecations [if any]
⚠️ **Notice**: Will be removed in version X.X.
- **Feature/API**: Use [alternative] instead
## Security Updates [if any]
🔒 Security fixes included.
- **[PROJ-789]**: Description (CVE-YYYY-XXXX if applicable)
## Known Issues [if any]
- **Issue**: Description and workaround
## Upgrade Guide [for MAJOR releases]
### Prerequisites
- Requirements for upgrading
### Steps
1. Step-by-step instructions
### Migration Notes
- Database migrations, config changes, API updates
## Technical Details [for developers]
### Dependencies Updated
- Library X: v1.0 → v2.0
### API Changes [optional]
- New/modified/removed endpoints
## Contributors [optional]
Thanks to: @user1, @user2
| Version | Include | Focus |
|---|---|---|
| MAJOR (X.0.0) | All sections, detailed upgrade guide | Breaking changes, migration |
| MINOR (x.Y.0) | Features, improvements, bugs | New functionality |
| PATCH (x.y.Z) | Bug fixes, security | Critical fixes only |
MAJOR releases: All sections, emphasize Highlights, Breaking Changes, Upgrade Guide
MINOR releases: Skip Upgrade Guide unless needed, brief Technical Details
PATCH releases: Only Bug Fixes, Security Updates, Known Issues
fixVersion = "2.0.0" ORDER BY type DESC, priority DESC
Map issue types:
breaking-change → Breaking Changesdeprecation → Deprecationssecurity → Security Updatesgit log v1.4.0..v1.5.0 --oneline
Conventional commits mapping:
feat: → New Featuresfix: → Bug Fixesperf: → Performance Improvementsdocs: → Documentation (usually skip)chore: → Usually skip### Multi-language Support
**[PROJ-456]** (PR #123): Added 10 new languages.
Implementation by @johndoe
- Automatic language detection
- RTL language support
| Change Type | Version Bump | Examples |
|---|---|---|
| Breaking API change | MAJOR | Removed endpoint, changed response format |
| New feature (compatible) | MINOR | New endpoint, new parameter |
| Bug fix (compatible) | PATCH | Fixed validation, security patch |
Product Documentation/
├── Releases/
│ ├── Version 2.0.0
│ ├── Version 1.5.0
│ └── Version 1.4.3
├── Upgrade Guides/
│ └── Upgrading to 2.0
└── Changelogs/
└── Complete Changelog
When generating release notes, I will:
You: "Generate release notes for v2.5.0"
Me: "I'll generate release notes for version 2.5.0.
[Searches Jira for fixVersion='2.5.0']
Found 23 issues:
Draft:
New analytics dashboard with custom widgets. 25% performance improvement across all pages.
[PROJ-301]: Customizable widgets, real-time data...
⚠️ API Authentication: API keys deprecated, use OAuth 2.0 [Migration steps...]
Ready to create in Confluence. Which space?"
You: "Space 123456"
Me: [Creates page] "Created 'Version 2.5.0 Release Notes' in space 123456!"