download-ci-artifacts

Download GitHub Actions CI artifacts using gh CLI commands.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/benzwick/SlicerMouseMaster --skill download-ci-artifacts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: download-ci-artifacts
Source: https://github.com/benzwick/SlicerMouseMaster/tree/main/.claude/skills/download-ci-artifacts
Command: npx skills add https://github.com/benzwick/SlicerMouseMaster --skill download-ci-artifacts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Download CI artifacts from GitHub Actions runs to streamline post-run analysis of tests, UI screenshots, and logs.

Core Features & Use Cases

  • Retrieve test reports, UI screenshots, and logs from recent CI runs for quick diagnosis
  • Organize artifacts into a readily analyzed workspace to feed subsequent skills like /analyze-test-results
  • Enable reproducible debugging by preserving artifacts from CI runs for review

Quick Start

From your repository directory, run the download-ci-artifacts skill to fetch the latest CI artifacts for analysis.

Frequently Asked Questions about download-ci-artifacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download GitHub Actions artifacts from CI runs for test analysis?

Downloading CI artifacts requires an authenticated GitHub CLI and execution from the repository root. The skill uses gh run list and gh run download commands to retrieve artifacts, requiring no additional dependencies.

What's the best way to retrieve UI screenshots and logs from a recent GitHub Actions run?

The skill organizes artifacts into a readily analyzed workspace to feed subsequent skills like analyze-test-results, enabling reproducible debugging by preserving artifacts from CI runs for review.

Can I use download-ci-artifacts to inspect test reports without manually navigating GitHub?

Running the skill fetches the latest CI artifacts into a local workspace, allowing immediate inspection of test reports, UI screenshots, and logs without navigating the GitHub web interface.

Do I need the GitHub CLI installed to fetch CI artifacts for debugging?

The skill requires an authenticated GitHub CLI installed and execution from the repository root. It relies on gh run list and gh run download commands to fetch artifacts for debugging.

How does preserving CI artifacts enable reproducible debugging?

By downloading and organizing artifacts into a local workspace, you can review CI outputs repeatedly for failure diagnosis and feed them to downstream analysis skills for reproducible debugging.