From 1fdaf20bf9d122cbc0a7711e886bf1854b85405a Mon Sep 17 00:00:00 2001 From: Alexey Efimchik Date: Wed, 25 Mar 2026 11:58:15 +0700 Subject: [PATCH] Fixed text formatting --- review-template-performance.md | 6 ------ review-template-security.md | 6 ------ review-template-tech-writer.md | 5 ----- 3 files changed, 17 deletions(-) diff --git a/review-template-performance.md b/review-template-performance.md index f6bc88e..7db6091 100644 --- a/review-template-performance.md +++ b/review-template-performance.md @@ -94,23 +94,17 @@ Review changes in `%SOURCE_BRANCH%` using `.review/diff.patch` against the follo ### Step 3: Build Review Structure #### A. Summary Comment (`body` parameter) -``` [⛔|⚠️|✅] Performance assessment: [Critical Issues Found|Warnings Found|No Issues Found] ℹ️ Conclusion: [Your performance analysis summary here] [✅|❌] Merge: [Yes/No with brief reason] -``` #### B. Inline Comments (`comments` parameter) -``` [⛔|⚠️|ℹ️] [Issue|Suggestion|Note] ([Blocking|Non Blocking]): [Description] 🤖 Suggested Code (include when you have a clear optimization): -```language [optimized code] -``` -``` **Performance comment rules:** - Critical bottlenecks (e.g., N+1 queries, memory leaks) are `blocking` diff --git a/review-template-security.md b/review-template-security.md index 9f53ae9..2b61602 100644 --- a/review-template-security.md +++ b/review-template-security.md @@ -93,23 +93,17 @@ Review changes in `%SOURCE_BRANCH%` using `.review/diff.patch` against the follo ### Step 3: Build Review Structure #### A. Summary Comment (`body` parameter) -``` [⛔|⚠️|✅] Security assessment: [Critical Issues Found|Warnings Found|No Issues Found] ℹ️ Conclusion: [Your security analysis summary here] [✅|❌] Merge: [Yes/No with brief reason] -``` #### B. Inline Comments (`comments` parameter) -``` [⛔|⚠️|ℹ️] [Issue|Suggestion|Note] ([Blocking|Non Blocking|Security]): [Description] 🤖 Suggested Code (include when you have a clear fix): -```language [secure code fix] -``` -``` **Security comment rules:** - All security vulnerabilities MUST use the `security` decoration diff --git a/review-template-tech-writer.md b/review-template-tech-writer.md index a8b7a2d..faa172e 100644 --- a/review-template-tech-writer.md +++ b/review-template-tech-writer.md @@ -75,28 +75,23 @@ Review changes in `%SOURCE_BRANCH%` using `.review/diff.patch` against: ### Step 3: Build Review Structure #### A. Summary Comment (`body` parameter) -``` [⛔|⚠️|✅] Documentation quality assessment: [Poor|Acceptable|Excellent] ℹ️ Conclusion: [Your analysis summary here] [✅|❌] Merge: [Yes/No with brief reason] -``` #### B. Inline Comments (`comments` parameter) -``` [⛔|⚠️|ℹ️] [Suggestion|Issue|TODO|Typo|Note|Polish] ([Non Blocking|Blocking]): [Description] 🤖 Suggested Fix (include when you have a clear correction): [corrected text] -``` ### Step 4: Submit Review Call `create_pull_request_review` with owner, repo, index, body, comments, and state. ``` --- - ## Allowed Tools (`cc_allowed_tool` / `ALLOWED_TOOLS.md`) ```