claude-plugin/skills/search/SKILL.md
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.
npx skillsauth add thisalihassan/promptrail claude-plugin/skills/searchInstall 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.
Full-text search across all prompts and responses in this project.
promptrail search "query" --source claude
Optional filter:
--model <substring> — filter by model (e.g. --model sonnet)Pass --source claude to search only Claude Code sessions.
Examples:
promptrail search "shadow DB" — find all mentions of shadow DBpromptrail search "toEpochMs" — find code symbol referencespromptrail search "auth.ts" — find prompts that edited files matching the querypromptrail search "auth" --model sonnet — search with model filterResults show:
#N) — use with promptrail diff <N> or promptrail rollback <N>Search covers prompt text, AI responses, and file names. Results are sorted by most recent.
If no results are found, the query may be too specific. Try shorter or broader terms.
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
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.
tools
View the AI's full response for a specific prompt. Use when the user wants to see what the AI replied, review a previous answer, or check tool calls from a specific prompt.