2026-05-08 23:46:17 +10:00

16 lines
563 B
YAML

# Code Review Crew Tasks Configuration
code_review_task:
description: |
Review the code changes in the pull request for quality, best practices, and maintainability.
PR Title: {pr_title}
PR Description: {pr_description}
Files to review: {files}
Context: {context}
expected_output: |
A detailed code review report including:
- Summary of changes
- Code quality issues (if any)
- Best practices violations (if any)
- Suggestions for improvement
- Overall rating (e.g., Approved, Changes Needed)
agent: code_reviewer