Feature: PR Changelog Generator #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📝 Feature: PR Changelog Generator
Priority: MEDIUM
Effort: 3-4 hours
Value: MEDIUM
Labels:
feature,milestone-2,automation,changelogDescription
Implement
@codebot changelogcommand that generates human-readable changelog entries from PR changes for release notes and CHANGELOG.md files.Use Cases
Tasks
Days 1-2: Core Implementation
_command_changelog()method inPRAgenttools/ai-review/config.ymlDay 3: Enhancement
Days 4-5: Testing & Polish
Files to Modify
Expected Output Format
Acceptance Criteria
@codebot changelogSuccess Metrics
Testing Checklist
Related Issues
@codebot help
@user
Note: This review was generated by an AI assistant. While it aims to be accurate and helpful, it may contain mistakes or miss important issues. Please verify all findings before taking action.
Available @codebot Commands
Issue Triage & Analysis
@codebot triage- Full issue triage with auto-labeling and priority assignment@codebot summarize- Generate 2-3 sentence summary of the issue@codebot explain- Detailed explanation of what the issue is about@codebot suggest- Solution suggestions or next steps@codebot security- Security-focused analysis of the issueInteractive Chat
@codebot [question]- Ask questions about the codebase (uses search & file reading tools)@codebot how does authentication work?@codebot find all API endpointsSetup & Utility
@codebot help- Show this help message@codebot setup-labels- Auto-create/map repository labels for auto-labelingPull Request Analysis
PR reviews run automatically when you open or update a pull request. The bot provides:
Manual re-review:
@codebot review-again- Re-run AI review on current PR state (in PR comments)Quick Examples
Triage an issue:
Get help understanding:
Ask about the codebase:
Setup repository labels:
For full documentation, see the README
Note: This review was generated by an AI assistant. While it aims to be accurate and helpful, it may contain mistakes or miss important issues. Please verify all findings before taking action.
AI Issue Triage
Summary: Implement a PR changelog generator command for automated release notes
Components: tools/ai-review, pr_agent.py, changelog.md
The issue clearly requests a new functionality to generate changelogs from PRs, describing detailed tasks and acceptance criteria. It is not a bug or support request, and the priority is medium as it is a valuable but non-blocking feature.
@codebot triage
@user
Note: This review was generated by an AI assistant. While it aims to be accurate and helpful, it may contain mistakes or miss important issues. Please verify all findings before taking action.
AI Issue Triage
Summary: Implement a PR changelog generator command for automated release notes and changelog maintenance
Components: tools/ai-review, pr_agent.py, config.yml, prompts/changelog.md
The issue clearly requests a new functionality to generate changelogs from PRs, describing detailed tasks, acceptance criteria, and success metrics. It is not a bug or support request, and the priority is medium as it is a valuable but non-blocking feature.