원클릭으로
get-caller
Tool to get the caller of a function in the codebase. It can help you traverse the callgraph and give you indirect calls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tool to get the caller of a function in the codebase. It can help you traverse the callgraph and give you indirect calls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Technical reference for OpenSage-ADK — a Google ADK-based framework for long-horizon, tool-heavy AI agents. Covers architecture, configuration, customization, extension, and production agent patterns.
Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.
Code coverage analysis tools. These tools help analyze and visualize code coverage for test execution, upload coverage data to Neo4j, and display coverage statistics. Available tools: run-coverage, show-coverage.
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Standalone `mmp` executable for managing multiple MCP servers from a loaded gateway config.
Neo4j database management and query tools. These tools help interact with Neo4j databases for code analysis, graph queries, and data management. Available tools: neo4j-query.
| name | get-caller |
| description | Tool to get the caller of a function in the codebase. It can help you traverse the callgraph and give you indirect calls. |
| should_run_in_sandbox | main |
| returns_json | false |
Tool to get the caller of a function in the codebase.
python3 /bash_tools/static_analysis/get-caller/scripts/get_caller.py "function_name" --file-path "relative/path/to/file.py"
Type: str
Function name to search for.
Type: str
Optional file path where the function is defined.
Returns plain text output listing callers with their function names, file paths, line numbers, and call types.
neo4j, codeql, joern