adv-tron

Map codebase structure and identify high-risk hotspots with read-only analysis.

4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Sharper-Flow/Advance --skill adv-tron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adv-tron
Source: https://github.com/Sharper-Flow/Advance/tree/main/skills/adv-tron
Command: npx skills add https://github.com/Sharper-Flow/Advance --skill adv-tron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of blind navigation and scope drift by providing a structured, read-only investigation of codebase architecture, hotspots, and potential risks without modifying any files.

Core Features & Use Cases

  • Structural Mapping: Automatically identifies top-level architecture, recurring patterns, and directory layouts.
  • Hotspot & Risk Analysis: Pinpoints files with high complexity, deep nesting, or missing test coverage to prioritize engineering efforts.
  • Use Case: Before starting a major refactor, use this skill to map out all dependencies and potential architectural risks associated with the target module to ensure a safe implementation.

Quick Start

Use the adv-tron skill to perform a scoped investigation of the authentication module to identify structural hotspots and potential risks.

Frequently Asked Questions about adv-tron

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

FAQPage Schema
How do I identify high-risk hotspots and technical debt before refactoring a codebase?▼

Codebase reconnaissance identifies structural patterns and high-risk hotspots by analyzing complexity, nesting, and missing test coverage. This read-only investigation surfaces technical debt to prioritize engineering efforts safely.

What is architectural analysis and how does it help with pre-refactoring investigation?▼

Architectural analysis automatically maps top-level architecture, recurring patterns, and directory layouts. It provides structured dependency investigation to prevent scope drift during refactoring.

Does codebase reconnaissance modify my source files during risk assessment?▼

Codebase reconnaissance performs strictly read-only investigation of architecture and hotspots without modifying any files. It synthesizes findings into a structured report, leaving source code untouched.

Can I use local file system read tools for codebase analysis and hotspot detection?▼

Codebase analysis requires integration with local file system read tools and lgrep to synthesize findings. This combination scans directory structures and maps structural patterns into a structured report.

What are the limitations of read-only codebase reconnaissance for risk mapping?▼

Read-only codebase reconnaissance is limited to structural mapping and risk identification; it does not modify files or resolve technical debt. It surfaces hotspots but requires separate implementation efforts to execute refactoring.