How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-plugin:summarize-prThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- PR diff: !`gh pr diff`
gh pr diffgh pr view --commentsgh pr diff --name-only이 풀 요청을 요약합니다.
npx claudepluginhub iamhoonse-dev/iamhoonse-claude-code-plugin --plugin hello-pluginSummarizes GitHub pull requests using diff, comments, changed files, and status. Delivers overview, key changes, potential risks, and review recommendations for PR reviews before merging.
Reads a GitHub pull request and posts a plain-English explanation as a PR comment, summarizing what it changes and why.
Generates structured PR descriptions from git commit history by grouping changes by domain, filtering noise like lints, and inspecting diffs only when needed. Use for consistent, token-efficient PR summaries.