file-pr
Installation
SKILL.md
File PR
Before filing, check whether a PR for this branch already exists.
PR title and body must be in american english.
Make sure the title follows the $conventional-commits skill. Prefer a concise, human-readable title that explains why the change matters:
BAD
❌ perf(server): negotiate permessage-deflate on the websocket
GOOD
✅ perf(server): cut websocket frame size by 70%+ with gzipping
Open the description with a simple explanation of the problem based on the user's original prompt, then briefly explain the solution. Do not lead with an implementation inventory:
BAD