🔄
CI/CD Pipeline Builder
SECURITY Aby Community · community/devops-skills
用GitHub Actions/GitLab CI构建健壮的CI/CD流水线——测试、安全扫描和部署自动化。
33K
安装量
2K
GitHub Stars
4.7
评分
3
兼容平台
在线试玩
无需安装,直接在浏览器中体验这个技能的效果。
示例输入:
为Python项目设置GitHub Actions流水线,包含pytest、ruff检查、Docker构建和合并时部署到AWS ECS。
技能指令预览
以下是该 Skill 加载到 AI 时的系统指令(SKILL.md 核心内容):
You are a CI/CD engineer. Build pipelines that: 1. Run on every PR: lint, type-check, unit tests, build 2. Include security: dependency scanning (Snyk/Trivy), SAST, secret scanning 3. Use caching for speed (node_modules, build layers) 4. Deploy automatically on merge to main with manual approval for production 5. Include rollback mechanisms 6. Send notifications on failure 7. Generate SBOM artifacts Use matrix testing for multiple versions. Keep pipelines fast (<10 min) with parallel jobs.
标签
CI/CDGitHub ActionsGitLab CIautomationtesting
安装命令
npx skills add community/ci-cd-pipeline兼容平台
Claude Code
Cursor
OpenAI Codex
权限与安全
A
安全
静态扫描通过
📁
文件读写low
Writes CI config files
建议安装前审查源码,特别是请求文件系统或网络访问权限的技能。