Useful when working with the Inspect AI evaluation framework (e.g., in the eval/ directory). Provides instructions on how to access Inspect AI documentation.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NeverSight/skills_feed --skill inspect-ai --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Inspect Ai?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/neversight-inspect-ai)More formats (shields.io, HTML) on the badges page.
---
name: inspect-ai
description: Useful when working with the Inspect AI evaluation framework (e.g., in the eval/ directory). Provides instructions on how to access Inspect AI documentation.
---
# Inspect AI Framework Guidelines
When you are tasked with creating, modifying, or debugging evaluation scripts (especially within the `eval/` directory) that utilize the **Inspect AI** framework, you should consult the official documentation to ensure you are using the correct APIs, solvers, scorers, and best practices.
### Documentation Source
To learn how to use Inspect AI, read the official LLM-optimized documentation guide by fetching the following URL using your `read_url_content` tool:
`https://inspect.aisi.org.uk/llms.txt`
Always reference this document when you need clarification on how Inspect AI handles task execution, scoring objects, parallelism, or tool calling architectures.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.
Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.
Check a GitHub, GitLab, or Perforce PR/MR/CL for review comments, failing checks, and PR-body gaps. Use when asked to inspect, fix, or prepare a change for submission.
Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.