code-tour

Generate CodeTour JSON artifacts with steps anchored to file paths and line ranges.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/nazrulsoftwaredev/NIT_CRM_2 --skill code-tour-nazrulsoftwaredev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-tour
Source: https://github.com/nazrulsoftwaredev/NIT_CRM_2/tree/main/.agents/skills/code-tour
Command: npx skills add https://github.com/nazrulsoftwaredev/NIT_CRM_2 --skill code-tour-nazrulsoftwaredev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of onboarding new engineers and explaining complex codebases by replacing static, outdated documentation with interactive, step-by-step guided tours that anchor directly to real files and lines of code.

Core Features & Use Cases

  • Interactive Walkthroughs: Generate CodeTour JSON files that guide users through specific logic paths, architecture, or PR changes.
  • Contextual Anchoring: Automatically link steps to precise file paths, line ranges, or code patterns to ensure the tour remains relevant.
  • Persona-Targeted Narratives: Tailor the depth and focus of the tour based on the reader, such as new joiners, security reviewers, or architects.

Quick Start

Use the code-tour skill to generate a guided onboarding tour for the authentication module by analyzing the src/auth directory.

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 walkthrough for onboarding new developers to a codebase?

Create a guided walkthrough by generating structured CodeTour JSON artifacts that anchor narrative steps to specific file paths and line ranges. This replaces static documentation with interactive, step-by-step codebase tours for new engineers.

What is the best way to document code changes for a PR review?

The best way to document code changes is by creating a codebase tour that anchors narrative steps to precise file paths and modified lines. This generates an interactive walkthrough tailored for PR reviewers examining specific logic paths.

Can I tailor a codebase tour for different reviewer personas like architects or security reviewers?

Yes, you can tailor codebase tours for different reviewer personas. The generated CodeTour JSON adjusts the depth and focus of the narrative based on the target reader, such as a security reviewer, architect, or new joiner.

How do I map narrative steps to specific code locations during an architecture walkthrough?

Map narrative steps to specific code locations by defining precise file paths and line ranges within the CodeTour JSON. This contextual anchoring ensures your architecture walkthrough remains accurate and directly linked to the real source files.

Does generating a CodeTour require specific dependencies or component installations?

Generating a CodeTour requires no external dependencies or component installations. The skill operates independently to produce structured JSON artifacts, provided you supply the precise file and line mappings for the target codebase.

Why does my codebase tour lose accuracy when navigating complex logic paths?

A codebase tour loses accuracy when narrative steps lack precise file and line mapping. To ensure the generated tour remains actionable and correct during RCA investigations or walkthroughs, anchor every step to exact code locations.