pr-to-main

Installation
SKILL.md

PR to Main Branch

Create PR for feature branches targeting main.

Workflow

  1. Gather context (parallel):

    • git status (no -uall flag)
    • git diff for staged/unstaged changes
    • git log for commit history on current branch
    • Check if branch tracks remote and needs push
  2. Analyze changes:

    • Review ALL commits in the branch (not just latest)
    • Identify the type from commit prefix: fix:, feat:, improvement:
Installs
2
GitHub Stars
5.3K
First Seen
Apr 29, 2026
pr-to-main — breaking-brake/cc-wf-studio