con un clic
explore-codebase
Navigate and understand codebase structure using the knowledge graph
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Navigate and understand codebase structure using the knowledge graph
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Analyze spreadsheet data intelligently - understand structure, choose right analysis tool (SQL/pivot/chart), apply formatting, present insights.
Create charts and visualizations in Google Sheets — detect data structure, select chart type, format for clarity, present insights
Generate an editable Microsoft Word (.docx) document — reports, letters, memos, structured docs. Use when the user wants a Word file. Built with docx-js (Node) for high fidelity.
Generate a polished, printable PDF — reports, letters, invoices, resumes, one-pagers. Use when the user wants a PDF document. Typst is the primary engine; LaTeX (tectonic) is the fallback for niche packages or specific academic/journal templates.
Generate a PowerPoint (.pptx) slide deck — pitch decks, reviews, summaries. Use when the user wants slides. Built with pptxgenjs (Node) for native, editable slides and charts.
Generate an Excel (.xlsx) workbook or a CSV file — tables, financial models, data exports, formatted reports with charts. Use when the user wants a spreadsheet or CSV. Built with openpyxl + pandas (Python).
| name | Explore Codebase |
| description | Navigate and understand codebase structure using the knowledge graph |
Use the code-review-graph MCP tools to explore and understand the codebase.
list_graph_stats to see overall codebase metrics.get_architecture_overview for high-level community structure.list_communities to find major modules, then get_community for details.semantic_search_nodes to find specific functions or classes.query_graph with patterns like callers_of, callees_of, imports_of to trace relationships.list_flows and get_flow to understand execution paths.children_of on a file to see all its functions and classes.find_large_functions to identify complex code.