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
**Report Formatting**: Use h3 (###) or lower for all headers in the report. Wrap long sections (>5 findings) in `<details><summary><b>Section Name</b></summary>` tags to improve readability. The issue title serves as h1, so start section headers at h3.
162
+
161
163
### Issue Format
162
164
163
165
```markdown
164
-
## Summary
166
+
###Summary
165
167
166
168
Automated CLI consistency inspection found **X inconsistencies** in command help text that should be addressed for better user experience and documentation clarity.
167
169
168
-
### Breakdown by Severity
170
+
####Breakdown by Severity
169
171
170
172
-**High**: X (Breaks functionality)
171
173
-**Medium**: X (Inconsistent terminology)
172
174
-**Low**: X (Minor inconsistencies)
173
175
174
-
### Issue Categories
176
+
####Issue Categories
175
177
176
178
1.**[Category Name]** (X commands)
177
179
- Brief description of the pattern
178
180
- Affects: `command1`, `command2`, etc.
179
181
180
-
### Inspection Details
182
+
####Inspection Details
181
183
182
184
-**Total Commands Inspected**: XX
183
185
-**Commands with Issues**: X
184
186
-**Date**: [Date]
185
187
-**Method**: Executed all CLI commands with `--help` flags and analyzed actual output
186
188
187
-
### Findings Summary
189
+
####Findings Summary
188
190
189
191
✅ **No issues found** in these areas:
190
192
-[List areas that passed inspection]
191
193
192
194
⚠️ **Issues found**:
193
195
-[List areas with issues]
194
196
195
-
### Detailed Findings
197
+
<details>
198
+
<summary><b>Detailed Findings</b></summary>
196
199
197
200
#### 1. [Issue Title]
198
201
@@ -213,6 +216,8 @@ Automated CLI consistency inspection found **X inconsistencies** in command help
Copy file name to clipboardExpand all lines: .github/workflows/repository-quality-improver.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,22 +294,24 @@ Create a comprehensive report using the **reporting MCP** with the following str
294
294
295
295
### Report Template
296
296
297
+
**Report Formatting**: Use h3 (###) or lower for all headers in the report to maintain proper document hierarchy. The discussion title serves as h1, so start section headers at h3.
0 commit comments