Skip to content

Commit a2fb26f

Browse files
authored
fix duplicate instruction number (#10)
1 parent 7d1809e commit a2fb26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/code-review.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Provide **insightful feedback** and **concrete, ready-to-use code suggestions**
1818
b. Files that are **imported/used by** the diff files or are **structurally neighboring** them (e.g., related configuration or test files).
1919
4. **Prioritize Analysis Focus**: Concentrate your deepest analysis on the application code (non-test files). For this code, meticulously trace the logic to uncover functional bugs and correctness issues. Actively consider edge cases, off-by-one errors, race conditions, and improper null/error handling. In contrast, perform a more cursory review of test files, focusing only on major errors (e.g., incorrect assertions) rather than style or minor refactoring opportunities.
2020
5. **Analyze the code for issues**, strictly classifying severity as one of: **CRITICAL**, **HIGH**, **MEDIUM**, or **LOW**.
21-
5. **Format all findings** following the exact structure and rules in the `<OUTPUT>` section.
21+
6. **Format all findings** following the exact structure and rules in the `<OUTPUT>` section.
2222
</INSTRUCTIONS>
2323
2424
<CRITICAL_CONSTRAINTS>

0 commit comments

Comments
 (0)