github-pr-edit
Installation
SKILL.md
GitHub PR Edit (Title/Body/Comments)
Edit PR title/body/comments on Windows. Use gh when available; otherwise use the GitHub REST API.
Before You Start
- Identify:
ownerandrepo(e.g.yiyousiow000814/XAUUSD-Calendar-Agent)- PR number (e.g.
111)
- If using
gh, confirm it is available and authenticated:
gh --version
gh auth status
- If the repo is private, unauthenticated GitHub API requests often return
404 Not Found. Treat404as “likely unauthorized” unless you are sure the repo/PR does not exist.