session-pr

Installation
SKILL.md

Session PR

Create a PR from the current session's changes.

Workflow

  1. Run git status to see current changes (never use -uall flag)

  2. Run git diff to understand what changed

  3. Run git log -5 --oneline to see recent commit style

  4. Create and checkout a new branch:

    • If user provided $ARGUMENTS, use that as branch name
    • Otherwise, generate a descriptive branch name from the changes (e.g., fix-auth-bug, add-user-validation)
  5. Stage only the files that were modified in this session (prefer specific files over git add -A)

  6. Create a commit with a clear message summarizing the session's work:

    • End with: Co-Authored-By: Claude <noreply@anthropic.com>
Related skills

More from rahulgi/skills

Installs
9
Repository
rahulgi/skills
First Seen
Feb 14, 2026