ci-cd-troubleshooterlisted
Install: claude install-skill Drvivek34/Skill-Bazaar
# CI/CD Troubleshooting Instructions
1. Fetch build stdout and inspect lines containing 'failed', 'error', or exit codes.
2. Locate the failing step and match it to package version dependencies.
3. Validate node_modules, bundler caches, or lockfiles.
4. Correct YAML syntax errors in configuration files.
5. Recommend changes to pipeline caching options to accelerate build times.