test-skill

Validate slash-command loading and execution within the Pi Agent.

18|3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Dwsy/agent --skill test-skill-dwsy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill
Source: https://github.com/Dwsy/agent/tree/main/skills/test-skill
Command: npx skills add https://github.com/Dwsy/agent --skill test-skill-dwsy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a lightweight mechanism to verify that slash commands are properly discovered, loaded, and executed by the Pi Agent, ensuring basic command wiring works as expected.

Core Features & Use Cases

  • Minimal frontmatter with a name and description
  • Self-contained body that exercises the slash-command flow
  • Safe, dependency-free execution suitable for QA and early-stage testing

Quick Start

Trigger the test-skill by typing /test-skill in the pi CLI.

Frequently Asked Questions about test-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test slash command loading and execution in the Pi Agent?

To test slash command loading, trigger a minimal, self-contained skill via the pi CLI to exercise the discovery, loading, and response flow. This validates that the Pi Agent correctly discovers and executes commands as designed.

What is a minimal skill for verifying command discovery in automation QA?

A minimal skill for verifying command discovery requires only basic frontmatter with a name and description, alongside a simple body. It safely exercises the trigger flow without needing external dependencies.

How do I validate that a slash command is triggered correctly in the pi CLI?

You validate a slash command by typing the command prefix in the pi CLI. This triggers the self-contained body, proving the command wiring works and the agent responds as expected.

Do I need any dependencies to run a slash command test for the Pi Agent?

No dependencies are required to run a slash command test for the Pi Agent. The skill uses a safe, dependency-free execution model suitable for QA and early-stage testing environments.

Can I use a simple skill for early-stage QA testing of command execution?

Yes, you can use a simple skill for early-stage QA testing of command execution. It provides a lightweight mechanism to ensure basic command wiring works without complex setup or external libraries.

Why does my slash command not load during Pi Agent skill discovery?

If a slash command does not load during skill discovery, it may lack the minimal frontmatter requirements of a name and description. Testing with a self-contained skill helps isolate and verify the loading mechanism.