open-pr

Installation
SKILL.md

Open PR

Write a PR description that gives reviewers enough context to review efficiently, without requiring them to read every commit.

Process

1. Determine the Scope

Identify the base branch (usually main or master) and the current branch. Read:

  • All commits on the current branch since it diverged from the base.
  • The full diff against the base.

If the diff is too large to review coherently, stop and propose a split before opening the PR. Prefer one behavior or reviewable unit per PR. Do not hide unrelated refactors inside a feature PR.

2. Find a Template

Check for a PR template in this order:

Installs
23
Repository
liaoann/skills
First Seen
Jun 20, 2026
open-pr — liaoann/skills