/pr-create
Create a pull request with a structured description based on the current branch's changes.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pr-create
Context preview
What this command does when you run it.
Create a pull request with a structured description based on the current branch's changes.
Command definition
pr-create.mdCreate a pull request with a structured description based on the current branch's changes.
Steps
1. Run `git log main..HEAD --oneline` to see all commits on this branch. 2. Run `git diff main...HEAD --stat` to see all changed files. 3. Run `git diff main...HEAD` to read the actual changes. 4. Determine the base branch (main or master). 5. Generate a PR title (max 70 chars) summarizing the change. 6. Generate a structured PR body. 7. Create the PR using `gh pr create`.
PR Body Template
## Summary - Bullet point summary of the change and its motivation. ## Changes - List of significant changes grouped by area. ## Test Plan - [ ] How to verify this change works correctly. - [ ] Edge cases considered. ## Notes - Any migration steps, config changes, or deployment considerations.
Rules
- Keep the title short and descriptive. Use imperative mood.
- The summary should explain **why** this change exists, not just what it does.
- Link related issues with `Closes #N` or `Relates to #N`.
- If there are visual changes, note where screenshots should be added.
- Always push the branch before creating the PR.
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

