Implementation Review

Code review of implementation with compact diff analysis

MarcusJellinghaus 4e6644c 1.2 KB Updated

File contents

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:

  1. Summary - What changed (1-2 sentences)
  2. Critical Issues - Must fix before merging
  3. Suggestions - Nice to have improvements
  4. Good - What works well

Do not perform any action. Just present the code review.

MarcusJellinghaus/mcp-code-checker/tree/main/.claude/skills/implementation_review commit 4e6644c5af

Frequently asked questions

npx skillmds@latest add marcusjellinghaus/implementation-review