🎯

erk-diff-analysis

🎯Skill

from dagster-io/erk

VibeIndex|
What it does

Generates strategic commit messages by analyzing code diffs, focusing on significant changes and component-level descriptions.

πŸ“¦

Part of

dagster-io/erk(16 items)

erk-diff-analysis

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add dagster-io/erk --skill erk-diff-analysis
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Internal skill for commit message generation. Only load when explicitly requested by name or invoked by commands.

Overview

# 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