pr-pre-push-review
Installation
SKILL.md
PR Pre-Push Review
Purpose
Quality-check a benchmark PR's code before it goes to the review bots. The reviewer sub-agent should have NO knowledge of the benchmark - it should review the code as if it were a normal colleague reviewing a feature PR.
How to Use
- Read the expectations file for the PR (e.g.
pr-expectations/pr-03-missing-auth.md). - Read all changed/new files that will be in the PR.
- Launch a sub-agent with a CLEAN context using the prompt template below. Do NOT mention the benchmark, the expectations, or what we are testing. The sub-agent should just be a Convex code reviewer.
- Compare the sub-agent's findings against the expectations file.
- Report back: does the PR look natural? Did the sub-agent spot the intended issue? Are there any accidental problems that could distract the review bots?
Sub-agent Prompt Template
Use this template, filling in the placeholders:
You are an experienced Convex developer reviewing a pull request for a team task management app.