tour

Guide developers through repository code with interactive step-by-step explanations.

6|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/rtfpessoa/code-factory --skill tour-rtfpessoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tour
Source: https://github.com/rtfpessoa/code-factory/tree/main/code/skills/tour
Command: npx skills add https://github.com/rtfpessoa/code-factory --skill tour-rtfpessoa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users understand complex codebases by providing guided, step-by-step walkthroughs of architecture, flows, and code structure.

Core Features & Use Cases

  • Interactive Tours: Step-by-step explanations with user confirmation between each stage.
  • Written Tours: Generates a complete Markdown document detailing the code.
  • PR Comment Tours: Creates collapsible tour sections for GitHub pull request comments.
  • Use Case: A new developer joins a project and needs to understand the authentication flow. They can ask the AI to "give me a tour of the authentication service," and the AI will walk them through the relevant code files and logic.

Quick Start

Use the tour skill to walk me through the 'user-authentication' service interactively.

Frequently Asked Questions about tour

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

FAQPage Schema
How do I walk through a complex codebase for developer onboarding?

Guided code walkthroughs provide step-by-step explanations of architecture, entry points, and core logic to accelerate developer onboarding. They detail dependencies, flows, and integration points within a repository.

Can I generate static documentation for codebase exploration?

Yes, you can generate written tours as complete Markdown documents detailing the code. This provides comprehensive static documentation of architecture, dependencies, and integration points for offline reference.

Does this code tour support interactive explanations of service architecture?

Interactive code tours support step-by-step explanations of service architecture with user confirmation between each stage. This allows developers to control the pace while comprehending entry points and core logic.

What is the best way to document code walkthroughs in GitHub pull requests?

Creating collapsible PR comment tours embeds code walkthrough sections directly into GitHub pull request comments. This documents architecture and flows contextually for reviewers without leaving the codebase.

How do I explain a specific service flow to new developers?

You can initiate a tour of a specific service flow to walk new developers through relevant code files and logic. The tour details architecture, entry points, dependencies, and integration points for comprehension.