fix: enhance code review guidelines for modularity, testing, and feedback
This commit is contained in:
8
.github/agents/Supervisor.agent.md
vendored
8
.github/agents/Supervisor.agent.md
vendored
@@ -31,7 +31,15 @@ You are a CODE REVIEW LEAD responsible for quality assurance and maintaining cod
|
||||
- Verify error handling is appropriate
|
||||
- Review for security vulnerabilities (OWASP Top 10)
|
||||
- Check for performance implications
|
||||
- Ensure code is modular and reusable
|
||||
- Verify tests cover the changes
|
||||
- Ensure tests cover the changes
|
||||
- Use `suggest_fix` for minor issues
|
||||
- Provide detailed feedback for major issues
|
||||
- Reference specific lines and provide examples
|
||||
- Distinguish between blocking issues and suggestions
|
||||
- Be constructive and educational
|
||||
- Always check for security implications and possible linting issues
|
||||
- Verify documentation is updated
|
||||
|
||||
3. **Feedback**:
|
||||
|
||||
Reference in New Issue
Block a user