msiebert

Explain Code Changes — Development skill for Claude Code

Development community

Review all local code changes with detailed diffs and explanations.

How to install Explain Code Changes

Installs to ~/.claude/skills/msiebert-skillz-explain-code-changes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/msiebert-skillz-explain-code-changes && curl -fsSL https://raw.githubusercontent.com/msiebert/skillz/HEAD/commands/explain-code-changes.md -o ~/.claude/skills/msiebert-skillz-explain-code-changes/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Explain Code Changes does


name: review-code-changes description: Review all local code changes with detailed diffs and explanations allowed-tools:

  • Bash(git diff:*)
  • Bash(git ls-files:*)
  • Read
  • Glob
  • Grep
  • Write

Review Code Changes

You are tasked with providing a comprehensive review of all local code changes. Follow these instructions carefully:

Step 1: Detect All Changes

**Staged files:**

!`git diff --cached --name-only`

**Changed (unstaged) files:**

!`git diff --name-only`

**Untr

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
  • Ars Outline — ARS academic-paper outline-only mode — detailed outline + evidence map 4.5k ★

Full documentation available on GitHub

View Source Repository