skills/smithery.ai/analyze-ci-failure-logs

analyze-ci-failure-logs

Installation
SKILL.md

Analyze CI Failure Logs

Parse CI failure logs to identify root causes and categorize errors.

When to Use

  • CI pipeline fails and you need to understand why
  • Analyzing test failure logs from GitHub Actions
  • Extracting error messages from build artifacts
  • Identifying patterns in recurring failures
  • Determining if failure is environmental or code-related

Quick Reference

# Download CI logs from artifact
gh run download <run-id> -D /tmp/ci-logs
Installs
1
First Seen
Mar 24, 2026
analyze-ci-failure-logs from smithery.ai