Help us improve
Share bugs, ideas, or general feedback.
From torque
Shows worktree diff against the base branch using git diff. Useful for reviewing changes before committing or pushing.
npx claudepluginhub runtorque/torqueHow 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.
Generates concise summaries of git branch changes vs main for PR descriptions. Analyzes diffs, commit history, and produces markdown with key changes and test plan. Requires git repo on non-main branch.
Visualizes git diffs, branches, commits, PRs, and ranges as interactive HTML reports with architecture diagrams, KPI dashboards, code review cards, and side-by-side comparisons.
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
Share bugs, ideas, or general feedback.
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.