Your first review
Review staged changes, a branch, or a PR range.
CommitBrief reviews changes at whatever scope you point it at.
Review staged changes
Stage the changes you want feedback on, then run CommitBrief:
<pre class="astro-code github-dark" style="background-color:#24292e;color:#e1e4e8; overflow-x: auto; white-space: pre-wrap; word-wrap: break-word;" tabindex="0" data-language="bash"><code><span class="line"><span style="color:#B392F0">git</span><span style="color:#9ECBFF"> add</span><span style="color:#79B8FF"> -p</span></span> <span class="line"><span style="color:#B392F0">commitbrief</span></span></code></pre>Review a branch or PR range
CommitBrief can also review a whole branch against its base, or a range of commits — useful before opening a pull request.
Tip
Review before you push. Catching issues while the change is fresh in your head is far cheaper than after review comments land.
Before your first run you’ll need to point CommitBrief at an AI provider — see Configuration.