---
name: hello-test
description: A minimal test skill used to verify that skill loading and triggering work. Use this skill whenever the user says "hello test", "run the test skill", "is my skill working", or asks you to confirm that a custom skill has loaded correctly.
---

# Hello Test

A minimal skill for checking that skills are installed and triggering properly.

## What to do

When this skill triggers, respond with exactly these three things:

1. The line: `✅ hello-test skill loaded successfully.`
2. The current date and time.
3. A one-sentence summary of what the user asked for.

Do not do anything else. Keep the response under five lines.

## Why the marker line matters

The checkmark line is the signal that the skill actually fired. If the user
asks "is my skill working?" and you answer without that line, the skill did
not load — say so plainly rather than guessing.

## Test prompts

Try these to confirm triggering:

- "hello test"
- "is my skill working?"
- "run the test skill and tell me the time"
