Perform comprehensive code review analysis of recent changes with semantic code understanding
Performs comprehensive code review analysis of recent changes with semantic understanding and actionable recommendations.
/plugin marketplace add AojdevStudio/dev-utils-marketplace/plugin install core-essentials-commands@dev-utils-marketplace[object Object]Analyze RECENT_CHANGES using semantic code understanding to perform comprehensive code review covering quality, security, performance, testing, and documentation with specific actionable feedback saved to REVIEW_OUTPUT.
TARGET_SCOPE: $1 (optional - specific files, commit range, or "recent" for latest changes) GIT_CONTEXT: recent changes and commit history REVIEW_CRITERIA: code quality, security, performance, testing, documentation ANALYSIS_DEPTH: semantic symbol analysis with cross-references REVIEW_OUTPUT: logs/code-review-analysis.md
git status, git diff HEAD~1, git log --oneline -5, and git branch --show-currentmcp__serena__list_dir to understand project structure and identify key directoriesmcp__serena__get_symbols_overview to understand code structure and symbolsmcp__serena__find_symbol with include_body=true for detailed analysis of modified functions/classesmcp__serena__find_referencing_symbols to understand impact of changes on dependent codemcp__serena__search_for_pattern to identify potential security patterns, anti-patterns, or code smellsREVIEW_OUTPUT with prioritized recommendationsCode Review Analysis Complete
File: REVIEW_OUTPUT
Topic: Comprehensive semantic code review of TARGET_SCOPE with actionable recommendations
Key Components: