
Create Pr
- 8 installs
- Updated May 18, 2026
- ruchernchong/claude-kit
Helps with ai & agent building tasks.
About
create-pr is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- create-pr
- AI & Agent Building
- AI-coding skill
Create Pr by the numbers
- 8 all-time installs (skills.sh)
- +1 installs in the week ending Jul 26, 2026 (Skillselion tracking)
- Ranked #12,321 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 26, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruchernchong/claude-kit --skill create-prAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 8 |
|---|---|
| Last updated | May 18, 2026 |
| Repository | ruchernchong/claude-kit ↗ |
What it does
Helps with ai & agent building tasks.
Files
Language Conventions
Infer language style from the project:
- Analyze existing pull requests, commit messages, and documentation to detect the project's language variant (US English, UK English, etc.)
- Match the spelling conventions found in the project (e.g., "optimize" vs "optimise", "favor" vs "favour")
- Maintain consistency with the project's established language style throughout PR titles and descriptions
---
Create a pull request with the following workflow:
1. Check current git status and branch 2. Push the current branch to remote (with -u flag if needed) 3. Analyse recent commits to generate PR title and description 4. Create GitHub PR and auto-assign to current user:
- Use
gh pr create --assignee @meto self-assign the pull request - If assignment fails (user not a collaborator), GitHub CLI will create the PR without assignment
- This provides convenience for repository collaborators while remaining safe for contributors
5. Optional: Additional assignees can be added using --assignee flag (comma-separated for multiple)
- Note: PR is already auto-assigned to the current user via
--assignee @mein step 4
CONCISE PR RULE: Keep everything brief and focused
Generate a title based on the commit history and user's request context.
For the PR title:
- Use natural, descriptive language (NOT conventional commits format like "feat:", "fix:", "chore:")
- Make it clear and specific to the changes
- Keep it concise but informative
For the PR description:
- Maximum 1-2 bullet points summarizing the key changes
- No verbose explanations - be direct and specific
- No test plan, acceptance criteria, or additional sections
- Focus only on what changed and why