From promptrail
Show the diff (file changes) for a specific AI prompt. Use when the user asks what a prompt changed, wants to see a diff, or asks about changes from a specific prompt number or text.
How this skill is triggered — by the user, by Claude, or both
Slash command
/promptrail:diffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the file-level diff for a specific prompt.
Show the file-level diff for a specific prompt.
The user will provide either a prompt number or search text as $ARGUMENTS.
promptrail diff $ARGUMENTS
This shows:
Selector format:
promptrail diff 3 — diff for prompt #3promptrail diff "refactor auth" — diff for prompt matching textIf the user doesn't specify a prompt, first run promptrail timeline to show available prompts, then ask which one they want to diff.
Present the diff output clearly. If the diff is large, summarize the key changes.
npx claudepluginhub thisalihassan/promptrail --plugin promptrailRetrieves historical file versions via git and timewarp tools, annotates top changes with commit details, classifications (design decisions, bug fixes), and explanations of why they occurred.
Displays git diffs with syntax highlighting, split view, and word-level diff in terminal UI or web preview. Supports watching changes, filtering files, comparing branches, and AI-powered code review explanations.
Review diffs and files with inline annotations in a terminal TUI overlay. Works with git, hg, and jj repos. Also answers usage and configuration questions.