msiebert

Get Smart — Git skill for Claude Code

Git community

Extract learnings from PR review comments and code changes to update CLAUDE.md files.

How to install Get Smart

Installs to ~/.claude/skills/msiebert-skillz-get-smart/SKILL.md

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

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

What Get Smart does


description: Extract learnings from PR review comments and code changes to update CLAUDE.md files allowed-tools: Bash(git:*), Bash(gh:*), Read, Grep, Glob, Write, Task model: opus

Get Smart: Extract Learnings from PR

Extract non-obvious learnings from a PR's review comments and code changes, then create a separate PR updating CLAUDE.md files.

Step 1: Input Handling

Determine the PR number to analyze.

  • If the user provided a PR number as an argument (e.g., /get-smart 1234), u

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
  • GitHub Review Comments — Use when a PR has unresolved review comments that need responses -- evaluates each comment, implements valid f 1.5k ★

Full documentation available on GitHub

View Source Repository