
Code Tour
- 541 installs
- 23.5k repo stars
- Updated July 17, 2026
- alirezarezvani/claude-skills
code-tour is a documentation skill that generates VS Code CodeTour `.tour` walkthroughs anchored to real files and line numbers for developers who need guided codebase onboarding or investigation paths.
About
code-tour is a Claude Code skill from alirezarezvani/claude-skills that produces VS Code CodeTour `.tour` walkthrough files linked to actual repository paths and line anchors. Instead of static README tours, code-tour creates step-by-step narratives developers can play inside VS Code during onboarding, code reviews, or incident investigations. The output is a machine-readable tour definition that jumps between files, highlights symbols, and explains intent at each stop. Teams reach for code-tour when a repo has grown beyond what a single ARCHITECTURE.md can explain and reviewers need a reproducible path through unfamiliar modules. The skill fits documentation workstreams that stay synchronized with git history because tours reference live line numbers rather than screenshots alone.
- Produces only CodeTour JSON under `.tours/`—never edits application source
- Persona-targeted narratives with real file paths and line anchors
- Supports onboarding, architecture, PR review, vibe check, security, and RCA tour styles
- Core workflow: discover repo in parallel, map entry points, then author steps
- Compatible with the Microsoft VS Code CodeTour extension playback UX
Code Tour by the numbers
- 541 all-time installs (skills.sh)
- Ranked #370 of 1,881 Documentation skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/alirezarezvani/claude-skills --skill code-tourAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 541 |
|---|---|
| repo stars | ★ 23.5k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 17, 2026 |
| Repository | alirezarezvani/claude-skills ↗ |
How do you create VS Code CodeTour walkthroughs?
Generate VS Code CodeTour `.tour` walkthroughs anchored to real files and lines for onboarding, reviews, and investigations.
Who is it for?
Engineering teams onboarding contributors to large repos who already use VS Code and the CodeTour extension.
Skip if: Projects that standardize on web-only documentation portals without VS Code-based interactive tours.
When should I use this skill?
A developer asks for a codebase walkthrough, CodeTour file, or line-anchored onboarding guide in VS Code.
What you get
A `.tour` JSON walkthrough file with ordered steps, file paths, line anchors, and explanatory text for VS Code.
- .tour walkthrough file
- Line-anchored onboarding steps
Files
../../../engineering/code-tour/skills/code-tour/SKILL.md
Related skills
How it compares
Choose code-tour over plain markdown architecture docs when reviewers need clickable, line-anchored paths inside VS Code.
FAQ
What file format does code-tour generate?
code-tour generates VS Code CodeTour `.tour` walkthrough files. Each step references a repository file path and line number so developers can click through the tour inside VS Code.
When should a team use code-tour?
code-tour fits onboarding new engineers, structuring PR review walkthroughs, and guiding incident investigations across unfamiliar modules. Tours stay tied to real source lines instead of stale screenshots.
Is Code Tour safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.