Implementation Review (Code Review)
First, ensure we're up to date:
Call mcp__mcp-workspace__git with command "fetch" and args ["origin"].
Use mcp__mcp-workspace__git with command "status" to check working directory state.
Call mcp__mcp-workspace__check_branch_status.
Confirm and display the current feature branch name.
Then run the code review:
Code Review Request
Use mcp__mcp-workspace__git with command "diff" to get the changes to review.
No need to run all checks; do not use pylint warnings. Feel free to further analyse any mentioned files and/or the file structure.
Focus Areas:
- Logic errors or bugs
- Tests for
__main__functions should be removed (not needed) - Unnecessary debug code or print statements
- Code that could break existing functionality
- Compliance with existing architecture principles, see
docs/architecture/architecture.md
Output Format:
- Summary - What changed (1-2 sentences)
- Critical Issues - Must fix before merging
- Suggestions - Nice to have improvements
- Good - What works well
Do not perform any action. Just present the code review.