Initial commit
This commit is contained in:
25
commands/extract-must-gather.md
Normal file
25
commands/extract-must-gather.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
description: Extract and decompress must-gather archives from Prow job artifacts
|
||||
argument-hint: prowjob-url
|
||||
---
|
||||
|
||||
## Name
|
||||
prow-job:extract-must-gather
|
||||
|
||||
## Synopsis
|
||||
```
|
||||
/prow-job:extract-must-gather <prowjob-url>
|
||||
```
|
||||
|
||||
## Description
|
||||
Extract the must-gather archive from a Prow CI job by invoking the "Prow Job Extract Must-Gather" skill.
|
||||
|
||||
## Implementation
|
||||
Extract the must-gather archive from a Prow CI job by invoking the "Prow Job Extract Must-Gather" skill.
|
||||
|
||||
Pass the user's request to the skill, which will:
|
||||
- Download the must-gather.tar from Google Cloud Storage
|
||||
- Extract and recursively decompress all nested archives
|
||||
- Generate an interactive HTML file browser with filters
|
||||
|
||||
The skill handles all the implementation details including URL parsing, artifact downloading, archive extraction, and HTML report generation.
|
||||
Reference in New Issue
Block a user