com um clique
make-ci
Run full CI pipeline validation targets via Makefile
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run full CI pipeline validation targets via Makefile
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.