github-create-pr
Creates a pull request from the current branch to the main branch.
Find the perfect capability for your agent.
Creates a pull request from the current branch to the main branch.
Generate a commit message for changes already in the Git staging area, and await approval from the user. Use when the agent needs to generate a commit message for staged changes. Only generates the commit message, but does not perform the commit.
Manage git worktrees for isolated development. Use when creating isolated workspaces, managing parallel development, handling worktree lifecycle, or merging completed work.
Perform an expert frontend code review directly from a GitHub Pull Request using gh CLI.
Create and manage Git worktrees to parallelize agent tasks safely. Use when you need multiple concurrent checkouts (sub-agents, parallel edits, or isolated experiments) and want deterministic setup/cleanup with manifests and logs.
Set up a GitHub issue for development with branch, worktree, and planning doc. Use when user says "start issue", "work on issue
Generates clear, Angular-style commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Create professional git commits following conventional commit format with proper staging and verification
Use when about to run "git stash", encountering modified files you didn't create, or working with git operations that require a clean working tree. Prevents accidental stashing of user's uncommitted work.
Gitコミット履歴を分析し、ユーザーフレンドリーかつ技術的に詳細なリリースノートとチェンジログを作成します。リリースノート、CHANGELOG、変更履歴が必要なときに使用してください。
Writing clear, conventional commit messages. Use when creating git commits, staging changes, or helping with version control messages. Applies conventional commits format with scope and imperative mood.
Extract learnings from recent git commits and current conversation. Analyzes fixes, refactors, and corrections to propose entries for learnings files. Use when: - User says "/opi" or "opi" - "What did we learn?" - "Extract learnings" - "Update learnings" - End of session reflection Triggers: "opi", "learn", "oppia", "mitä opittiin", "extract learnings"
Use when the user wants to read, analyze, or respond to GitHub pull request reviews and comments
Manage Gitea wiki pages. Use when working with wiki content, creating documentation, or updating wiki pages.