Create a pull request with a structured template
Creates a pull request with a structured template, automatically creating a feature branch if you're on main. Use this when you're ready to submit your changes for review.
/plugin marketplace add kriscard/kriscard-claude-plugins/plugin install essentials@kriscardNote: If we're on main, then create a new feature branch following this pattern: kriscard/${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 create