Run ChunkHound QA script
qacommandsetup L1★1,300
chunkhound/chunkhound ↗What it does
Run structured QA tests on search tools
Best for
Verifying semantic and regex search implementations work correctly across all file types and languages without blocking or pagination bugs.
Inputs
- · existing file paths for semantic/regex search
- · new test files to add
- · language/file type specifications
Outputs
- · pass/fail status per test
- · indexing latency measurements
- · failure reproduction steps
Requires
- · semantic_search tool
- · regex_search tool
- · external MCP server
Preconditions
- · MCP server running
- · test files creatable in current directory
- · supported language parsers installed
Failure modes
- · embedding generation timeout (>3s wait)
- · language parser unsupported
- · pagination traversal incomplete
- · concurrent test blocking
Trust signals
- · explicit critical-stop-on-failure rule
- · latency measurement requirement
- · pagination validation against ripgrep
- · concurrent test coverage