16 lines
648 B
YAML
16 lines
648 B
YAML
# Infrastructure Review Crew Tasks Configuration
|
|
infra_review_task:
|
|
description: |
|
|
Review the infrastructure as code (IaC) in the pull request for correctness, security, and best practices.
|
|
PR Title: {pr_title}
|
|
PR Description: {pr_description}
|
|
Files to review: {files}
|
|
Context: {context}
|
|
expected_output: |
|
|
A detailed infrastructure review report including:
|
|
- Summary of infrastructure changes
|
|
- Issues found (misconfigurations, security vulnerabilities, etc.)
|
|
- Best practices violations (if any)
|
|
- Suggestions for improvement
|
|
- Overall rating (e.g., Approved, Needs Changes)
|
|
agent: infra_reviewer |