From base-tools
作業ブランチの修正内容を把握し、プルリクエストのタイトルと本文を作成してPRを作成します。コード修正完了後にPRを作成する場合や、`/create-pr` コマンドが実行された場合に使用してください。
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:create-prThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 現在の作業ブランチを確認する。
main ブランチの場合、PR作成できないことをユーザーに伝えて作業終了。template.md を使用する。git push origin HEADgh pr create --body "{本文}" --title "{タイトル}"gh pr view --json title,body,urlnpx claudepluginhub canpok1/claude-code-plugins --plugin base-toolsCreates pull requests, merge requests, or change requests via GitHub/GitLab CLIs with formatted titles, summaries, and sections per repo commit styles, templates, and guidelines like conventional commits.
Creates GitHub pull requests from current branch using repo templates, conventional commit titles, issue linking from commits/branch, and gh CLI. Invoke with $create-pr after implementation.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.