ToolypetMCP
beginner3 minutesdev

Code Review Helper

Compare code versions with diff, format JSON configs, and validate changes for thorough code reviews.

diffcode-reviewjsoncomparison

이 레시피 활용 시점

Speed up code reviews by quickly seeing what changed, validating configurations, and ensuring data formats are correct before approving pull requests.

단계

1

Identify all code changes

프롬프트:Compare the original and modified versions of this configuration file to see all changes
2

Validate JSON config changes

프롬프트:Validate and format the modified JSON configuration to check for syntax errors

자주 묻는 질문

Line diff vs word diff — when to use each?

Line diff is standard for code reviews (matches Git). Word diff is better for prose, documentation, and single-line changes where you need to see exactly what changed within a line.

How do I compare large files efficiently?

For large files, use character-level or line-level diff. Consider splitting the comparison into sections if the file is very large.

관련 레시피