返回 Skill 列表
extension
分类: 开发与工程无需 API Key

erk-diff-analysis

内部技能,用于生成提交信息。仅在明确按名称请求或通过命令调用时加载。

person作者: jakexiaohubgithub

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