Ci Cd Pipeline
CI/CD流水线配置。GitHub Actions、GitLab CI、Jenkins、Docker构建、测试、部署。CI/CD pipeline configs for GitHub Actions, GitLab CI, Jenkins, Docker. CI/CD、DevOps。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 412 · 4 current installs · 4 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim CI/CD pipeline generation for GitHub Actions, GitLab CI, Jenkins, Docker; the included scripts (cicd.sh, script.sh) implement generators and helper commands that match that purpose. Examples and templates reference common CI/CD concepts (languages, tests, Docker).
Instruction Scope
SKILL.md gives simple usage guidance and command lists; it does not instruct the agent to read unrelated system files or exfiltrate data. The shipped scripts generate config text and log basic action history. Note: generated templates include example deploy commands (ssh, aws, kubectl) and reference GitHub secrets (e.g., DOCKERHUB_USERNAME/DOCKERHUB_TOKEN) — these are normal for CI templates but users should review generated deployments before applying secrets or executing them.
Install Mechanism
This is an instruction-only skill with no install spec. The included files are plain shell scripts (no downloads or archive extraction). No installation mechanism writes arbitrary external code at install time.
Credentials
The skill declares no required environment variables or credentials. The scripts respect standard environment variables for locating a data directory (CI_CD_PIPELINE_DIR, XDG_DATA_HOME, HOME) — reasonable for a CLI utility. References to CI/CD secrets appear only in generated template YAML (expected).
Persistence & Privilege
always:false and agent-autonomy not specially altered (normal). The scripts create a per-user data directory (~/.local/share/ci-cd-pipeline by default) and write history.log/config paths there. This is expected for a local CLI helper but worth noting because it will create files in the user's home directory.
Assessment
This skill appears to do what it says: it generates CI/CD configs and ships small, readable shell scripts. Before installing or running: 1) Review the scripts (already included) to confirm you’re comfortable with creation of a user data directory (~/.local/share/ci-cd-pipeline) and history.log. 2) Inspect any generated deployment steps before using them — example deploy snippets reference ssh/aws/kubectl and the templates reference GitHub secrets; never paste secrets into repo files. 3) Verify the publisher (SKILL.md points to bytesagain.com / GitHub) if you require provenance. 4) Run the scripts in a sandbox or non-production repo first. No network exfiltration or hidden code was found, but always review generated CI workflow files before committing or executing them.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.0
Download zipchineselatestproductivity
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
CI/CD Pipeline
CI/CD流水线配置。GitHub Actions、GitLab CI、Jenkins、Docker构建、测试、部署。CI/CD pipeline configs for GitHub Actions, GitLab CI, Jenkins, Docker. CI/CD、DevOps。
如何使用
- 选择你需要的功能命令
- 输入你的具体需求描述
- 获取专业的输出结果
- 根据需要调整和完善
命令列表
| 命令 | 功能 |
|---|---|
github | github |
gitlab | gitlab |
jenkins | jenkins |
docker | docker |
test | test |
deploy | deploy |
CI/CD Pipeline by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Commands
python— Pythonjava— Javarust— Rustpython— Pythonpython— Pythonjava— Javaredis— Redisnginx— Nginx
Examples
# Show help
ci-cd-pipeline help
# Run
ci-cd-pipeline run
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
