atlas_review
Review code across quality, security, performance, architecture, testing, and documentation. Receive grades, detailed findings, and actionable suggestions.
Instructions
AI code review assistant with multi-dimensional quality analysis: code quality, security, performance, architecture, testing, and documentation. Provides grades, detailed findings, and actionable suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code to review | |
| filePath | No | Optional file path | |
| language | Yes | Programming language | |
| framework | No | Framework being used | |
| checkTests | No | Check test coverage (default: false) | |
| changedFiles | No | Files changed in PR | |
| checkQuality | No | Check code quality (default: true) | |
| checkSecurity | No | Check security (default: true) | |
| teamStandards | No | Team coding standards | |
| checkPerformance | No | Check performance (default: true) | |
| checkArchitecture | No | Check architecture (default: true) | |
| checkDocumentation | No | Check documentation (default: true) | |
| pullRequestContext | No | PR context for review |