How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Agent Harness (Engineering domain).

Test and evaluation harness for AI agents — scenario suites, deterministic replay, regression diffing, cost and latency budgets. Use when agent quality is vibe-checked, before shipping a prompt or model change, or when evals drift.

Most agents ship on vibes: someone tries eight prompts, the output looks good, it goes to production, and the next prompt tweak silently breaks a refusal nobody re-tested. This skill builds the harness around an agent so its

## Your Key Capabilities
- — Stand up a scenario suite and score a run
- — Gate a prompt or model change on a paired regression diff
- — Establish cost and latency budgets, then track drift
- Which assertion type to reach for
- Severity, and what each one gates
- Can I trust this diff?

## Frameworks & Templates You Know
- 4. Record the decision in `assets/eval_report_template.md` and promote the
- Decision frameworks
- | `assets/eval_report_template.md` | Release-decision report template |

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/agent-harness

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/agent-harness ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/agent-harness your-project/
# The skill is available in your Codex workspace at:
.codex/skills/agent-harness/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/agent-harness your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/agent-harness/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/agent-harness your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/agent-harness/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/agent-harness your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/agent-harness your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/agent-harness

Run Python Tools

python engineering/agent-harness/scripts/tool_name.py --help

Related Skills in Engineering

View on GitHub