@@ -33,7 +33,7 @@ flowchart TD
3333### Key Characteristics
3434
3535| Aspect | Description |
36- | -------- | ------------- |
36+ | ------ | ----------- |
3737| ** Parallel execution** | All agents run simultaneously |
3838| ** Specialized focus** | Each agent reviews one dimension |
3939| ** Auto-fix loop** | Critical issues fixed before presentation |
@@ -117,7 +117,7 @@ Review the following code changes for [FOCUS AREA] issues.
117117## Finding Categories
118118
119119| Category | Action | Threshold |
120- | ---------- | -------- | ----------- |
120+ | -------- | ------ | --------- |
121121| ** CRITICAL** | Auto-fix before presenting | Block presentation |
122122| ** WARNING** | Include in review notes | User decides |
123123| ** INFO** | Optional mention | Low priority |
@@ -150,7 +150,7 @@ Examples requiring human judgment:
150150### Key Metrics
151151
152152| Metric | Before | Target | How to Measure |
153- | -------- | -------- | -------- | ---------------- |
153+ | ------ | ------ | ------ | -------------- |
154154| Critical issues in presented code | 2-3 | 0 | Agent review findings |
155155| Rework cycles per feature | 3-5 | 1 | Iteration count |
156156| Time spent on code review | Hours | Minutes | Review duration |
@@ -196,7 +196,7 @@ flowchart LR
196196## Benefits
197197
198198| Benefit | Description |
199- | --------- | ------------- |
199+ | ------- | ----------- |
200200| ** Parallel speed** | 3 reviews in time of 1 |
201201| ** Specialized depth** | Each agent focuses on one area |
202202| ** Consistent standards** | Same review criteria every time |
0 commit comments