codebase-scout

Analyze Unity project structure, tech stack, and test coverage.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fuxiang123/unity-harness --skill codebase-scout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-scout
Source: https://github.com/fuxiang123/unity-harness/tree/main/assets/github/skills/codebase-scout
Command: npx skills add https://github.com/fuxiang123/unity-harness --skill codebase-scout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes an existing Unity project to reveal structure, tech stack, module boundaries, and test coverage to support planning, refactoring, and onboarding.

Core Features & Use Cases

  • Directory and file discovery to map modules, dependencies, and architecture.
  • Tech-stack identification and architecture spotting to guide design decisions.
  • Output a concise project overview with recommended next steps for development teams.

Quick Start

Run the codebase-scout skill on your Unity project root to generate a project overview and actionable insights.

Frequently Asked Questions about codebase-scout

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

FAQPage Schema
How do I analyze an existing Unity project structure for refactor planning?

To analyze an existing Unity project structure for refactor planning, run a directory and file discovery scan to map modules, dependencies, and architecture, generating a concise overview with actionable next steps.

What is the best way to identify the tech stack and third-party packages in a Unity codebase?

Identifying the tech stack and third-party packages in a Unity codebase involves scanning the directory structure to detect Unity components and packages, outputting a summarized overview to guide design decisions.

Can I assess test coverage and audit module boundaries in a Unity project automatically?

Yes, you can assess test coverage and audit module boundaries in a Unity project automatically by running a codebase analysis that evaluates existing tests and maps module dependencies to reveal architectural boundaries.

How do I generate an onboarding overview for new developers joining a Unity project?

To generate an onboarding overview for new developers joining a Unity project, scan the project root to map the directory structure, detect components, and output a summarized project state with recommended next steps.

Does codebase-scout work without external dependencies for Unity architecture spotting?

Yes, codebase-scout requires no external dependencies to perform Unity architecture spotting, directly analyzing the project files and directory structure to identify the tech stack and module boundaries.

What are the limitations of automated codebase analysis for Unity feature expansion?

Automated codebase analysis for Unity feature expansion is limited to mapping directory structure, detecting components, assessing test coverage, and generating summaries, requiring human interpretation for final design decisions.