Agent skill
create-pr
Create a pull request for the current branch
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/create-pr
SKILL.md
Create PR
Instructions
現在のブランチのPRを作成する。
- 現在のブランチとmainの差分を確認
- 変更内容を要約したPRタイトル・本文を作成
- pushされていなければ先にpushする
gh pr create --assignee @meでPRを作成(Assignee は必ず @me を設定)- PRのURLを表示する
PR Format
Title: 簡潔な日本語タイトル
## Summary
- 変更点を箇条書きで
## Test Plan
- テスト方法を箇条書きで
Notes
- ベースブランチは
main - タイトル・本文は日本語
- Assignee は必ず
@meを設定すること
Didn't find tool you were looking for?