neo-pr
Installation
SKILL.md
Neo PR Generator & Refiner
neo-pr is an expert skill engineered to generate precise, concise, and non-AI-slop Pull Request (PR) titles and descriptions for Git repositories. It proactively guides the user to clarify repository and branch targets, extracts change histories, and outputs clear, highly structured PR content.
Gotchas
- Non-existent or Unaligned Branches: If the specified source or target branch does not exist locally or on remote, prompt the user to run
git fetchor provide the correct branch name. Do not invent non-existent base branches. - Overly Long Diffs and Token Overhead: If the branch diff spans dozens of files or thousands of lines, inspect
git diff --statand commit logs first to gain high-level context instead of loading full diffs at once. - De-slop Does Not Mean Removing Technical Substance: When stripping AI fluff, eliminate throat-clearing openers (e.g., "It is worth noting that...", "This PR aims to..."), but strictly preserve essential context, key logic shifts, breaking changes, and test instructions.