Initial commit
This commit is contained in:
25
commands/pipeline.md
Normal file
25
commands/pipeline.md
Normal 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
|
||||
Reference in New Issue
Block a user