beaver-pr

Installation
SKILL.md

Beaver PR

Commit staged changes, push the branch, and open a GitHub pull request with optional Beaver issue association. The workflow gathers repository context, handles branching, and links the PR to a Beaver-tracked issue.

Prerequisites

  • gh auth status must succeed (run gh auth login if not)
  • Working directory must be inside a git repository

Workflow

  1. Gather context -- Run the following commands to understand the current repository state:

    • git status to see staged/unstaged changes
    • git diff HEAD to see the full diff
    • git branch --show-current to identify the current branch
    • git log --oneline -10 to review recent commits
  2. Create a new branch if currently on main/master. Use a descriptive branch name based on the changes.

Related skills
Installs
1
First Seen
Mar 19, 2026