create-pull-request
Streamlines the process of creating and submitting pull requests with standard branch naming and body templates.
Install
mkdir -p .claude/skills/create-pull-request-harikrishnan94 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12844" && unzip -o skill.zip -d .claude/skills/create-pull-request-harikrishnan94 && rm skill.zipInstalls to .claude/skills/create-pull-request-harikrishnan94
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Create, draft, or finalize a pull request for the current repository. Use when Codex needs to inspect the current branch, choose or validate a branch name, summarize changes against the default base branch, prepare a clear PR title and body, and optionally open the PR with GitHub CLI. This skill defaults the base branch to main and follows the branch naming pattern <type>-<very-short-feature-name>.Key capabilities
- →Inspect the current local branch and diff
- →Default the base branch to `main` for PRs
- →Validate branch names against a template
- →Summarize changes against the default base branch
- →Prepare a clear PR title and body
- →Optionally open the PR with GitHub CLI
How it works
The skill inspects the current branch, summarizes changes against the main branch, and drafts a PR title and body following naming conventions, optionally creating the PR via GitHub CLI.
Inputs & outputs
When to use create-pull-request
- →Create new pull request
- →Draft PR body
- →Finalize branch submission
About this skill
Create Pull Request
Overview
Use docs/ai/create-pull-request.md as the canonical repository guide
for pull-request work.
Use docs/ai/pull-request-body-template.md when drafting the body.
Codex Notes
When this skill triggers:
- inspect the local branch and diff before drafting the PR
- default the base branch to
main - follow the branch template
<type>-<very-short-feature-name> - keep names short, lowercase, and hyphenated
- transliterate Tamil wording to ASCII before using it in the repo
- return the PR URL when
gh pr createsucceeds
When not to use it
- →When the user needs to create a branch
- →When the user needs to merge branches
Limitations
- →The skill defaults the base branch to `main`
- →The skill follows a specific branch naming pattern
- →The skill requires GitHub CLI for opening PRs
How it compares
This skill automates the PR creation process by standardizing branch naming, summarizing changes, and drafting content, which is more efficient than manual PR preparation.
Compared to similar skills
create-pull-request side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| create-pull-request (this skill) | 0 | 5mo | No flags | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| dependency-upgrade | 26 | 5mo | Review | Intermediate |
| git-commits | 21 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
git-commits
bonny
Create well-structured git commits in logical chunks following best practices
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
github-multi-repo
ruvnet
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
git-workflow-enforcer
CrazyDubya
Ensures commits follow conventional commits, branch naming conventions, and PR templates. Use when creating commits, branches, or PRs, or when user mentions git workflow.