Test Skill
This skill provides test functionality for validation testing.
Prerequisites
Before using this skill:
- Ensure
basic-skillhas been invoked - Verify
external-toolis installed
When to Use
Use this skill when:
- Testing skill parsing logic
- Validating frontmatter extraction
- Integration testing plugin loading
Instructions
Phase 1: Setup
Prepare the test environment:
- Create necessary test files
- Configure test parameters
Phase 2: Execute
Run the test operation:
- Invoke the required tools
- Validate results
Phase 3: Cleanup
Clean up after testing:
- Remove temporary files
- Reset state
Example
User: "Run the test skill"
Skill invokes Task tool with:
- subagent_type: "test-agent"
- description: "Execute test operation"
- prompt: "Perform test validation"
Success Criteria
The skill succeeds when:
- All test operations complete
- No validation errors occur
- Results match expected output
Test Skill v1.0.0