One-click install
npx skills add https://github.com/GmwEnterprise/route-spec --skill route-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: route-lookup
Source: https://github.com/GmwEnterprise/route-spec/tree/main/skills/route-lookup
Command: npx skills add https://github.com/GmwEnterprise/route-spec --skill route-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the time wasted searching through entire codebases to find relevant files for feature development, bug fixes, or code analysis, by using a pre-defined feature route map for fast, accurate file location.

Core Features & Use Cases

  • Priority Route Map Lookup: Uses pre-mapped feature-to-file relationships instead of full repository scans to jump directly to the correct entry points, core code, and test files.
  • Task-Aware Routing: Automatically classifies tasks as analysis, execution, or bug-fix, and routes to the appropriate downstream skills (such as route-debug for bug root cause analysis, or design for large-scale changes) to avoid incorrect workflows.
  • Coverage-Aware Scanning: Only performs targeted code scans when the route map is outdated, missing, or has insufficient coverage, and tracks when the route map needs to be updated post-task. Use case: When a developer reports a test failure for the user authentication feature, this skill instantly locates the auth module's entry files, core implementation, and related test files, then routes to the route-debug skill for root cause analysis instead of allowing premature fix attempts.

Quick Start

Ask the AI to use the route-lookup skill to find all priority files for the payment processing bug fix and provide the recommended next workflow step.

Frequently Asked Questions about route-lookup

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

FAQPage Schema
How do I find the right code files for a specific feature development task?

A feature route map lookup locates exact entry points, core implementation, and test files for a bug fix by prioritizing pre-mapped feature locations instead of scanning the full repository.

How does task-aware routing work for code analysis and bug fixes?

Task-aware routing classifies development tasks as analysis, execution, or bug-fix, then routes them to appropriate downstream skills like route-debug to ensure correct workflows and prevent premature fix attempts.

When do I need to perform targeted code scans during repository navigation?

Targeted code scans are needed during repository navigation only when the feature route map is outdated, missing, or has insufficient coverage for the specific development task.

Can I use this code lookup approach for test failure analysis?

Yes, you can use this code lookup approach for test failure analysis to instantly locate a module's entry files, core implementation, and related test files before routing to root cause analysis.

What is the best way to locate implementation files across engineering projects?

The best way to locate implementation files across engineering projects is leveraging pre-mapped feature-to-file relationships to jump directly to correct code locations, avoiding inefficient full-repository searches.