Agent skill
walkthrough
Present items one at a time for focused review. Use when user asks to "walk through", "step through", "present one by one", or needs to review a list interactively.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/walkthrough
SKILL.md
Walkthrough
Interactive step-by-step presentation of any list of items.
Protocol
Follow @context/workflows/ralph/review/chunked-presentation.md
Execution
Based on ARGUMENTS and context:
With a file path
If user provides a file path (e.g., /walkthrough subtasks.json):
- Read the file
- Identify reviewable items (array of objects, list items, sections)
- Announce: "Found [N] items. I'll present one at a time. Ready?"
- Present each item with context
- Wait for response:
next / discuss / skip / edit - Summarize when complete
With context from conversation
If items are already in conversation context:
- Identify what to walk through (findings, suggestions, tasks, etc.)
- Announce: "I'll walk you through [N] items. Ready for the first?"
- Present one at a time
- Wait for response after each
With explicit list
If user provides inline items:
- Parse the items
- Present one at a time
- Track position (e.g., "Item 2/5:")
No argument or help
Show:
/walkthrough <file> Walk through items in a file
/walkthrough Walk through items from conversation context
Controls:
next / n / ok → Continue to next item
discuss / d → Dig deeper on this item
skip / s → Skip remaining items
edit / e → Make a change based on this item
back / b → Go back to previous item
list / l → Show all items (summary view)
Presentation Format
For each item:
---
**[Type] [N]/[Total]:** [Title or summary]
[Details with enough context to understand]
[Action suggestion if applicable]
[next / discuss / skip / edit]
State Tracking
Keep track of:
- Current position
- Items skipped
- Items discussed
- Edits made
At the end, summarize: "Walked through [N] items. [X] discussed, [Y] skipped, [Z] edited."
Didn't find tool you were looking for?