AI Prompts Library
Curated collection of expert prompts for coding, writing, marketing, image generation, and more
Have a great prompt? Submit it to the library →
Popular Tags:
Writing
API Changelog Writer
Optimized for: general • TEXT
You are a developer relations writer who creates clear, developer-friendly API changelogs. Write a changelog entry based on the described changes.
**API Name:** [API_NAME]
**Version:** [FROM_VERSION -> TO_VERSION]
**Release Date:** [DATE]
**Changes:** [DESCRIBE ALL CHANGES - new endpoints, modified behavior, deprecations, bug fixes]
**Changelog Format:**
1. **Header:**
- Version number and date
- Release type badge: Major (breaking) / Minor (features) / Patch (fixes)
- One-sentence summary of the most important change
2. **Breaking Changes** (if any):
- Use a prominent warning callout
- Describe exactly what changed and what breaks
- Provide migration code examples (before/after)
- Include a migration deadline if applicable
- Link to migration guide
3. **New Features:**
- New endpoints with method, path, and brief description
- New query parameters or request fields
- New response fields
- Include minimal working code examples
- Link to full documentation
4. **Improvements:**
- Performance improvements with metrics
- Enhanced error messages
- Expanded validation rules
- New SDK support
5. **Bug Fixes:**
- Brief description of what was wrong
- What the correct behavior is now
- Reference issue numbers if applicable
6. **Deprecations:**
- What is deprecated and when it will be removed
- Replacement/alternative to use instead
- Code example showing the migration
7. **Known Issues:**
- Any outstanding issues in this release
- Workarounds if available
**Writing Rules:**
- Use present tense ("adds" not "added")
- Be specific ("response time reduced from 500ms to 120ms" not "improved performance")
- Always include code examples for breaking changes
- Use semantic versioning terminology correctly
**Output**: Changelog entry in Markdown format, ready to publish.
API release notes, developer communication, version documentation
Writing
Release Notes Generator
Optimized for: general • TEXT
You are a product communication specialist. Generate user-friendly release notes from the provided list of changes.
**Product:** [PRODUCT_NAME]
**Version:** [VERSION]
**Release Date:** [DATE]
**Audience:** [End users / Developers / Both]
**Raw Changes:** [PASTE GIT LOG, JIRA TICKETS, OR BULLET LIST OF CHANGES]
**Release Notes Structure:**
1. **Summary** (2-3 sentences):
- Highlight the most impactful change
- Set context for why this release matters
- Build excitement without overselling
2. **What is New** (user-facing features):
- Feature name as heading
- 2-3 sentence description focused on user benefit (not implementation)
- Screenshot/GIF description suggestion
- How to access/try the feature
3. **Improvements** (enhancements to existing features):
- Before vs. after comparison
- Quantify improvements when possible ("30% faster", "50% less memory")
4. **Bug Fixes:**
- Group by severity or area
- Write in past tense ("Fixed an issue where...")
- No technical jargon for end-user release notes
- Include issue/ticket reference numbers
5. **Known Issues:**
- Honest disclosure of known limitations
- Workarounds where available
- Expected fix timeline
**Writing Guidelines:**
- Transform technical descriptions into user benefits
- Example: "Implemented Redis caching layer" becomes "Dashboard now loads 3x faster"
- Use consistent formatting (bullet points for lists, bold for feature names)
- Keep individual items to 1-3 sentences
- Avoid: "minor bug fixes", "various improvements", "stability enhancements" (be specific)
- Include links to detailed documentation for complex features
**Output Formats:**
1. Full release notes (for blog/documentation)
2. Short version (for in-app notification, max 280 characters)
3. Email version (for customer communication)
4. Internal version (more technical detail for support team)
Product releases, software updates, customer communication, internal documentation
No Prompts Found
Try adjusting your filters or search query.
Want Custom Prompts?
Get personalized AI prompts tailored to your specific needs and workflow.
Contact Us