원클릭으로
bifrost-code-reading
Read implementation details and source structure using Bifrost's get_summaries and get_symbol_sources tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read implementation details and source structure using Bifrost's get_summaries and get_symbol_sources tools.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use Bifrost MCP tools to search, navigate, read, summarize, and analyze code with analyzer-backed symbol and file context.
Discover symbols, structural code shapes, and files with Bifrost's search_symbols, query_code, find_filenames, list_files, scan_usages_by_location, and most_relevant_files tools, with shell grep for arbitrary text.
Discover symbols, structural code shapes, and files with Bifrost's search_symbols, query_code, find_filenames, list_files, scan_usages_by_location, and most_relevant_files tools, with shell grep for arbitrary text.
Find symbol definitions, references, call sites, and related files using Bifrost's search_symbols, get_symbol_locations, scan_usages_by_location, and most_relevant_files tools.
Find symbol definitions, references, call sites, and related files using Bifrost's search_symbols, get_symbol_locations, scan_usages_by_location, and most_relevant_files tools.
Harden a test suite with a risk-ranked adversarial audit, root-cause fixes, minimized regression tests, redundancy review, and complete validation. Use for adversarial test audits, test-suite hardening, regression hunting, or comprehensive test cleanup.
| name | bifrost-code-reading |
| description | Read implementation details and source structure using Bifrost's get_summaries and get_symbol_sources tools. |
Use these Bifrost MCP tools to read code at the right level of detail before opening larger files directly.
The default Bifrost agent plugin exposes structured analyzer tools, not raw file-content tools. For non-source files, build files, README files, generated code, or exact raw contents, use the host's built-in file-reading tools.
| Tool | Purpose |
|---|---|
get_summaries | Summarize matching source files, globs, classes, or modules with line ranges and compact declaration outlines when needed |
get_symbol_sources | Read exact source blocks for known symbols or flat top-level symbol outlines for file/glob inputs |
get_summaries when you need the API shape, neighboring types,
or file structure before choosing exact definitions to inspect.get_symbol_sources when you already know the symbol and need the body.
Fully qualified names from search_symbols are the least ambiguous inputs.get_symbol_sources for exact bodies.list_symbols in the default plugin install. It is an
internal helper used by Bifrost output budgeting and is not exposed by the
symbol|extended toolset.