Imported from runtorque/torque (skills/diff/SKILL.md). Install upstream with npx skills add runtorque/torque --skill diff. Copyright stays with the author.
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.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/runtorque-torque-diff/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
runtorque-torque-diff.ocm.jsonjson
{
"ocm": "1",
"id": "runtorque-torque-diff",
"kind": "skill",
"name": "diff",
"description": "Show worktree diff against the base branch",
"publisher": "runtorque",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Show worktree diff against the base branch"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/runtorque/torque",
"path": "skills/diff/SKILL.md",
"ref": "df3d7cbb195a0f70cd72e68a818ff05502b3cea2",
"url": "https://github.com/runtorque/torque/blob/df3d7cbb195a0f70cd72e68a818ff05502b3cea2/skills/diff/SKILL.md",
"key": "runtorque/torque/skills/diff/SKILL.md"
},
"allowed_tools": [
"Bash"
]
},
"instructions": "Show the current worktree diff summary against the base branch.\n\nRun: `git diff --stat main...HEAD`\n\nThen run: `git diff main...HEAD`\n\nSummarize the changes: which files changed, lines added/removed, and a brief description of what the changes do.",
"cost": {
"context_tokens": 61
}
}
Fetch it by URL: GET /api/v1/registry/runtorque-torque-diff/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.