Agent skill
benchmark-models
Standardized compliance QRA benchmarks against candidate LLMs
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/benchmark-models
SKILL.md
benchmark-models
Run standardized compliance QRA tests against candidate LLMs to evaluate accuracy, latency, and cost before deploying to the inference pipeline.
Usage
Run a single-model benchmark
./run.sh run --model deepseek-v3 --suite compliance-basic
Runs 20 gold-set compliance QRA questions against the specified model via /scillm. Outputs a results table with TEST_CASE, EXPECTED, ACTUAL, MATCH, and LATENCY_MS columns, plus summary metrics (accuracy%, latency_p50, latency_p95, estimated_token_cost).
Compare multiple models
./run.sh compare --models "deepseek-v3,llama-3.1-70b" --suite compliance-basic
Runs the benchmark for each model and outputs a side-by-side comparison table.
View last report
./run.sh report
Reads the most recent benchmark results from ~/.embry/benchmark_results.json and renders a summary.
Dry run (no LLM calls)
./run.sh run --model deepseek-v3 --suite compliance-basic --dry-run
./run.sh compare --models "deepseek-v3,llama-3.1-70b" --dry-run
Outputs the full benchmark scaffold with 20 test cases and mock results. No LLM calls are made.
Suites
- compliance-basic: 20 gold-set QRA questions covering NIST 800-171, AS9100D, CMMC, ITAR, DFARS, DO-178C, MIL-STD, and cross-program compliance drift detection.
Output
Results are saved to ~/.embry/benchmark_results.json and printed to stdout. The report includes per-question accuracy and aggregate metrics for model selection decisions.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?