en un clic
make-ci
Run full CI pipeline validation targets via Makefile
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run full CI pipeline validation targets via Makefile
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.