From essentials
Creates a pull request with a structured template including summary, why, and notes sections. Automatically creates a feature branch if on main.
How this skill is triggered — by the user, by Claude, or both
Slash command
/essentials:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Note**: If we're on `main`, then create a new feature branch following this pattern: `nicknisi/${feature}`.
Note: If we're on main, then create a new feature branch following this pattern: nicknisi/${feature}.
Create a PR for the current branch following this template:
Concise description of the change. Keep under 72 characters.
## Summary
<!-- 1-3 bullet points describing WHAT changed -->
## Why
<!-- Brief context on WHY this change was needed -->
## Notes
<!-- Optional: anything reviewers should know -->
git status and git log to understand changes on this branchgh pr createnpx claudepluginhub nicknisi/claude-plugins --plugin essentialsCreates a pull request using the repo's PR template. Use when the user wants to open or submit a PR without immediately merging it. SKIP for end-to-end ship flows; use `ship` instead.
Creates GitHub pull requests from branch changes using git analysis and gh CLI, with conventional commit titles and standardized templated descriptions including summary, changes, testing, and checklists.
Creates pull requests with context gathering, conventional commit title generation, and formatted body via GitHub CLI. Creates PRs as drafts by default.