testing-trigger
Natural language wrapper for testing commands - automatically triggers /testing:run when users request test execution
$ Installer
git clone https://github.com/grandinh/claude-chaos-express /tmp/claude-chaos-express && cp -r /tmp/claude-chaos-express/.claude/skills/testing-trigger ~/.claude/skills/claude-chaos-express// tip: Run this command in your terminal to install the skill
SKILL.md
name: testing-trigger description: Natural language wrapper for testing commands - automatically triggers /testing:run when users request test execution schema_version: 1.0
testing-trigger
Type: ANALYSIS-ONLY DAIC Modes: DISCUSS, ALIGN, IMPLEMENT, CHECK (all modes) Priority: Medium
Trigger Reference
This skill activates on:
- Keywords: "run tests", "test this", "execute tests", "run test suite", "test code", "test file", "run unit tests", "run integration tests", "test everything"
- Intent Patterns:
(run|execute|perform).*?test,test.*(this|code|file|suite),(unit|integration|e2e).*?test
From: skill-rules.json - testing-trigger configuration
Purpose
Automatically trigger testing commands (/testing:run) when users request test execution using natural language.
Core Behavior
In any DAIC mode:
-
Test Intent Detection
- Detect test execution requests
- Route to testing command with context
-
Command Invocation
- "run tests" →
/testing:run - Extract test scope from context if specified
- "run tests" →
Natural Language Examples
Triggers this skill:
- ✓ "Run tests"
- ✓ "Test this code"
- ✓ "Execute test suite"
- ✓ "Run unit tests"
Safety Guardrails
ANALYSIS-ONLY RULES:
- ✓ NEVER call write tools
- ✓ Only invokes testing commands (read-only)
- ✓ Safe to run in any DAIC mode
Repository

grandinh
Author
grandinh/claude-chaos-express/.claude/skills/testing-trigger
1
Stars
0
Forks
Updated4d ago
Added1w ago