GitHub Pull Request Creation
Workflow
- •Check for uncommitted changes. If on main branch with changes, create a branch first
- •If uncommitted, use the commit skill to commit
- •Generate PR content from
git log --oneline origin/main..HEAD - •Verify branch is pushed with
git branch -vv - •Execute
gh pr createand return PR URL
PR Content Generation
See references/pr-template.md for template structure.
- •Title: First commit message (Conventional Commits format)
- •Description: Summary, Changes, Type of Change, Related Issues
Project-Specific Rules
- •Base branch:
origin/main - •Do not add "Generated with Claude Code" note