What problem does it solve?
Manually writing release pull request bodies for the develop-to-main merge is repetitive and error-prone, especially when maintaining a consistent Japanese release-note format and excluding bot-generated content like CodeRabbit blocks.
Core Features & Use Cases
- Standardized Release PRs: Generates PR bodies in the established Japanese release-note format with sections for new features, improvements, bug fixes, tests, and documentation.
- Create or Update Logic: Detects an existing open develop-to-main PR and updates its body instead of creating a duplicate.
- CodeRabbit Exclusion: Strips auto-generated CodeRabbit comment blocks so they do not leak into release notes.
- Use Case: Before a release, run this Skill to inspect the diff between origin/main and origin/develop, then produce a clean "Develop => main" PR ready for review.
Quick Start
Create a release pull request from develop to main for aituber-kit following the usual Japanese release note format.