test-skill
A test skill for validation testing. Use when testing skill parsing and validation logic.
Best use case
test-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A test skill for validation testing. Use when testing skill parsing and validation logic.
Teams using test-skill should expect a more consistent output, faster repeated execution, less prompt rewriting, better workflow continuity with your supporting tools.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
- You already have the supporting tools or dependencies needed by this skill.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/test-skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How test-skill Compares
| Feature / Agent | test-skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A test skill for validation testing. Use when testing skill parsing and validation logic.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# Test Skill This skill provides test functionality for validation testing. ## Prerequisites Before using this skill: 1. Ensure `basic-skill` has been invoked 2. Verify `external-tool` is 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: 1. Create necessary test files 2. Configure test parameters ### Phase 2: Execute Run the test operation: 1. Invoke the required tools 2. Validate results ### Phase 3: Cleanup Clean up after testing: 1. Remove temporary files 2. Reset state ## Example ```markdown 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**
Related Skills
ab-testing-patterns
A/B testing methodology for cold email optimization
test-coverage
On-demand test coverage analysis. Use when identifying untested code, finding test gaps, measuring coverage metrics, or improving test quality. Trigger keywords - "test coverage", "coverage report", "untested code", "test gaps", "missing tests", "coverage metrics".
testing-frontend
Use when writing component tests, testing user interactions, mocking APIs, or setting up Vitest/React Testing Library/Vue Test Utils for frontend applications.
test-driven-development
Use when writing production code. Enforces RED-GREEN-REFACTOR cycle: write failing test, make it pass, improve design. Prevents test-after development and ensures verified behavior.
testing-strategies
Use when writing tests, setting up test frameworks, implementing mocking strategies, or establishing testing best practices (unit, integration, E2E) across any technology stack.
tester-detective
⚡ Test analysis skill. Best for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases'. Uses claudemem AST with callers analysis for efficient test discovery.
bad-skill
This skill has invalid YAML in frontmatter
release
Plugin release process for MAG Claude Plugins marketplace. Covers version bumping, marketplace.json updates, git tagging, and common mistakes. Use when releasing new plugin versions or troubleshooting update issues.
openrouter-trending-models
Fetch trending programming models from OpenRouter rankings. Use when selecting models for multi-model review, updating model recommendations, or researching current AI coding trends. Provides model IDs, context windows, pricing, and usage statistics from the most recent week.
Claudish Integration Skill
**Version:** 1.0.0
transcription
Audio/video transcription using OpenAI Whisper. Covers installation, model selection, transcript formats (SRT, VTT, JSON), timing synchronization, and speaker diarization. Use when transcribing media or generating subtitles.
final-cut-pro
Apple Final Cut Pro FCPXML format reference. Covers project structure, timeline creation, clip references, effects, and transitions. Use when generating FCP projects or understanding FCPXML structure.