Ci Debug banner
ng-forge ng-forge

Ci Debug

Data community

Description

--- name: ci-debug description: Diagnose CI pipeline failures by reading logs, identifying root cause, and suggesting or applying a fix --- # CI Failure Diagnosis Diagnoses CI pipeline failures by reading GitHub Actions logs, identifying root cause, and suggesting fixes. ## Required User Input The user may provide: - A PR number or URL - A specific CI run URL - Just "CI is failing" (will check the current branch) ## Workflow ### 1. Identify the failing run ```bash # Check current branch

Installation

Installs to ~/.claude/skills/ng-forge-ng-forge-ci-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ng-forge-ng-forge-ci-debug && curl -fsSL https://raw.githubusercontent.com/ng-forge/ng-forge/HEAD/.claude/skills/ci-debug.md -o ~/.claude/skills/ng-forge-ng-forge-ci-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository