pr
/pr - Create Pull Request
Section titled “/pr - Create Pull Request”Purpose
Section titled “Purpose”Create a well-documented pull request with proper description and checks.
/pr [title or 'auto']Create a pull request: $ARGUMENTS
Workflow
Section titled “Workflow”Step 1: Prepare Changes
Section titled “Step 1: Prepare Changes”git statusgit diff main...HEADStep 2: Verify Ready
Section titled “Step 2: Verify Ready”- All tests passing
- Code reviewed
- No merge conflicts
- Branch pushed
Step 3: Create PR
Section titled “Step 3: Create PR”gh pr create --title "type(scope): description" --body "$(cat <<'EOF'## Summary- [Change 1]- [Change 2]
## Test Plan- [ ] Unit tests- [ ] Manual testing
## Screenshots[If applicable]
## Checklist- [ ] Tests added/updated- [ ] Documentation updated- [ ] No breaking changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)EOF)"Output
Section titled “Output”## Pull Request Created
**URL**: https://github.com/org/repo/pull/123**Title**: feat(auth): add OAuth support**Base**: main ← feature/oauth
### Changes- 5 files changed- +234 -12 linesGap Analysis Rule
Section titled “Gap Analysis Rule”Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.