Skip to content

Commit f21b473

Browse files
author
Johan Broberg
committed
Fix markdown formatting in review commands for consistency
1 parent 431d49b commit f21b473

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

.claude/commands/review-pr.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Write the consolidated review to a markdown file using the Write tool:
6767

6868
Use this exact format:
6969

70-
```markdown
70+
````markdown
7171
# Code Review Report
7272

7373
---
@@ -79,7 +79,6 @@ PR Number: #$ARGUMENTS
7979
PR Title: [title from gh pr view]
8080
PR Iteration: 1
8181
Review Date/Time: [ISO 8601 timestamp]
82-
Reviewer: code-review-manager
8382
Subagents Used: architecture-reviewer, code-reviewer, test-coverage-reviewer
8483
```
8584

@@ -133,13 +132,13 @@ Subagents Used: architecture-reviewer, code-reviewer, test-coverage-reviewe
133132
## Approval Status
134133

135134
**Final Status:** [APPROVED / APPROVED WITH MINOR NOTES / CHANGES REQUESTED / REJECTED]
136-
```
135+
````
137136

138137
### Structured Issue Format
139138

140139
For EVERY finding, use this structure:
141140

142-
```markdown
141+
````markdown
143142
#### [CRM-001] Issue Title
144143

145144
| Field | Value |
@@ -166,7 +165,7 @@ IMPORTANT: Include the relevant diff snippet from the PR that shows the code bei
166165

167166
**Suggestion:**
168167
[Specific recommendation]
169-
```
168+
````
170169

171170
### Step 5: Report to User
172171

.claude/commands/review-staged.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Write the consolidated review to a markdown file using the Write tool:
6868

6969
Use this exact format:
7070

71-
```markdown
71+
````markdown
7272
# Code Review Report (Staged Changes)
7373

7474
---
@@ -78,7 +78,6 @@ Use this exact format:
7878
```
7979
Review Type: Pre-commit (Staged Changes)
8080
Review Date/Time: [ISO 8601 timestamp]
81-
Reviewer: code-review-manager
8281
Subagents Used: architecture-reviewer, code-reviewer, test-coverage-reviewer
8382
```
8483

@@ -134,13 +133,13 @@ Subagents Used: architecture-reviewer, code-reviewer, test-coverage-reviewe
134133
**Status:** [READY TO COMMIT / FIX ISSUES FIRST / NEEDS DISCUSSION]
135134

136135
[Brief explanation of the status]
137-
```
136+
````
138137

139138
### Structured Issue Format
140139

141140
For EVERY finding, use this structure:
142141

143-
```markdown
142+
````markdown
144143
#### [CRM-001] Issue Title
145144

146145
| Field | Value |
@@ -166,7 +165,7 @@ IMPORTANT: Include the relevant diff snippet that shows the code being discussed
166165

167166
**Suggestion:**
168167
[Specific recommendation]
169-
```
168+
````
170169

171170
### Step 5: Report to User
172171

0 commit comments

Comments
 (0)