Install
openclaw skills install easy-ci-cdBuild lightweight, minimal CI/CD scaffolding around a small project. Use when asked to add or simplify GitHub Actions, create a fast CI pipeline, add a minimal Dockerfile, wire basic test/smoke checks, package small release artifacts, or make a repo deploy-ready without adding heavyweight enterprise workflow complexity.
openclaw skills install easy-ci-cdKeep CI/CD boring, fast, and proportionate to the size of the project.
Inspect the repo first.
Choose the minimum useful pipeline.
push and pull_request to the main branch unless the repo clearly uses another default branch.Add only high-value checks.
Add a tiny release/deploy feature only when it helps.
Add containerization only when requested or clearly useful.
.dockerignore.Verify locally when practical.
Update docs minimally.
For small repos, prefer:
actions/checkoutIf you need examples, read references/templates.md.
For small Python repos, prefer:
python:<version>-slimPYTHONDONTWRITEBYTECODE=1PYTHONUNBUFFERED=1requirements.txt or project metadataCMDWhen reporting back: