create-pr
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or explicitly invokes "create-pr".
npx skills add fcakyon/claude-codex-settings --skill create-pr --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Create PR Complete workflow for creating pull requests following project standards. When explicitly invoked with extra text, treat that text as additional context for branch naming, commit context, and PR title and body generation. Compress it into a short plain-language branch name rather than copying the full text. ## Process **First, run the `/simplify` skill on the staged diff and apply its findings before committing. Docs-only diffs are a no-op.** 1. **Preferred execution** - If subagents are available, use `github-dev:pr-creator` for the full workflow. - Pass along any extra invocation text plus session findings and motivation as additional context. - Otherwise follow the manual steps below. 2. **Verify staged changes** exist with `git diff --cached --name-only` 3. **Branch setup** - If on main/master, create a short branch first: `feature/short-topic`, `fix/short-topic`, or `docs/short-topic` - Keep the branch suffix to 2-4 short words - Avoid long, overly specific, or sentence-like branch names - Use `github-dev:commit-creator` subagent to handle staged changes if needed, and pass session findings and motivation into the commit context 4. **Documentation check** - Update
- Process
- Examples
- Why-first with a diff
- CLI snippet
- Design change, before and after
gh release upload <tag> before.png after.png --clobber
What does the create-pr skill do?
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or explicitly invokes "create-pr".
How do I install it?
Run `npx skills add fcakyon/claude-codex-settings --skill create-pr --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
