Skip to content

Commit 46ef4e0

Browse files
committed
change order
LiveReview Pre-Commit Check: skipped (iter:1, coverage:0%)
1 parent c61e633 commit 46ef4e0

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,31 @@ curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
4949

5050
Windows, alternative installs, and full setup walkthrough: see [Get Started](#get-started).
5151

52+
## Issue Navigator
53+
54+
A wall of inline comments is hard to triage. The Issue Navigator turns every review into a structured, filterable view across [10 risk categories and 100+ patterns](#what-git-lrc-checks-for) — so you can see exactly what's wrong, ranked by how much it can hurt you.
55+
56+
![Issue Navigator: browse review comments by risk category, severity, and area](./gfx/issue-navigator.gif)
57+
58+
- **Filter by severity** — Critical, Warning, Info — fix what matters first instead of scrolling through everything.
59+
- **Drill into categories and subcategories** — Security → Secrets Management, Reliability → Error Handling, and 100+ more, each with a live count of how many issues were found.
60+
- **Slice by type and area** — Bug, Code Smell, Reliability, Security — to see exactly where risk is concentrated in a diff.
61+
- **Send straight to your AI agent** — copy the visible issues or "Send to Claude" and feed them back into the fix loop without retyping anything.
62+
- **Feedback loop built in** — thumbs up/down on each finding tunes future reviews, so signal-to-noise improves the more your team uses it.
63+
64+
## Summary Deck
65+
66+
Every completed review also generates a short slide deck — a 60-second summary of what changed, why, and what risks were flagged, without anyone having to write it.
67+
68+
![Summary Deck: a 60-second slide summary of what changed and why](./gfx/summary-deck.gif)
69+
70+
- **What was implemented, in plain English** — a short narrative of the change, not just a diff.
71+
- **Risks called out up front** — security, cost, and reliability issues get their own highlighted slides, in red when they matter.
72+
- **Technical highlights, isolated** — new config, new endpoints, new data flows — the things a reviewer (or future-you) actually needs to know about.
73+
- **Pairs with [Git Log Tracking](#git-log-tracking)** — between the iteration/coverage history in your git log and the summary deck for each review, your team gets institutional memory of every change without anyone maintaining a changelog.
74+
75+
For onboarding new engineers, post-incident reviews, or just remembering why a change was made six months ago, this is the fastest way to get oriented — without re-reading the diff.
76+
5277
## See It In Action
5378

5479
> See git-lrc catch serious security issues such as leaked credentials, expensive cloud
@@ -229,19 +254,6 @@ git lrc review --skip
229254

230255
No AI review. No personal attestation. The git log will record `skipped`.
231256

232-
## Summary Deck
233-
234-
Every completed review also generates a short slide deck — a 60-second summary of what changed, why, and what risks were flagged, without anyone having to write it.
235-
236-
![Summary Deck: a 60-second slide summary of what changed and why](./gfx/summary-deck.gif)
237-
238-
- **What was implemented, in plain English** — a short narrative of the change, not just a diff.
239-
- **Risks called out up front** — security, cost, and reliability issues get their own highlighted slides, in red when they matter.
240-
- **Technical highlights, isolated** — new config, new endpoints, new data flows — the things a reviewer (or future-you) actually needs to know about.
241-
- **Pairs with [Git Log Tracking](#git-log-tracking)** — between the iteration/coverage history in your git log and the summary deck for each review, your team gets institutional memory of every change without anyone maintaining a changelog.
242-
243-
For onboarding new engineers, post-incident reviews, or just remembering why a change was made six months ago, this is the fastest way to get oriented — without re-reading the diff.
244-
245257
## Git Log Tracking
246258

247259
Every commit gets a **review status line** appended to its git log message:
@@ -564,18 +576,6 @@ Every review is checked against **10 risk categories** and **100+ specific failu
564576

565577
</details>
566578

567-
## Issue Navigator
568-
569-
A wall of inline comments is hard to triage. The Issue Navigator turns every review into a structured, filterable view across the same [10 risk categories and 100+ patterns](#what-git-lrc-checks-for) above — so you can see exactly what's wrong, ranked by how much it can hurt you.
570-
571-
![Issue Navigator: browse review comments by risk category, severity, and area](./gfx/issue-navigator.gif)
572-
573-
- **Filter by severity** — Critical, Warning, Info — fix what matters first instead of scrolling through everything.
574-
- **Drill into categories and subcategories** — Security → Secrets Management, Reliability → Error Handling, and 100+ more, each with a live count of how many issues were found.
575-
- **Slice by type and area** — Bug, Code Smell, Reliability, Security — to see exactly where risk is concentrated in a diff.
576-
- **Send straight to your AI agent** — copy the visible issues or "Send to Claude" and feed them back into the fix loop without retyping anything.
577-
- **Feedback loop built in** — thumbs up/down on each finding tunes future reviews, so signal-to-noise improves the more your team uses it.
578-
579579
## FAQ
580580

581581
### Review vs Vouch vs Skip?

0 commit comments

Comments
 (0)