From torque
Shows worktree diff summary against the base branch using git diff --stat and full diff, then summarizes changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/torque:diffThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current worktree diff summary against the base branch.
Show the current worktree diff summary against the base branch.
Run: git diff --stat main...HEAD
Then run: git diff main...HEAD
Summarize the changes: which files changed, lines added/removed, and a brief description of what the changes do.
npx claudepluginhub runtorque/torqueLoads current git branch changes (diff, commits, changed files) into session context for review and analysis.
Generates concise branch summaries for PR descriptions by analyzing git diffs and commit history.
Reads a git diff and produces a plain-English narration of changes for PR descriptions, code reviews, or self-orientation. Supports three audience modes: --for pr, --for review, and --for self.