What problem does it solve?
It removes guesswork when you need to quickly understand an unfamiliar codebase, including how it’s organized, what technologies it uses, and what might be missing or incomplete.
Core Features & Use Cases
- Tech stack & dependencies mapping: Identifies runtime and development libraries, language/framework versions, CSS approach, and data-layer tooling from config/manifest files.
- Architecture and structure breakdown: Explains folder purposes, common architectural patterns, entry points, and environment/config essentials.
- End-to-end feature and data-flow analysis: Traces how data moves from user actions through APIs/hooks to UI, including authentication/authorization and caching behavior.
- Gaps and incomplete work detection: Surfaces TODO/FIXME-style markers, stubs, missing tests, placeholder routes, and likely security or configurability issues.
Quick Start
Use the codebase-analysis skill to produce a structured report of the task-hub-webapp repository’s tech stack, architecture, data flow, features, and gaps.