pr-to-main
Installation
SKILL.md
PR to Main Branch
Create PR for feature branches targeting main.
Workflow
-
Gather context (parallel):
git status(no -uall flag)git difffor staged/unstaged changesgit logfor commit history on current branch- Check if branch tracks remote and needs push
-
Analyze changes:
- Review ALL commits in the branch (not just latest)
- Identify the type from commit prefix:
fix:,feat:,improvement: