inspect_evals
Build, test, and audit AI model evaluations with automated workflows
All Skills in This Repository (17)
Pure Emerald Level Indicatorsread-eval-logs
List, dump, convert, and view Inspect evaluation logs via Python APIs and CLI.
code-quality-review-all
Audit evaluations under src/inspect_evals and generate results.json and SUMMARY.md.
investigate-dataset
Inspect HuggingFace, CSV, and JSON datasets for schema and quality.
code-quality-fix-all
Plan, validate, and apply code quality fixes from results.json on a dedicated branch.
eval-report-workflow
Generates reproducible LLM evaluation reports with model selection, cost estimation, and results tables.
generate-asset-actions
Classify external assets into priority tiers and generate asset-actions.yaml from ASSETS.yaml.
check-trajectories-workflow
Analyzes agent trajectories from evaluation logs using Inspect Scout scanners.
build-repo-context
Distills GitHub PRs, issues, and review comments into a repository knowledge base.
ensure-test-coverage
Review and create pytest test coverage for Inspect AI evaluations.
eval-quality-workflow
Fix or review a single Inspect AI evaluation against EVALUATION_CHECKLIST.md standards.
eval-validity-review
Review an Inspect AI evaluation's claims, naming, dataset, and scoring validity.
ci-maintenance-workflow
Diagnose and fix failing CI tests, smoke tests, and slow test markers in GitHub Actions workflows.
Frequently Asked Questions
FAQPage SchemaHow to install inspect_evals?โผ
Run `npx skills add UKGovernmentBEIS/inspect_evals --all -g -y` in your terminal to install all workflow skills in this suite globally.
What does inspect_evals do?โผ
It is a registry of community-contributed LLM evaluations for the Inspect AI framework, plus agent skills that automate reviewing, fixing, testing, and reporting on those evaluations.
How to check if an AI evaluation is safe to run?โผ
Use the security-audit-eval skill, which inspects the eval's code, sandbox setup, and external downloads, then produces a report with a clear safe or unsafe verdict.
Can AI agents fix failing evaluation tests automatically?โผ
Yes. The ci-maintenance-workflow skill diagnoses failing tests or smoke tests from a CI link, applies a verified fix, and opens a draft pull request with full validation notes.
Does inspect_evals work with Claude Code?โผ
Yes. The AGENTS.md and CLAUDE.md files give Claude Code and compatible agents the exact commands, permissions, and workflow routing needed to work autonomously in this repository.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core