classify-analysis-target

Classify codebase type using file structure and language heuristics.

1|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/quangphu1912/codebase-analyzer --skill classify-analysis-target
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classify-analysis-target
Source: https://github.com/quangphu1912/codebase-analyzer/tree/main/skills/classify-analysis-target
Command: npx skills add https://github.com/quangphu1912/codebase-analyzer --skill classify-analysis-target

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the issue of performing arbitrary analysis on a codebase without first classifying its type, leading to inefficiencies and inaccurate assessments.

Core Features & Use Cases

  • Automatic Codebase Classification: Classify a codebase's structure and type automatically to determine the best approach for analysis.
  • Prevents Misclassification: Prevents the misallocation of resources and inaccuracy by first establishing a correct codebase classification.
  • Use Case: Before starting an analysis, run this skill to automatically classify a codebase as a web app, mobile app, infrastructure as code, or other, to choose the right set of analysis tools.

Quick Start

To start the analysis process, use the classify-analysis-target skill.

Frequently Asked Questions about classify-analysis-target

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

FAQPage Schema
How do I automatically classify codebase type before running analysis?

You can automatically classify codebase type by applying heuristic analysis to detect common file structures and programming languages, identifying the target type before allocating analysis resources.

Why does codebase analysis return inaccurate results without initial classification?

Codebase analysis returns inaccurate results without initial classification because arbitrary analysis misallocates resources and fails to determine feasible analysis paths for the specific target type.

What is the best way to detect file structure and programming language for a web app?

The best way to detect file structure and programming language for a web app is to run initial heuristic analysis that determines the codebase type and selects appropriate analysis tools.

Can I use heuristic analysis to identify infrastructure as code codebases?

Yes, you can use heuristic analysis to identify infrastructure as code codebases by detecting their common file structures and programming languages during the initial code analysis phase.

Does codebase classification prevent resource misallocation for mobile app analysis?

Codebase classification prevents resource misallocation for mobile app analysis by establishing the correct target type first, ensuring you choose the right set of analysis tools before executing deeper inspections.