What problem does it solve?
This Skill automates the post-merge integration process, ensuring that approved specifications are moved to their final location, project boards are updated, and the repository is kept clean by removing obsolete branches. It also maintains the RETROSPECTIVE.md file by summarizing older entries to keep it concise.
Core Features & Use Cases
- Post-Merge Integration: Moves approved specs from
docs/changes/ to docs/specs/.
- Branch Cleanup: Deletes local and remote feature branches after merging.
- Project Board Updates: Marks tasks as "Done" on GitHub projects.
- Retrospective Maintenance: Appends new learnings and automatically summarizes older entries using Gemini CLI when the file exceeds a size limit.
- Use Case: After successfully merging a feature branch for a new API endpoint, you can use this skill to automatically move the associated spec, delete the branch, update the project board, and record the learnings in the retrospective.
Quick Start
Run the change integrator script with the merged PR number, branch name, project item ID, and key learnings.