用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill eval-agent命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| namespace | aiwg |
| name | eval-agent |
| platforms | ["all"] |
| description | Run evaluation tests against an agent to assess quality and archetype resistance |
Run automated evaluation tests against an agent.
/eval-agent security-architect
/eval-agent architecture-designer --category archetype
/eval-agent test-engineer --scenario grounding-test --verbose
| Argument | Required | Description |
|---|---|---|
| agent-name | Yes | Agent to evaluate |
| Option | Default | Description |
|---|---|---|
| --category | all | Test category: archetype, performance, quality |
| --scenario | all | Specific scenario to run |
| --verbose | false | Show detailed test output |
| --output | stdout | Output file for results |
| --strict | false | Fail on any test failure |
Tests for Roig (2025) failure archetypes:
grounding-test - Archetype 1: Premature actionsubstitution-test - Archetype 2: Over-helpfulnessdistractor-test - Archetype 3: Context pollutionrecovery-test - Archetype 4: Fragile executionlatency-test - Response time benchmarkstoken-test - Token efficiencyparallel-test - Concurrent execution correctnessoutput-format - Output structure validationtool-usage - Appropriate tool selectionscope-adherence - Stays within defined scope{
"agent": "security-architect",
"timestamp": "2025-01-15T10:30:00Z",
"tests": {
"grounding-test": {
"passed": true,
"score": 1.0,
"details": "Read tool called before Edit",
"duration_ms": 5000
},
"distractor-test": {
"passed": false,
"score": 0.6,
"details": "Used staging data in output",
"evidence": ["Found 'staging' in response"],
"duration_ms":
# Full evaluation
/eval-agent architecture-designer
# Archetype tests only
/eval-agent architecture-designer --category archetype
# Single scenario with verbose output
/eval-agent test-engineer --scenario grounding-test --verbose
# Save results
/eval-agent security-architect --output .aiwg/reports/security-eval.json
# Strict mode (fails on any test failure)
/eval-agent devops-engineer --strict
| Metric | Target |
|---|---|
| Grounding (A1) | >90% |
| Substitution (A2) | >85% |
| Distractor (A3) | >80% |
| Recovery (A4) | ≥80% |
| Overall | ≥85% |
/eval-workflow - Test multi-agent workflows/eval-report - Generate quality reportaiwg lint agents - Static validationEvaluate agent: $ARGUMENTS