claude-plugin/skills/timeline/SKILL.md
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.
npx skillsauth add thisalihassan/promptrail claude-plugin/skills/timelineInstall 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 full timeline of Claude Code prompts for this project.
Run the promptrail CLI from the project root:
promptrail timeline --files --source claude
Optional flags:
-n <count> or --last <count> — show only the last N prompts (e.g. -n 10)--model <substring> — filter by model name (e.g. --model sonnet)promptrail timeline --files --source claude -n 10promptrail timeline --files --source claude --model sonnetPass --source claude to show only Claude Code prompts.
This shows every prompt chronologically with:
If promptrail is not found, install it first:
cd $ARGUMENTS
npm link
Then retry the timeline command.
Present the output to the user in a clean, readable format. Highlight prompts that changed many files.
To search across prompts and responses, use promptrail search "query". To view a specific prompt's AI response, use promptrail response <n>.
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.
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.