Agent Skills: Test Skill

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

UncategorizedID: madappgang/claude-code/test-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MadAppGang/claude-code/tree/HEAD/tools/claudeup-core/src/__tests__/fixtures/valid-plugin/skills/test-skill

Skill Files

Browse the full folder contents for test-skill.

Download Skill

Loading file tree…

tools/claudeup-core/src/__tests__/fixtures/valid-plugin/skills/test-skill/SKILL.md

Skill Metadata

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

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

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