Commit 54c5f63
committed
Merge #6766: docs: add GitHub CI debugging commands to CLAUDE.md
996a7ec docs: add GitHub CI debugging commands to CLAUDE.md (pasta)
Pull request description:
## Summary
- Add comprehensive GitHub CI debugging commands using `gh` CLI to CLAUDE.md
- Include examples for checking PR status, filtering failed jobs, and fetching logs
- Provide practical commands for debugging common CI issues
## Background
During testing, Claude is generally knowledgeable and effective when using `gh`, but it appears that fetching CI logs is a weakness. Before this change, Claude was unable to fetch CI logs consistently when helping with CI debugging tasks. This documentation provides the necessary `gh` CLI commands to enable reliable CI log access and debugging workflows.
## Test plan
- [x] Verify commands work with existing PRs
- [x] Test log fetching functionality
- [x] Confirm JSON filtering works as expected
ACKs for top commit:
UdjinM6:
utACK 996a7ec
kwvg:
utACK 996a7ec
Tree-SHA512: d28b63a757582d75e32a6317f1bd7be1b48540892c3aaf80848a20c35b144a82fbb846085a6bcf7cf90ca952ee4b7b638a420425b655305f50b9182cc4720ea41 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
232 | 251 | | |
233 | 252 | | |
234 | 253 | | |
| |||
0 commit comments