generate_skeleton_view
Generate a concise skeleton view of a source file by stripping function and method bodies, preserving declarations and JSDoc comments with line numbers.
Instructions
Generates a token-optimized representation of a source file by stripping function and method bodies, keeping only JSDocs and declarations with line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the target source file | |
| project_root | Yes | Absolute path to the TypeScript project root (must contain tsconfig.json) | |
| include_jsdoc | No | Whether to preserve JSDoc annotations | |
| include_private_members | No | Whether to list private/internal symbols |