Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:03 +08:00
commit d5d2962808
12 changed files with 919 additions and 0 deletions

25
commands/pipeline.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <requirement> [platform]
description: CI/CD pipeline design and optimization for modern platforms
---
# Pipeline Command
CI/CD pipeline design and optimization for modern platforms
## Arguments
**$1 (Required)**: requirement
**$2 (Optional)**: platform
## Examples
```bash
/pipeline "Add automated testing and deployment" github-actions
/pipeline "Optimize build speed" gitlab-ci
```
Invoke the cicd-engineer agent with: $ARGUMENTS