Fixed text formatting

2026-03-25 11:58:15 +07:00
parent c6f2cdb3a5
commit 1fdaf20bf9
3 changed files with 0 additions and 17 deletions

@@ -94,23 +94,17 @@ Review changes in `%SOURCE_BRANCH%` using `.review/diff.patch` against the follo
### Step 3: Build Review Structure ### Step 3: Build Review Structure
#### A. Summary Comment (`body` parameter) #### A. Summary Comment (`body` parameter)
```
[⛔|⚠️|✅] Performance assessment: [Critical Issues Found|Warnings Found|No Issues Found] [⛔|⚠️|✅] Performance assessment: [Critical Issues Found|Warnings Found|No Issues Found]
Conclusion: [Your performance analysis summary here] Conclusion: [Your performance analysis summary here]
[✅|❌] Merge: [Yes/No with brief reason] [✅|❌] Merge: [Yes/No with brief reason]
```
#### B. Inline Comments (`comments` parameter) #### B. Inline Comments (`comments` parameter)
```
[⛔|⚠️|] [Issue|Suggestion|Note] ([Blocking|Non Blocking]): [Description] [⛔|⚠️|] [Issue|Suggestion|Note] ([Blocking|Non Blocking]): [Description]
🤖 Suggested Code (include when you have a clear optimization): 🤖 Suggested Code (include when you have a clear optimization):
```language
[optimized code] [optimized code]
```
```
**Performance comment rules:** **Performance comment rules:**
- Critical bottlenecks (e.g., N+1 queries, memory leaks) are `blocking` - Critical bottlenecks (e.g., N+1 queries, memory leaks) are `blocking`

@@ -93,23 +93,17 @@ Review changes in `%SOURCE_BRANCH%` using `.review/diff.patch` against the follo
### Step 3: Build Review Structure ### Step 3: Build Review Structure
#### A. Summary Comment (`body` parameter) #### A. Summary Comment (`body` parameter)
```
[⛔|⚠️|✅] Security assessment: [Critical Issues Found|Warnings Found|No Issues Found] [⛔|⚠️|✅] Security assessment: [Critical Issues Found|Warnings Found|No Issues Found]
Conclusion: [Your security analysis summary here] Conclusion: [Your security analysis summary here]
[✅|❌] Merge: [Yes/No with brief reason] [✅|❌] Merge: [Yes/No with brief reason]
```
#### B. Inline Comments (`comments` parameter) #### B. Inline Comments (`comments` parameter)
```
[⛔|⚠️|] [Issue|Suggestion|Note] ([Blocking|Non Blocking|Security]): [Description] [⛔|⚠️|] [Issue|Suggestion|Note] ([Blocking|Non Blocking|Security]): [Description]
🤖 Suggested Code (include when you have a clear fix): 🤖 Suggested Code (include when you have a clear fix):
```language
[secure code fix] [secure code fix]
```
```
**Security comment rules:** **Security comment rules:**
- All security vulnerabilities MUST use the `security` decoration - All security vulnerabilities MUST use the `security` decoration

@@ -75,28 +75,23 @@ Review changes in `%SOURCE_BRANCH%` using `.review/diff.patch` against:
### Step 3: Build Review Structure ### Step 3: Build Review Structure
#### A. Summary Comment (`body` parameter) #### A. Summary Comment (`body` parameter)
```
[⛔|⚠️|✅] Documentation quality assessment: [Poor|Acceptable|Excellent] [⛔|⚠️|✅] Documentation quality assessment: [Poor|Acceptable|Excellent]
Conclusion: [Your analysis summary here] Conclusion: [Your analysis summary here]
[✅|❌] Merge: [Yes/No with brief reason] [✅|❌] Merge: [Yes/No with brief reason]
```
#### B. Inline Comments (`comments` parameter) #### B. Inline Comments (`comments` parameter)
```
[⛔|⚠️|] [Suggestion|Issue|TODO|Typo|Note|Polish] ([Non Blocking|Blocking]): [Description] [⛔|⚠️|] [Suggestion|Issue|TODO|Typo|Note|Polish] ([Non Blocking|Blocking]): [Description]
🤖 Suggested Fix (include when you have a clear correction): 🤖 Suggested Fix (include when you have a clear correction):
[corrected text] [corrected text]
```
### Step 4: Submit Review ### Step 4: Submit Review
Call `create_pull_request_review` with owner, repo, index, body, comments, and state. Call `create_pull_request_review` with owner, repo, index, body, comments, and state.
``` ```
--- ---
## Allowed Tools (`cc_allowed_tool` / `ALLOWED_TOOLS.md`) ## Allowed Tools (`cc_allowed_tool` / `ALLOWED_TOOLS.md`)
``` ```