customaize-agent:test-skill

Automate RED-GREEN-REFACTOR validation cycles on SKILL.md documentation.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill customaize-agent-test-skill-luicabref97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customaize-agent:test-skill
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/customaize-agent-test-skill
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill customaize-agent-test-skill-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps verify and harden skill documentation by applying a RED-GREEN-REFACTOR testing cycle to ensure content resists rationalization.

Core Features & Use Cases

  • RED baseline testing captures agent failures without the skill.
  • GREEN implementation addresses observed baseline failures.
  • VERIFY GREEN & REFACTOR tighten rules, close loopholes, and maintain compliance.
  • Meta-testing validates clarity and resilience under pressure.

Quick Start

Run baseline RED tests without the skill, then iteratively implement and test the skill until all scenarios stay green.

Frequently Asked Questions about customaize-agent:test-skill

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

FAQPage Schema
How do I validate skill documentation using a TDD testing cycle?

You validate skill documentation by running automated RED baseline tests to capture agent failures, implementing GREEN corrective content, and refining rules to confirm resilience under simulated pressure.

What is the RED-GREEN-REFACTOR cycle for skill testing?

The RED-GREEN-REFACTOR cycle for skill testing is a validation process where RED captures baseline agent failures, GREEN implements corrective content, and REFACTOR tightens rules to close loopholes and maintain compliance.

Do I need a specific file format to run TDD-style validation on skill documentation?

Yes, TDD-style validation requires a SKILL.md file containing YAML frontmatter with name and description fields, and optionally supports scripts, references, and assets for extended testing scenarios.

How do I run baseline tests to verify skill documentation failures?

You run baseline RED tests by executing validation scenarios against the documentation without the skill applied, which captures agent failures and establishes a failure baseline for corrective implementation.

What's the best way to harden skill content against rationalization under pressure?

The best way to harden skill content is applying meta-testing through a REFACTOR phase that tightens rules, closes loopholes, and maintains compliance to verify clarity and resilience under simulated pressure.

Why does skill documentation fail validation without baseline testing?

Skill documentation fails validation because content resists rationalization poorly without baseline testing, allowing agents to bypass intended rules when simulated pressure exposes unstated assumptions and loopholes.