pr-create | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / pr-create

pr-create

maintained by YoniChechik

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: "pr-create" description: "Create pull request from feature branch"

Creates a professional pull request when a feature is complete and ready for review.

Optional PR title/description hint from user input

"$ARGUMENTS"

Process

Step 1: Analyze Feature Branch

  • Compare to origin/main:
git log origin/main..HEAD --oneline
git diff origin/main...HEAD --stat
  • Erase plan.md and any other dev/workflow related files and commit. If not sure, ask user for directions.

Step 2: Generate PR Title and Body

Create professional PR content:

Title Format: Feature: [Descriptive title based on plan.md and commits]

Body Structure:

## Summary
- Key functionality delivered
- Major components implemented
- Value provided to users

## Implementation Details
- Technical approach and architecture decisions
- Integration points with existing codebase
- Notable patterns or utilities used

## Testing
- Unit tests added for core functionality
- Integration tests for end-to-end workflows
- Manual testing performed

Step 3: Create Pull Request

gh pr create --title "Feature: [Generated title]" --body "$(cat <<'EOF'
[Generated PR body]
EOF
)"

Step 4: PR Success Confirmation

  • Display created PR URL

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools git workflows

Related Skills

pr

pr

MoonshotAI
star 6.1k
chevron_right
feature-dev
chevron_right
drafting-pr
chevron_right
creating-pr
chevron_right
checking-docs
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.