在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用make-ci
星标0
分支0
更新时间2026年3月30日 14:40
Run full CI pipeline validation targets via Makefile
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run full CI pipeline validation targets via Makefile
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.