test-skill

Analyze code files and project structure to generate a Code Analysis Report.

1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/d-oit/command-verify --skill test-skill-d-oit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/d-oit/command-verify/tree/main/.claude/skills/test-skill
Command: npx skills add https://github.com/d-oit/command-verify --skill test-skill-d-oit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solves? This Skill provides a rapid, high-level overview of a project's file structure and statistics, eliminating the need for manual file counting or directory listing. It's perfect for quickly grasping the scope of a new codebase or getting a summary of your current project, saving you time and mental effort.

Core Features & Use Cases

  • File Counting: Automatically counts code and markdown files by type (e.g., JavaScript, Python, Markdown).
  • Structure Analysis: Lists top-level directories (excluding common noise like node_modules) and identifies key configuration files.
  • Summary Report: Generates a clear, structured report of project statistics, making complex project structures easy to digest.
  • Use Case: When you join a new project or need a quick refresher on an existing one, simply ask this Skill to "analyze the code structure" to get an instant summary of file types, counts, and main directories, helping you onboard faster and understand the codebase at a glance.

Quick Start

Analyze the code structure and provide project statistics.

Frequently Asked Questions about test-skill

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

FAQPage Schema
How do I quickly analyze a project's file structure and get code statistics?

Code structure analysis automatically counts files by extension, lists top-level directories while excluding common noise like node_modules and .git, and detects configuration files. Run the analysis to receive a structured report with file counts, directory overview, and detected configs in seconds.

Can I use file counting and structure analysis on multi-language codebases?

Yes, file counting and structure analysis work across multi-language projects. The Skill counts code files by extension regardless of language and identifies directory structure and configuration files, making it suitable for polyglot codebases.

What directories and files does the analysis exclude or include?

Structure analysis excludes node_modules, .git, dist, and build directories from the listing while including top-level directories and configuration files. The report shows total code files by extension, Markdown files, included directories, and detected configuration files.

How do I onboard faster when joining a new project?

Request a code structure analysis to instantly view project statistics including file type counts, top-level directory layout, and configuration files. This rapid overview eliminates manual exploration and accelerates understanding of the codebase scope and organization.

What happens when I run the code structure analysis?

The analysis performs read-only scanning using glob-based file discovery to generate a structured Code Analysis Report. Output includes total code files by extension, total Markdown files, top-level directories, detected configuration files, and a verification marker confirming completion.