with one click
ci-failure-analysis
Investigate CI failures systematically and find root causes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Investigate CI failures systematically and find root causes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when code changes require documentation updates. Ensures documentation stays synchronized with code, API, and feature changes. Detects doc drift and maintains consistency.
Use when working with GitHub issues, pull requests, releases, or repository operations. Provides systematic approach to GitHub API interactions via gh CLI.
Use when releasing a new version of the software. Automates version bumping, changelog updates, git tagging, and release creation. Supports both single and dual-repository release workflows.
Use when starting a new feature or project to systematically capture user requirements through Socratic questioning. Creates a requirements document that can be used for design and implementation planning.
Decompose complex tasks into GitHub sub-issues and coordinate workflow
Systematic approach to identifying, analyzing, and fixing bugs
| name | ci-failure-analysis |
| description | Investigate CI failures systematically and find root causes |
| license | MIT |
# Check Node version
node --version
# Check package versions
npm list [package]
NODE_OPTIONS=--max-old-space-size=4096## CI Failure Analysis
### Failure Type
[Build|Test|Lint|Deploy]
### Error Message
[Paste error]
### Root Cause
[Explanation]
### Fix
[Proposed solution]
### Prevention
[How to prevent in future]