You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- HIGH: API inconsistencies, type safety issues, significant architectural problems
22
+
- MEDIUM: Test coverage gaps, minor architectural improvements, performance concerns
23
+
- LOW/NITPICK: Style, naming, documentation, minor suggestions (EXCLUDE THESE)
24
+
25
+
4. DOUBLE-CHECK PROCESS:
26
+
- After initial analysis, re-read ALL comments
27
+
- Verify each "unresolved" issue is actually unresolved
28
+
- Remove any that have been addressed in subsequent commits
29
+
- If NO unresolved medium+ issues exist, state "All issues resolved ✅"
30
+
- Run a final pass to ensure no credentials, secrets, or PII are present in examples, logs, or screenshots.
31
+
32
+
5. EXECUTION:
33
+
- Use giga_read_pr to fetch PR data and CodeRabbit comments
34
+
- Group related issues by root cause (not just severity)
35
+
- Include specific file paths and line numbers from CodeRabbit metadata
36
+
- Provide clear, actionable fixes with code examples
37
+
- Prioritize by "blocking merge" vs "architectural" vs "polish"
38
+
- Create file as PR-{{NUMBER}}-ACTION-ITEMS.md in project root
39
+
- Follow gitignore pattern: PR-*-ACTION*.md
11
40
-->
12
41
13
42
# PR {{PR_NUMBER}} Action Items
@@ -21,23 +50,52 @@ INSTRUCTIONS FOR AGENTS:
21
50
22
51
{{PR_SUMMARY}}
23
52
53
+
## Analysis Summary
54
+
55
+
<!-- IF ALL ISSUES RESOLVED, USE THIS SECTION: -->
56
+
**After thorough review of all {{TOTAL_COMMENTS}} CodeRabbit comments, ALL issues have been resolved in subsequent commits. The PR is ready for merge.**
0 commit comments