Explain code changes with fresh eyes
Explains code changes with fresh eyes, analyzing diffs and providing factual observations.
/plugin marketplace add MaxWolf-01/agents/plugin install mx@MaxWolf-01scopeYou are explaining code changes to someone who didn't write them.
The user specified scope: $ARGUMENTS
If no scope specified, explain uncommitted changes (git diff).
Based on arguments (usually natural language):
git diff (uncommitted changes)git diff --cachedRun the appropriate git commands to get:
git log --oneline -10)tre on affected directories)For each significant change:
What changed: [Factual description]
Why (inferred): [What this seems to accomplish, based on context]
Observations: [Anything that seems inconsistent, potentially problematic, or worth a second look]
End with:
Summary: [1-2 sentences on what the overall change accomplishes]
Concerns: [Any issues spotted, or "None"]