Agent skill
commit-push-pr-flow
タスク完了後に自動的に実行する必要があるフロースキルです
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commit-push-pr-flow
SKILL.md
Commit, push, and open a PR
手順
git statusで変更を確認- 変更内容からConventional Commits形式のメッセージを生成
git add .でステージング(.env等の機密ファイルがないか確認)git commit -m "生成したメッセージ"git push -u origin HEADgh pr create --title "PRタイトル" --body "説明(日本語)"gh pr view --webで結果を共有して完了
注意
- PRタイトルにイシュー番号を含める(例: [YOUR_PREFIX]-15: ...)
- 説明は日本語で記述
Didn't find tool you were looking for?