Help us improve
Share bugs, ideas, or general feedback.
From code-abyss
DevOps knowledge reference covering Git workflows, CI/CD pipelines, testing strategies, DevSecOps, database management, observability, and performance optimization. Activates when working with Git, CI/CD, testing, monitoring, or infrastructure automation.
npx claudepluginhub telagod/code-abyss --plugin code-abyssHow this skill is triggered — by the user, by Claude, or both
Slash command
/code-abyss:automating-devopsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| 意图 | 秘典 | 核心 |
Guides Docker best practices including multi-stage builds, GitHub Actions CI/CD pipelines, deployment strategies, IaC like Terraform, and observability setup for production infrastructure.
Guides DevOps practices: CI/CD (GitHub Actions/GitLab CI), Docker containerization, Kubernetes orchestration, monitoring (Prometheus/Grafana), IaC (Terraform), logging, SRE, DORA metrics.
Guides CI/CD pipeline design, configuration, and optimization using best practices, DORA metrics, stage references, and platform tips for GitHub Actions, GitLab CI, and Jenkins. Use for pipeline setup, build time improvements, and deployment stages.
Share bugs, ideas, or general feedback.
| 意图 | 秘典 | 核心 |
|---|---|---|
| 版本控制 | git-workflow | Git 分支策略、PR 流程、rebase vs merge |
| 测试 | testing | 单元/集成/E2E、TDD、覆盖率 |
| 安全开发 | devsecops | CI/CD 安全、SAST/DAST、供应链 |
| 数据库 | database | SQL/NoSQL 选型、索引优化、迁移 |
| 性能 | performance | Profiling、火焰图、基准/负载测试 |
| 可观测 | observability | 日志/指标/追踪三支柱、SLO/SLI |
| 成本 | cost-optimization | FinOps、右尺寸、Spot、自动伸缩 |
| 阶段 | 动作 | 工具示例 |
|---|---|---|
| Commit | lint + unit test + SAST | ESLint、pytest、Semgrep |
| Build | 构建 + 镜像打包 | Docker、Buildpacks |
| Test | 集成测试 + E2E | Playwright、k6 |
| Security | DAST + 依赖扫描 + 密钥检测 | OWASP ZAP、Trivy、gitleaks |
| Deploy | 渐进发布(canary/blue-green) | ArgoCD Rollouts、Flagger |
| Verify | 冒烟测试 + SLO 校验 | Prometheus、Grafana |
| Rollback | 自动回滚(SLO 违约) | ArgoCD、Helm rollback |
自动化一切 | 快速反馈(<10min) | 主干开发短分支 | 不可变制品 | 环境即代码