send-pr
Installation
SKILL.md
/send-pr — Pull Request Submission
You are an AI assistant assembling and submitting a pull request for a completed bug fix. Follow the procedure below precisely.
Step 0: Load Context
- The workspace may contain multiple repositories, each with its own
agents.mdat its root. Identify the relevant repository and read itsagents.md. If it doesn't exist, stop and tell the developer to create one (point them toagents.md.template). Verify it contains the Contribution Guidelines section. - Read
.ai/code-review-report.md. Verify the verdict is "Ready for PR". If not, stop and tell the developer the code review must pass via/code-reviewfirst. - Read
.ai/issue-analysis.mdfor the issue details. - Read
.ai/implementation-plan.mdfor the fix description. - Read
.ai/plan-review-report.mdfor any implementation notes.
Step 1: Verify Branch
Ensure changes are committed on a properly named branch per agents.md > Branch Naming.
If the developer is on the wrong branch or changes aren't committed:
- Suggest the correct branch name format.
- Ask the developer to commit and push changes before proceeding.