From 5054a334f2a5f6c7df78479f8947ccb36d70d2aa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 8 Feb 2026 00:00:26 +0000 Subject: [PATCH] fix: enhance code review guidelines for modularity, testing, and feedback --- .github/agents/Supervisor.agent.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/agents/Supervisor.agent.md b/.github/agents/Supervisor.agent.md index c878993f..f1dab7c7 100644 --- a/.github/agents/Supervisor.agent.md +++ b/.github/agents/Supervisor.agent.md @@ -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**: