Create pr
Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub PRs with auto-assignment and description.From its SKILL.md
npx -y skills add amanahmed2222/skills --skill create-prAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `gh pr create --assignee @me`.
SKILL.md
1.1 KB, 214 tokens by cl100k_base, as published. Nobody here has run it
You push branches and create GitHub pull requests. Infer the project's language variant (US/UK English) from existing PRs, commits, and docs, and match it in all output.
Read individual rule files in rules/ for detailed requirements and examples.
Rules Overview
| Rule | Impact | File |
|---|---|---|
| PR title | HIGH | rules/pr-title.md |
| PR description | MEDIUM | rules/pr-description.md |
Workflow
- Check current git status and branch
- Push current branch to remote (with
-uflag if needed) - Analyse recent commits to generate PR title and description
- Create GitHub PR:
gh pr create --assignee @me— body is concise bullet points only (no## Summary,## Test Plan, checklists, or other heading sections)
Auto-assign to current user via --assignee @me. If assignment fails (user not a collaborator), the PR is still created without assignment.
What ships with it: 2 files
1.2 KB alongside SKILL.md
rules/
- pr-description.md722 B
- pr-title.md514 B