fixing-streamlit-ci

Diagnose GitHub Actions CI failures on the current branch or pull request.

45.5k|4.4k|Updated Aug 24, 2019
One-click install
npx skills add https://github.com/streamlit/streamlit --skill fixing-streamlit-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-streamlit-ci
Source: https://github.com/streamlit/streamlit/tree/main/.claude/skills/fixing-streamlit-ci
Command: npx skills add https://github.com/streamlit/streamlit --skill fixing-streamlit-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and fix failed GitHub Actions CI jobs on the current branch or pull request, reducing cycle time and improving reliability.

Core Features & Use Cases

  • CI failure diagnosis: determine root cause and categorize errors from lint, type checks, tests, and builds.
  • Context gathering: fetch PR metadata, changed files, and workflow logs to reproduce issues locally.
  • Fix verification: propose changes, verify fixes with local checks, and recheck CI on push.

Quick Start

Run the diagnosis checklist to identify and fix the current PR's CI failures.

Frequently Asked Questions about fixing-streamlit-ci

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

FAQPage Schema
How do I diagnose and fix failing GitHub Actions checks on a pull request?

To diagnose GitHub Actions CI failures, the Skill fetches PR metadata, parses workflow logs, and isolates root causes from lint, type checks, tests, or builds. It then proposes fixes and verifies changes locally before pushing to recheck CI.

What's the best way to find the root cause of a CI failure from GitHub Actions logs?

Finding the root cause of CI failures involves gathering context like changed files and workflow logs. This Skill categorizes errors from lint, type checks, tests, and builds to pinpoint the exact failure source for quick remediation.

Can I use gh CLI to reproduce GitHub Actions build failures locally before pushing?

Yes, you can use gh CLI and git workflows to reproduce GitHub Actions failures locally. The Skill fetches PR metadata and logs to verify proposed fixes on your local environment before rechecking CI on push.

Does this Skill support diagnosing all types of GitHub Actions workflow failures?

This Skill supports diagnosing various GitHub Actions workflow failures, specifically targeting lint, type checks, tests, and build steps. It parses PR metadata and fetches logs to speed up remediation for these common CI failures.

Why are my GitHub Actions CI checks failing after a pull request?

GitHub Actions CI checks fail due to errors in lint, type checks, tests, or build steps. This Skill identifies and diagnoses these failures on the current branch or pull request by parsing workflow logs to determine the root cause.