Code Analysis Crew¶
The Code Analysis crew reviews code changes for quality, standards, and best practices.
Responsibilities¶
- Analyze code diffs for style, correctness, and maintainability.
- Flag issues and suggest improvements.
- Contribute to the overall impact score for merge requests.
Implementation¶
- Uses an AI agent configured via
agents.yamlandtasks.yaml. - Runs as part of the main flow pipeline.
See also: Flow Engine