Claude-skill-registry erk-diff-analysis
Internal skill for commit message generation. Only load when explicitly requested by name or invoked by commands.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/erk-diff-analysis" ~/.claude/skills/majiayu000-claude-skill-registry-erk-diff-analysis && rm -rf "$T"
manifest:
skills/data/erk-diff-analysis/SKILL.mdsource content
Diff Analysis
This skill provides the commit message generation prompt used by PR submission commands.
When to Use
Only load this skill when:
- Explicitly requested by name (
)erk-diff-analysis - Invoked by commands like
/erk:git-pr-push
Usage
Load
references/commit-message-prompt.md when analyzing a diff, then apply its principles to generate output.
Key Principles
- Be concise and strategic - focus on significant changes
- Use component-level descriptions - reference modules/components, not individual functions
- Highlight breaking changes prominently
- Note test coverage patterns
- Use relative paths from repository root