rokurokulab
- 7 skills
- 0 followers
- 23 hours ago last updated
- ▌ Changelog · rokurokulabAdd a CHANGELOG.md entry in Keep-a-Changelog style for unreleased work, or generate the next version's entries from git log since the last tag. Use when preparing a release, updating CHANGELOG after merging features, or when the user asks "what's in the next release?"
- ▌ Github Pr · rokurokulabDraft concise, repository-aligned GitHub pull requests with proportional detail and correct issue linking.
- ▌ Code Review · rokurokulabReview a diff (staged, branch, or PR) for correctness, hidden state changes, missing tests, and convention drift. Use this when the user asks for a review, second opinion, or sanity check on changes they're about to commit or merge.
- ▌ Github Issue · rokurokulabDraft concise, repository-aligned GitHub issues with proportional detail based on change size.
- ▌ Commit Message · rokurokulabGenerate a Conventional Commits message from staged or unstaged changes. Use when the user asks for a commit message, says "commit this", or wants help writing the subject/body for changes already in the working tree.
- ▌ Github Milestone · rokurokulabCreate and maintain GitHub milestones that group related issues and PRs under a single deliverable, following open-source conventions.
- ▌ Repo Exploration · rokurokulabRecover the smallest grounded understanding needed for a codebase task before planning or editing.