with one click
explain
Explain recent code changes in simple terms a junior dev can understand
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Explain recent code changes in simple terms a junior dev can understand
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Create a GitHub issue with project board integration
Open or create a pull request from the current branch with a clean, deduplicated summary
Create a release PR to main with version bump and draft a GitHub release
Start working on a GitHub issue — fetch context, create branch, plan solution, and optionally open a PR
Based on SOC occupation classification
| name | explain |
| description | Explain recent code changes in simple terms a junior dev can understand |
| argument-hint | [optional focus area or question about the changes] |
Explain the code changes that were just applied in this conversation. Break it down so a junior developer can fully understand what happened, why, and how it works.
Look back through the conversation history and identify all code changes that were just made. This includes:
If $ARGUMENTS is provided, focus the explanation on that specific area or answer that specific question about the changes.
List every change that was made, file by file. For each file:
Keep it scannable. Use bullet points and headers.
For each change (or group of related changes), explain:
Connect the dots between changes. If file A was changed because of file B, say so.
This is the deep dive. Explain the logic step by step:
User clicks button
|
v
handleClick() runs
API call to /api/save
Response updates state
Component re-renders with new data
Summarize with 3-5 bullet points:
After the explanation is complete, ask:
"Want me to save this explanation to a markdown file for future reference? (default: no)"
docs/explanations/ or .notes/).auth-flow-explanation.md).$ARGUMENTS