/install easy-ci-cd
Easy CI/CD
Keep CI/CD boring, fast, and proportionate to the size of the project.
Workflow
-
Inspect the repo first.
- Detect language, package manager, test command, and likely runtime command.
- Read the existing README/config before adding automation.
- Do not invent build steps the repo does not support.
-
Choose the minimum useful pipeline.
- Default to one OS and one runtime version.
- Trigger on
pushandpull_requestto the main branch unless the repo clearly uses another default branch. - Add concurrency with cancel-in-progress for redundant runs.
- Prefer one job unless the user explicitly wants more.
-
Add only high-value checks.
- Run the smallest realistic install step.
- Add a smoke check if it is cheap and meaningful.
- Run the repo's existing tests if they are available.
- Prefer fast feedback over exhaustive matrices.
-
Add a tiny release/deploy feature only when it helps.
- Good defaults: upload test results, upload a source archive on tags, or build a minimal container.
- Do not add cloud deploy, secrets, registries, or production rollout logic unless the user explicitly asks.
-
Add containerization only when requested or clearly useful.
- Prefer a common slim base image for the language/runtime.
- Install only common/lightweight system packages that are likely needed.
- Keep the default command safe and easy to override.
- Add a small
.dockerignore.
-
Verify locally when practical.
- Run the same cheap checks you put into CI when the environment allows.
- If full verification is not practical, say so plainly.
-
Update docs minimally.
- Add 1 short section or a few lines to README if needed.
- Do not turn a small repo into a manual.
Guardrails
- Keep YAML readable and short.
- Prefer standard marketplace actions.
- Avoid multi-OS and multi-version matrices unless the project really needs them.
- Avoid long installs and unnecessary services.
- Avoid secret-dependent steps unless the user explicitly provides that direction.
- Match the repository's existing style and naming.
Good Defaults
GitHub Actions
For small repos, prefer:
actions/checkout- language setup action with dependency caching if cheap
- install deps
- smoke check
- test command
- artifact upload if useful
If you need examples, read references/templates.md.
Docker
For small Python repos, prefer:
python:\x3Cversion>-slimPYTHONDONTWRITEBYTECODE=1PYTHONUNBUFFERED=1- small apt install block only if likely needed
- install from
requirements.txtor project metadata - safe default
CMD
Output Expectations
When reporting back:
- say what was added
- say where it lives
- say how it was verified
- mention anything intentionally left out to keep it minimal
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install easy-ci-cd - After installation, invoke the skill by name or use
/easy-ci-cd - Provide required inputs per the skill's parameter spec and get structured output
What is Easy CI/CD?
Build 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 minim... It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.
How do I install Easy CI/CD?
Run "/install easy-ci-cd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Easy CI/CD free?
Yes, Easy CI/CD is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Easy CI/CD support?
Easy CI/CD is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Easy CI/CD?
It is built and maintained by Yi (@hyharry); the current version is v1.0.0.