skill-testing

Establishes pressure tests for LLM skill compliance with PASS/FAIL grading and automated grading scripts.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill skill-testing-vinhnxv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-testing
Source: https://github.com/vinhnxv/rune-plugin/tree/main/plugins/rune/skills/skill-testing
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill skill-testing-vinhnxv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured testing framework to document and harden agent behavior under pressure, ensuring rules are followed and preventing bypasses.

Core Features & Use Cases

  • TDD-based cycle for skills: RED phase to observe failures, GREEN phase to implement, REFACTOR for new rationalizations.
  • Rationalization tables and red flags to guide consistent testing across Ashes, rune-smith, and mend-fixer.
  • Meta-testing and references to practical pressure scenarios to validate skill reliability.

Quick Start

Simulate a failing pressure scenario, then load the skill to validate agent compliance under rules.

Frequently Asked Questions about skill-testing

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

FAQPage Schema
How do I pressure-test AI agent compliance to prevent rule bypasses?

To pressure-test agent compliance, you simulate failing pressure scenarios and load a testing framework to validate rule adherence. This structured workflow hardens agent behavior under pressure, ensuring rules are followed and preventing rationalizations or bypasses.

What is a rationalization table in TDD-driven agent testing?

A rationalization table in TDD-driven agent testing catalogs red flags and logical bypasses an agent uses to avoid rules. It guides consistent testing across multi-agent scenarios by mapping these rationalizations for detection during the REFACTOR phase.

How do I apply RED GREEN REFACTOR cycles to verify multi-agent behavior?

You apply RED GREEN REFACTOR cycles by observing failures in the RED phase, implementing fixes in the GREEN phase, and refactoring for new rationalizations. This cycle verifies multi-agent behavior and ensures reproducible test artifacts for compliance validation.

Can I use skill-testing frameworks for end-to-end harness planning?

Yes, you can use skill-testing frameworks for end-to-end harness planning. The framework includes meta-testing and references to practical pressure scenarios, integrating with an E2E harness to validate skill reliability and document agent compliance explicitly.

What is the best way to detect agent rationalizations under pressure?

The best way to detect agent rationalizations under pressure is using a structured testing workflow with rationalization tables and red flags. This approach requires explicit documentation and mandatory checks to validate skill effectiveness and catch rule bypasses.