Run CI checks and fix any errors until all tests pass
Runs CI checks and automatically fixes errors until all tests pass.
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaudeRun CI checks for the project and fix any errors until all tests pass.
Detect CI System:
.github/workflows/*.yml (GitHub Actions).gitlab-ci.yml (GitLab CI).circleci/config.yml (CircleCI)Jenkinsfile (Jenkins).travis.yml (Travis CI)bitbucket-pipelines.yml (Bitbucket)Detect Build System:
Run CI Commands:
ci, test, check, validate, verify./scripts/ci.sh, ./ci.sh, ./run-tests.shFix Errors:
Common CI Tasks:
npm test or npm run cimake test or pytest or toxgo test ./... or make testcargo test./ci.sh or make ciContinue fixing issues and re-running until all CI checks pass.