ワンクリックで
find-testcases-covering-function
Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.
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.
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.
Static code analysis tools using Joern and Neo4j. These tools perform advanced code analysis including control flow analysis, data flow analysis, call graph traversal, and program slicing. Available tools: joern-query, joern-slice, search-function, get-caller, get-callee, get-call-paths-to-function.
| name | find_testcases_covering_function |
| description | Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j. |
| should_run_in_sandbox | main |
| returns_json | true |
Find testcase IDs that cover a given function.
python3 /bash_tools/coverage/find-testcases-covering-function/scripts/find_testcases_covering_function.py "FUNCTION_NAME" \
--file_path "/absolute/path/to/file" \
--database "analysis"
neo4j, main
Type: str
Function name to query.
Type: str
Optional file path to disambiguate results.
{
"testcase_ids": ["<id1>", "<id2>"]
}
Returns JSON with testcase_ids (may be empty).