NinjainPJs commited on
Commit
babd3b4
·
1 Parent(s): 668eca5

Add screenshots to README — PR review, dashboard, repo detail, PR detail

Browse files
Files changed (2) hide show
  1. .gitignore +3 -1
  2. README.md +14 -0
.gitignore CHANGED
@@ -59,8 +59,10 @@ dashboard/out/
59
  # Claude Code
60
  .claude/
61
 
62
- # Screenshots (local only)
 
63
  *.png
 
64
 
65
  # Misc
66
  *.log
 
59
  # Claude Code
60
  .claude/
61
 
62
+ # Screenshots (local only — except assets/ which is committed)
63
+ Pictures/
64
  *.png
65
+ !assets/*.png
66
 
67
  # Misc
68
  *.log
README.md CHANGED
@@ -4,6 +4,20 @@
4
 
5
  Three specialized AI agents — Security, Performance, and Style — analyze your code in parallel, then a Synthesizer merges their findings into a single, prioritized, non-overlapping review with inline GitHub comments.
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ## How It Works
8
 
9
  ```
 
4
 
5
  Three specialized AI agents — Security, Performance, and Style — analyze your code in parallel, then a Synthesizer merges their findings into a single, prioritized, non-overlapping review with inline GitHub comments.
6
 
7
+ ## Screenshots
8
+
9
+ ### PR Review — Bot posts inline findings with Health Score
10
+ ![PR Review](assets/pr-review.png)
11
+
12
+ ### Dashboard — Repository overview with health metrics
13
+ ![Dashboard Home](assets/dashboard-home.png)
14
+
15
+ ### Repo Detail — Health Score trend, agent breakdown, PR history
16
+ ![Repo Detail](assets/repo-detail.png)
17
+
18
+ ### PR Detail — Agent breakdown and findings table
19
+ ![PR Detail](assets/pr-detail.png)
20
+
21
  ## How It Works
22
 
23
  ```