ci-debugging - CI/CD Debugging Skill - Systematic Failure Diagnosis and Resolution
Provides systematic CI/CD failure diagnosis and resolution for build failures and pipeline errors.
Tags
Updated: 2026-02-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- categorize failure types
- check environment issues
- diagnose platform-specific failures
- identify dependency problems
- analyze code bugs
- run connectivity tests
- check authentication status
- search for platform-specific code
- verify package dependencies
- read test outputs
Inputs
- CI build logs
- GitHub Actions workflows
- error messages
- TLS certificates
- authentication tokens
- system environment
- source code
- dependency files
- test outputs
- GitHub API responses
Outputs
- failure categorization
- environment check results
- platform-specific issue reports
- dependency analysis findings
- code bug identification
- diagnosis recommendations
- fallback strategies
- quick command references
Requirements
- Bash shell access
- GitHub CLI installation
- read permissions for logs
- web fetch capabilities
- grep tool availability
- glob pattern matching
