diff --git a/skills/smith/SKILL.md b/skills/smith/SKILL.md index 2b54ac6..564240a 100644 --- a/skills/smith/SKILL.md +++ b/skills/smith/SKILL.md @@ -68,9 +68,12 @@ Use `--help` on any command for flags. 6. **Report** only what the retrieved evidence supports and cite `URL`. ### Pipeline Analysis -1. Use `smith pipelines list --status failed` to focus on failed jobs. -2. Once you know the pipeline log ID, use `smith pipelines grep --reverse` to analyze the logs. -3. For GitLab artifact-backed failures, use `smith pipelines artifacts list ` and then `... artifacts grep ... ""`. +1. Use `smith pipelines list --status failed` to focus on failed jobs. +2. Once you know the pipeline log ID, use `smith pipelines grep --reverse` to analyze the logs. +3. **For GitLab** if pipeline logs indicate that output was redirected to a file then: + - Use `smith pipelines artifacts list ` to enumerate archive paths. + - Use `smith pipelines artifacts grep ""` to search within the artifacts. + ## Stop Conditions Stop narrowing and answer when any of these is true: