Agent skill
commit-push-pr-flow
タスク完了後に自動的に実行する必要があるフロースキルです
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: ...)
- 説明は日本語で記述
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?