con un clic
make-ci
Run full CI pipeline validation targets via Makefile
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run full CI pipeline validation targets via Makefile
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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.