ci-fix

Installation
SKILL.md

CI Fix Skill

Diagnose and fix GitHub Actions CI failures using patterns from past CI issues.

Quick Diagnosis Pattern

  1. Get CI status:
gh run list --limit 5 --json status,conclusion,name,headBranch
  1. Get failed job logs:
gh run view <run_id> --log --job <job_name>
  1. Categorize failure:
  • lint: fmt/clippy warnings
  • test: test failures or timeouts
Related skills

More from d-o-hub/rust-self-learning-memory

Installs
31
GitHub Stars
7
First Seen
Feb 21, 2026