```markdown # Frontend Review ## Result: APPROVE / REJECT ## Summary {Summarize the result in 1-2 sentences} ## Reviewed Aspects | Aspect | Result | Notes | |--------|--------|-------| | Component design | ✅ | - | | State management | ✅ | - | | Performance | ✅ | - | | Accessibility | ✅ | - | | Type safety | ✅ | - | ## Current Iteration Findings (new) | # | finding_id | family_tag | Location | Issue | Fix Suggestion | |---|------------|------------|----------|-------|----------------| | 1 | FE-NEW-src-file-L42 | component-design | `src/file.tsx:42` | Issue description | Fix approach | ## Carry-over Findings (persists) | # | finding_id | family_tag | Previous Evidence | Current Evidence | Issue | Fix Suggestion | |---|------------|------------|-------------------|------------------|-------|----------------| | 1 | FE-PERSIST-src-file-L77 | component-design | `src/file.tsx:77` | `src/file.tsx:77` | Still unresolved | Apply prior fix plan | ## Resolved Findings (resolved) | finding_id | Resolution Evidence | |------------|---------------------| | FE-RESOLVED-src-file-L10 | `src/file.tsx:10` now satisfies the rule | ## Reopened Findings (reopened) | # | finding_id | family_tag | Prior Resolution Evidence | Recurrence Evidence | Issue | Fix Suggestion | |---|------------|------------|--------------------------|---------------------|-------|----------------| | 1 | FE-REOPENED-src-file-L55 | component-design | `Previously fixed at src/file.tsx:10` | `Recurred at src/file.tsx:55` | Issue description | Fix approach | ## Rejection Gate - REJECT is valid only when at least one finding exists in `new`, `persists`, or `reopened` - Findings without `finding_id` are invalid ``` **Cognitive load reduction rules:** - APPROVE → Summary only (5 lines or fewer) - REJECT → Include only relevant finding rows (30 lines or fewer)