Skip to content

Commit 41e08d6

Browse files
committed
Incorporate suggestions from @coderabbitai
1 parent 4451346 commit 41e08d6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

plugins/sosreport/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ git clone https://github.com/openshift-eng/ai-helpers.git
151151
3. **Review findings**: Examine the interactive summary for critical issues and recommendations across all areas
152152

153153
4. **Deep dive**: Ask follow-up questions about specific findings:
154-
```
154+
```bash
155155
Can you show me more details about the OOM killer events?
156156
What caused the httpd service to fail?
157157
```

plugins/sosreport/commands/analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Perform resource analysis including:
138138
- Memory usage metrics and swap status
139139
- CPU count and load per CPU
140140
- Filesystems near capacity
141-
- Top CPU and memory consuming processes
141+
- Top CPU and memory-consuming processes
142142
- Resource-related issues and recommendations
143143

144144
### 5. Analyze Network Configuration

plugins/sosreport/skills/logs-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Create a structured summary with the following information:
225225

226226
The log analysis should produce:
227227

228-
```
228+
```bash
229229
LOG ANALYSIS SUMMARY
230230
====================
231231

plugins/sosreport/skills/network-analysis/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Create a structured summary with the following sections:
316316

317317
The network analysis should produce:
318318

319-
```
319+
```bash
320320
NETWORK CONFIGURATION SUMMARY
321321
==============================
322322

@@ -476,7 +476,7 @@ $ grep "^tcp" sos_commands/networking/netstat_-neopa | awk '{print $6}' | sort |
476476
4. **Check MTU settings**: MTU mismatches can cause packet fragmentation issues
477477
5. **Correlate with logs**: Network errors in logs often explain configuration issues
478478
6. **Consider network topology**: Understand expected network layout
479-
7. **Check both IPv4 and IPv6**: Don't forget IPv6 if it's in use
479+
7. **Check both IPv4 and IPv6**: Be sure to check IPv6 if it's in use
480480

481481
## Common Network Patterns and Issues
482482

plugins/sosreport/skills/resource-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Create a structured summary with the following sections:
288288

289289
The resource analysis should produce:
290290

291-
```
291+
```bash
292292
RESOURCE USAGE SUMMARY
293293
======================
294294

plugins/sosreport/skills/system-config-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Create a structured summary with the following sections:
336336

337337
The system configuration analysis should produce:
338338

339-
```
339+
```bash
340340
SYSTEM CONFIGURATION SUMMARY
341341
============================
342342

0 commit comments

Comments
 (0)