devops
FeaturedDevOps 能力索引。Git、测试、DevSecOps、数据库。当用户提到 DevOps、CI/CD、Git、测试时路由到此。
AI & Automation 5,522 stars
422 forks Updated 2 days ago MIT
Install
Quality Score: 97/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 🔧 炼器秘典 · DevOps 能力中枢
## 能力矩阵
| Skill | 定位 | 核心能力 |
|-------|------|----------|
| [git-workflow](git-workflow.md) | 版本控制 | Git、分支策略、PR |
| [testing](testing.md) | 软件测试 | 单元测试、集成测试、TDD、测试策略、E2E测试 |
| [devsecops](devsecops.md) | 安全开发 | CI/CD安全、供应链安全 |
| [database](database.md) | 数据库 | SQL、NoSQL、优化 |
| [performance](performance.md) | 性能优化 | Profiling、火焰图、基准测试、负载测试、性能测试 |
| [observability](observability.md) | 可观测性 | 日志、指标、追踪、SLO |
| [cost-optimization](cost-optimization.md) | 成本优化 | FinOps、右尺寸、Spot、伸缩 |
## DevOps 原则
```yaml
文化:
- 协作与共享
- 持续改进
- 自动化一切
- 快速反馈
实践:
- 持续集成 (CI)
- 持续交付 (CD)
- 基础设施即代码
- 监控与可观测性
```
Details
- Author
- fengshao1227
- Repository
- fengshao1227/ccg-workflow
- Created
- 5 months ago
- Last Updated
- 2 days ago
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Listed
devops
DevOps 能力索引(Git/CI/CD、测试、DevSecOps、数据库、可观测性)。
13 Updated 2 weeks ago
wzyxdwll DevOps & Infrastructure Solid
automating-devops
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.
228 Updated today
telagod DevOps & Infrastructure Solid
devops
DevOps patterns: containerization, CI/CD, deployment strategies, monitoring. Use when containerizing apps, setting up pipelines, or deploying services.
43 Updated today
xiaobei930