Code
Review a branch
Read a branch's diff and say what is wrong with it.
Fill it in
Any git remote.
The branch to review.
What to compare it to.
Where to check it out.
Only for a private repository.
Where to spend the attention.
Your prompt
Review [your branch] in [your repository] against [your against].
Focus: correctness.
Clone onto using `${credential:${credential:ACCESS_TOKEN}}` and read the real diff. Do not review from
the description of the change.
Read the whole diff before commenting on any of it. A review that fires on the
first suspicious line misses the one where two files disagree.
For each finding: the file and line, what breaks, and the input that breaks it.
A comment that cannot name the failing case is a preference, and should be
labelled as one.
Say plainly if it looks fine. Manufacturing findings to look thorough wastes the
one thing a review is for.Continue and add your fileOpens with everything above already filled in.