16 lines
794 B
YAML
16 lines
794 B
YAML
# Summarizer Crew Tasks Configuration
|
|
summarise_task:
|
|
description: |
|
|
Synthesize the results from code, security, and infrastructure reviews into a cohesive review report.
|
|
Code Review Results: {code_review_results}
|
|
Security Review Results: {security_review_results}
|
|
Infrastructure Review Results: {infra_review_results}
|
|
Context: {context}
|
|
expected_output: |
|
|
A comprehensive review report that includes:
|
|
- Executive summary of all findings
|
|
- Prioritized list of issues (critical, high, medium, low)
|
|
- Specific recommendations for each domain (code, security, infrastructure)
|
|
- Overall assessment and recommendation (e.g., Approved, Approved with Minor Changes, Significant Changes Needed)
|
|
- Summary of positive aspects of the PR
|
|
agent: summariser |