generate_task
Create task configurations from templates for specific technologies and task types in CI/CD pipelines, including phase headers for pipeline organization.
Instructions
Generate task configuration from template for a specific technology and task type. Use technology="phase" to create phase headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| technology | Yes | Technology name (e.g., "Go", "Python", "Node.js", "TypeScript", "Rust") or "phase" for phase headers | |
| taskType | Yes | Task type (e.g., "check-format", "check-lint", "test-unit", "build") or phase name (e.g., "Validation", "Build") | |
| taskId | No | Optional: custom task ID for regular tasks, or description for phase headers |