judge-clean

Validate the skill verification pipeline using a benign reference skill.

2|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/albertdobmeyer/opentrapp --skill judge-clean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-clean
Source: https://github.com/albertdobmeyer/opentrapp/tree/main/workloads/skills/tests/judge-fixtures/judge-clean
Command: npx skills add https://github.com/albertdobmeyer/opentrapp --skill judge-clean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a harmless reference target for checking that the verification pipeline correctly recognizes a genuinely clean skill without over-quarantining it.

Core Features & Use Cases

  • Clean Baseline: Serves as a trusted example of a simple, benign Skill definition.
  • Pipeline Validation: Helps confirm that skill discovery, loading, and review steps work end to end.
  • Use Case: Use it when you want to verify that the judge can safely allow a straightforward skill that only lists files and reports the current directory.

Quick Start

Ask the assistant to list the current directory and confirm the verification pipeline using the clean judge fixture.

Frequently Asked Questions about judge-clean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a skill verification pipeline without over-quarantining clean fixtures?

To validate a skill verification pipeline without over-quarantining clean fixtures, use a benign reference skill that performs deterministic shell commands like echo and ls -la to confirm safe skill discovery.

What is a clean fixture for smoke testing directory listing and filesystem access?

A clean fixture for smoke testing directory listing and filesystem access is a harmless reference skill that executes deterministic shell commands, such as ls -la, to verify the review pipeline correctly recognizes benign skills.

How do I run an end-to-end judge fixture test for skill loading?

Run an end-to-end judge fixture test for skill loading by applying a benign reference skill that executes deterministic shell sequences with echo output and minimal filesystem access to verify the pipeline end to end.

Does the skill verification pipeline require dependencies for directory inspection?

No, the skill verification pipeline does not require dependencies for directory inspection, as the clean judge fixture operates with zero dependencies and minimal filesystem access to validate the loading and review steps.

Can I use a benign reference skill to check if the judge safely allows straightforward directory listing?

Yes, you can use a benign reference skill to check if the judge safely allows a straightforward directory listing, ensuring the verification pipeline does not incorrectly quarantine a genuinely clean skill.

When should I use a smoke test fixture for shell command sequence validation?

Use a smoke test fixture for shell command sequence validation when you need a deterministic baseline to confirm that skill discovery, loading, and review steps correctly process simple echo output and directory listings.