code-tour

Create CodeTour .tour files with step-by-step file and line anchors.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/TymorIbrahim/UniPilot --skill code-tour-tymoribrahim
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-tour
Source: https://github.com/TymorIbrahim/UniPilot/tree/main/.cursor/skills/code-tour
Command: npx skills add https://github.com/TymorIbrahim/UniPilot --skill code-tour-tymoribrahim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill creates CodeTour .tour files, providing persona-targeted, step-by-step walkthroughs with real file and line anchors, perfect for onboarding, architecture, PR, RCA, and "explain how this works" requests.

Core Features & Use Cases

  • CodeTour Creation: Build .tour files for codebase tours that open directly to specific files and line ranges.
  • Onboarding Tours: Use for new engineer onboarding, architecture tours, and PR reviews.
  • Structured Walkthroughs: Tours are narrative-driven, focusing on what the reader is looking at, why it matters, and what to do next.

Quick Start

Generate a CodeTour for the 'src/auth' module by running the command: code-tour create .tours/auth-tour.tour src/auth

Frequently Asked Questions about code-tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a guided codebase walkthrough for onboarding new engineers?▼

You can create a guided codebase walkthrough by generating CodeTour `.tour` files that provide step-by-step, narrative-driven navigation with anchors to specific files and line ranges, perfect for new engineer onboarding.

What is the best way to generate CodeTour files for an architecture overview?▼

The best way to generate CodeTour files for an architecture overview is to use a Skill that focuses on persona-targeted guides, creating structured tours that highlight what the reader is looking at, why it matters, and what to do next.

Can I use code tours for PR reviews and explaining how a module works?▼

Yes, you can use code tours for PR reviews and explaining how a module works by creating `.tour` files that navigate directly to specific files and line ranges, providing a structured walkthrough for the reader.

Do I need to know my codebase structure before generating a code tour?▼

Yes, generating a code tour requires knowledge of the codebase structure and the reader persona to create effective, persona-targeted walkthroughs that open directly to specific files and line ranges.

How do I start a step-by-step tour of the src/auth module?▼

You can start a step-by-step tour of the src/auth module by running the command `code-tour create .tours/auth-tour.tour src/auth` to generate the required `.tour` file for navigating the codebase.