claude-plugin/skills/diff/SKILL.md
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.
npx skillsauth add thisalihassan/promptrail claude-plugin/skills/diffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Show the timeline of all AI prompts in this project with file change counts. Use when the user asks to see what the AI has done, list prompts, show history, or view the agent timeline.
tools
List all Claude Code sessions for this project. Use when the user asks about sessions, wants to see which sessions exist, or asks about session history.
tools
Search across all AI prompts and responses using full-text search. Use when the user wants to find a previous conversation, check if they already asked something, or search for a specific topic across sessions.
tools
Rollback (undo) the file changes from a specific AI prompt. Use when the user wants to undo, revert, or rollback changes from a specific prompt. IMPORTANT - this is destructive, always confirm with the user first.