ワンクリックで
explain
Explain recent code changes in simple terms a junior dev can understand
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explain recent code changes in simple terms a junior dev can understand
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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