Agent skill
pr-create-skill
明示的に呼び出されたときにのみ読み込みます。エージェントが自律的に呼び出す必要はありません。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pr-create-skill
SKILL.md
事前確認
- ユーザからマージ先のブランチを受け取ります。
- 現在開いているブランチ名に含まれる {大文字の英字列-数字}を Jira に紐つく {PROJECT-KEY} と認識します。
実行内容
git diffで、現在のブランチとリモートのマージ先ブランチを比較し、変更の詳細を確認(例:this_branchとorigin/mainを比較)gh pr createでプルリクエストを作成- プルリクエストの内容に記載する文章は、すべて説明的にして、想定ターゲットの存在しない内容にしてください。
Pull Request 作成には以下を参照してください。
- Pull Request テンプレート
- ドキュメント作成ガイドライン
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?