Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Subagent Testing

  • 105 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Pressure-test agent skills in fresh Claude conversations so effectiveness is measured without priming or cooperation bias.

About

Subagent Testing is an agent skill from the Claude Night Market lineage that teaches how to validate SKILL.md effectiveness using fresh Claude instances instead of the conversation where the skill was written. Solo skill authors often get false positives because the model is primed, cooperative, and aware of test intent; this skill documents why that invalidates results and how baseline RED-phase testing without the skill establishes honest behavior. It fits multi-phase journey placement: you build the skill in Build → agent-tooling, then run subagent tests in Ship → testing before trusting gates or publishing to a catalog. The prose is methodology-heavy—setup for new conversations, no skill active, realistic user prompts—rather than a script that executes tests automatically. Use it when hardening procedural skills that must resist time pressure and shortcutting. It pairs naturally with eval-oriented meta skills after you have a draft SKILL.md ready to stress-test.

  • Explains priming and cooperation bias when testing skills in the same conversation that authored them
  • Phase 1 baseline (RED): document natural Claude behavior without the skill loaded
  • Requires fresh subagent instances with no meta-knowledge that a test is underway
  • Pressure-test framing for real shortcuts versus demonstrated compliance
  • Methodology module aligned with skill-creator-style empirical validation

Subagent Testing by the numbers

  • 105 all-time installs (skills.sh)
  • Ranked #259 of 782 Skill Development skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill subagent-testing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs105
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Pressure-test agent skills in fresh Claude conversations so effectiveness is measured without priming or cooperation bias.

Files

SKILL.mdMarkdownGitHub ↗

Subagent Testing - TDD for Skills

Test skills with fresh subagent instances to prevent priming bias and validate effectiveness.

Table of Contents

1. Overview 2. Why Fresh Instances Matter 3. Testing Methodology 4. Quick Start 5. Detailed Testing Guide 6. Success Criteria

Overview

Fresh instances prevent priming: Each test uses a new Claude conversation to verify the skill's impact is measured, not conversation history effects.

Why Fresh Instances Matter

The Priming Problem

Running tests in the same conversation creates bias:

  • Prior context influences responses
  • Skill effects get mixed with conversation history
  • Can't isolate skill's true impact

Fresh Instance Benefits

  • Isolation: Each test starts clean
  • Reproducibility: Consistent baseline state
  • Measurement: Clear before/after comparison
  • Validation: Proves skill effectiveness, not priming

Testing Methodology

Three-phase TDD-style approach:

Phase 1: Baseline Testing (RED)

Test without skill to establish baseline behavior.

Phase 2: With-Skill Testing (GREEN)

Test with skill loaded to measure improvements.

Phase 3: Rationalization Testing (REFACTOR)

Test skill's anti-rationalization guardrails.

Quick Start

# 1. Create baseline tests (without skill)
# Use 5 diverse scenarios
# Document full responses

# 2. Create with-skill tests (fresh instances)
# Load skill explicitly
# Use identical prompts
# Compare to baseline

# 3. Create rationalization tests
# Test anti-rationalization patterns
# Verify guardrails work

Detailed Testing Guide

For complete testing patterns, examples, and templates:

  • [Testing Patterns](modules/testing-patterns.md) - Full TDD methodology
  • [Test Examples](modules/testing-patterns.md) - Baseline, with-skill, rationalization tests
  • [Analysis Templates](modules/testing-patterns.md) - Scoring and comparison frameworks

Success Criteria

  • Baseline: Document 5+ diverse baseline scenarios
  • Improvement: ≥50% improvement in skill-related metrics
  • Consistency: Results reproducible across fresh instances
  • Rationalization Defense: Guardrails prevent ≥80% of rationalization attempts

See Also

  • skill-authoring: Creating effective skills
  • bulletproof-skill: Anti-rationalization patterns
  • test-skill: Automated skill testing command

Related skills

FAQ

Is Subagent Testing safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.