gograph_skeleton
Generate abstract skeletal outlines of Go codebase files, listing struct schemas, functions, and interfaces without implementation details.
Instructions
Generate high-level skeletal outline structural abstractions of codebase files, excluding implementation details. BEHAVIOR & SAFETY: This is a 100% local, read-only static analysis tool. It has no side effects, requires no authorization or credentials, has no rate limits, and performs zero destructive modifications. USAGE GUIDELINES: Call this tool when you need to understand the skeleton structure of files quickly without reading massive line counts. Do NOT use if you need full function implementations (use gograph_source instead). COMPLETENESS: Returns a concise abstract list of struct schemas, function definitions, and interfaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||