What problem does it solve?
Manually sifting through GitHub PR workflows to find and download specific artifacts is time-consuming and inefficient, especially when dealing with large files or multiple runs. This Skill automates the discovery and provides direct commands, saving you from manual navigation and accidental large downloads.
Core Features & Use Cases
- Artifact Discovery: Automatically identifies all available artifacts from a given PR's workflow runs.
- Size & Content Insight: Provides artifact names, sizes, and potential contents (e.g., test reports, build outputs).
- Download Commands: Generates
gh CLI commands to selectively download artifacts, preventing large files from consuming your AI context.
- Use Case: After a CI/CD pipeline completes, you need to quickly grab the
ios-e2e-test-results artifact to debug a mobile test failure. Use this Skill to get the exact command to download it to a temporary directory without you having to browse GitHub Actions logs.
Quick Start
Use the getting-pr-artifacts skill for PR number 123 to list all available workflow artifacts and their download commands.