with one click
make-ci
Run full CI pipeline validation targets via Makefile
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
Run full CI pipeline validation targets via Makefile
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
Run miscellaneous project utility scripts via Makefile
Manage the docker-compose stack and volumes via Makefile
Manage local Kafka topics, consumer groups, and view lags via Makefile
Run code formatters, linters, type checks, and security audits
Run unit tests, integration tests, and generate coverage reports via Makefile
| name | make-ci |
| description | Run full CI pipeline validation targets via Makefile |
| compatibility | opencode |
Provides combined Makefile targets that mimic the full CI/CD pipeline or represent a significant "check" on the codebase.
Use this to validate the entire repository state before pushing large PRs or ensuring nothing is fundamentally broken.
make ci - Full pipeline: sync, format-check, lint, type-check, test, security, and compose-validate.make check - Shorthand for: format-check, lint, type-check, test.make validate - Shorthand for: compose-validate, lint, type-check, test.