Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

inspect-evals-template

inspect-evals-template enthält 10 gesammelte Skills von Generality-Labs, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
10
Stars
4
aktualisiert
2026-04-29
Forks
9
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

prepare-submission-workflow
Softwareentwickler

Prepare an evaluation for PR submission — add dependencies, tests, linting, eval.yaml, and README. Use when user asks to prepare an eval for submission or finalize a PR. Trigger when the user asks you to run the "Prepare Evaluation For Submission" workflow.

2026-04-29
ensure-test-coverage
Softwarequalitätssicherungsanalysten und -tester

Ensure test coverage for a single evaluation - both reviewing existing tests and creating missing ones. Analyzes testable components, checks tests against repository conventions, reports coverage gaps, and creates or improves tests. Use when user asks to check/review/create/add/ensure tests for an eval. Use whenever you are asked to review an evaluation that contains tests, or whenever you need to write a suite of tests.

2026-04-27
review-pr-workflow
Softwarequalitätssicherungsanalysten und -tester

Automatically review a pull request against the agent-checkable standards in EVALUATION_CHECKLIST.md and BEST_PRACTICES.md. Produces a SUMMARY.md suitable for posting as a PR comment. Use when the user asks to run the "Review PR According to Agent-Checkable Standards" workflow, or to review a PR against template standards.

2026-04-27
check-trajectories-workflow
Datenwissenschaftler

Use Inspect Scout to analyze agent trajectories from evaluation log files. Runs default and custom scanners to detect external failures, formatting issues, reward hacking, and ethical refusals. Use when user asks to check/analyze agent trajectories. Trigger when the user asks you to run the "Check Agent Trajectories" workflow.

2026-04-27
create-eval
Softwareentwickler

Implement a new evaluation from an issue or paper. Guides through requirements gathering, architecture design, scaffolding, implementation, testing, and quality checks. Use when user asks to create/implement/build a new evaluation.

2026-04-27
eval-quality-workflow
Softwarequalitätssicherungsanalysten und -tester

Fix or review a single evaluation against all EVALUATION_CHECKLIST.md standards. Use "fix" mode to refactor an eval into compliance, or "review" mode to assess compliance without making changes. Use when user asks to fix, review, or check an evaluation's quality. Trigger when the user asks you to run the "Fix An Evaluation" or "Review An Evaluation" workflow. Do NOT use for reviewing ALL evals against a single code quality standard (use code-quality-review-all instead).

2026-04-27
eval-report-workflow
Softwareentwickler

Create an evaluation report for a README by selecting models, estimating costs, running evaluations, and formatting results tables. Use when user asks to make/create/generate an evaluation report. Trigger when the user asks you to run the "Make An Evaluation Report" workflow.

2026-04-27
eval-validity-review
Softwarequalitätssicherungsanalysten und -tester

Review a single evaluation's validity — whether its claims hold up, whether its name is accurate, whether samples can be both succeeded and failed at, and whether scoring measures ground truth. Use when user asks to check validity of an eval, or as part of the Master Checklist workflow. Do NOT use for code quality or test coverage (use eval-quality-workflow or ensure-test-coverage instead).

2026-04-27
investigate-dataset
Softwareentwickler

Investigate datasets from HuggingFace, CSV, or JSON files to understand their structure, fields, and data quality. Trigger whenever you need to explore or inspect a dataset yourself without using pre-written scripts.

2026-04-27
read-eval-logs
Softwareentwickler

View and analyse Inspect evaluation log files using the Python API. Trigger whenever you need to look at a .eval file yourself without using pre-written scripts.

2026-04-27