/pr
Create a branch, split changes into logical commits, and open a pull request
$ npx -y skills add wesammustafa/Claude-Code-Everything-You-Need-to-Know --agent claude-codeShips with claude-code-everything-you-need-to-know. Installing the plugin gets this command.
How 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
Context preview
What this command does when you run it.
Create a branch, split changes into logical commits, and open a pull request
Command definition
pr.mdname: pr description: Create a branch, split changes into logical commits, and open a pull request
Create Pull Request Command
Create a new branch, commit changes, and submit a pull request.
Behavior
- Creates a new branch based on current changes
- Formats modified files using Biome
- Analyzes changes and automatically splits into logical commits when appropriate
- Each commit focuses on a single logical change or feature
- Creates descriptive commit messages for each logical unit
- Pushes branch to remote
- Creates pull request with proper summary and test plan
Guidelines for Automatic Commit Splitting
- Split commits by feature, component, or concern
- Keep related file changes together in the same commit
- Separate refactoring from feature additions
- Ensure each commit can be understood independently
- Multiple unrelated changes should be split into separate commits
From first prompt to agent teams — one guide. A practical guide to Claude Code — from your first prompt to multi-agent automation, hooks, MCP, and team workflows. Built around clear mental models and real examples, not marketing.
Repo: wesammustafa/Claude-Code-Everything-You-Need-to-Know
Other commands on claude-code-everything-you-need-to-know.
- /five
Apply the Five Whys root cause analysis technique to investigate an issue
Open command - /review
Run a multi-perspective PR review (product, dev, QA, security, DevOps, UX) and post it to GitHub
Open command - /tdd
Development practices and TDD workflow to follow before starting a feature
Open command - /test
LLM unit testing best practices checklist for testing internal logic, not API endpoints
Open command - /todo
Manage project todos in todos.md file
Open command - /ux
User Experience Designer & UI Specialist persona for design-focused tasks
Open command

