test-skill

A test skill for validation testing. Use when testing skill parsing and validation logic.

248 stars

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

$curl -o ~/.claude/skills/test-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/MadAppGang/claude-code/main/tools/claudeup-core/src/__tests__/fixtures/valid-plugin/skills/test-skill/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/test-skill/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How test-skill Compares

Feature / Agenttest-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

248
from MadAppGang/claude-code

A/B testing methodology for cold email optimization

test-coverage

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

⚡ 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

248
from MadAppGang/claude-code

This skill has invalid YAML in frontmatter

release

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

**Version:** 1.0.0

transcription

248
from MadAppGang/claude-code

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

248
from MadAppGang/claude-code

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.