Gw Commit Context banner
o-gi o-gi

Gw Commit Context

Git community

Description

Load commit context for Claude to understand implementation details and rationale. ## Purpose Analyze a git commit and its related GitHub issue (if referenced) to understand: - What was changed and why - The implementation approach taken - The original requirements (from linked issue) - The technical decisions made This helps Claude understand past implementations for better context when working on related features or fixes. ## Usage ```bash # Basic usage - load commit context silently /use

Installation

Installs to ~/.claude/skills/o-gi-claude-code-commands-gw-commit-context/SKILL.md

Terminal
mkdir -p ~/.claude/skills/o-gi-claude-code-commands-gw-commit-context && curl -fsSL https://raw.githubusercontent.com/o-gi/claude-code-commands/HEAD/commands/gw-commit-context.md -o ~/.claude/skills/o-gi-claude-code-commands-gw-commit-context/SKILL.md

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

Full documentation available on GitHub

View Source Repository