AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Automating Devops

skill-telagod-code-abyss-automating-devops · by telagod

DevOps knowledge reference covering Git workflows, testing strategies, DevSecOps, release pipeline orchestration (release.yml, multi-arch images, cosign integration), CI/CD pipelines, database management, observability, and performance optimization. Use when working with Git, CI/CD, release pipelines, ghcr image publishing, testing, monitoring, or infrastructure automation.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-telagod-code-abyss-automating-devops

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-telagod-code-abyss-automating-devops)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Automating Devops? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

炼器秘典 · DevOps

路由

| 意图 | 秘典 | 核心 | |------|------|------| | 版本控制 | [git-workflow](git-workflow.md) | Git 分支策略、PR 流程、rebase vs merge | | 测试 | [testing](testing.md) | 单元/集成/E2E、TDD、覆盖率 | | 安全开发 | [devsecops](devsecops.md) | CI/CD 安全、SAST/DAST、供应链 | | Release 编排 | [release-pipelines](release-pipelines.md) | release.yml 多 job 骨架、metadata tag、cosign 集成、踩坑字典 | | 数据库 | [database](database.md) | SQL/NoSQL 选型、索引优化、迁移 | | 性能 | [performance](performance.md) | Profiling、火焰图、基准/负载测试 | | 可观测 | [observability](observability.md) | 日志/指标/追踪三支柱、SLO/SLI | | 成本 | [cost-optimization](cost-optimization.md) | FinOps、右尺寸、Spot、自动伸缩 |

CI/CD 管道模式

| 阶段 | 动作 | 工具示例 | |------|------|----------| | 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) | 主干开发短分支 | 不可变制品 | 环境即代码

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.