test

SkillDev tools

Lets your agent run a test suite and report whether the code passes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the test skill

About this capability

Run test suite and report results. Use when running unit tests, integration tests, or verifying code changes pass all tests.

What this skill tells your AI

The instructions your AI receives, as published by fastled/fastled in .claude/skills/test/SKILL.md and read by ahel’s review.

Run tests using uv run test.py with optional arguments.

Arguments: $ARGUMENTS

Use bash test wrapper (NEVER bare python). Common invocations:

  • bash test — run all tests
  • bash test --cpp — run only C++ tests
  • bash test TestName — run a specific test
  • bash test --clean — clean build then test

Report results in a clear, actionable format showing pass/fail counts and any error details.

Signals

GitHub stars
7k
Forks
2k
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
test-fastled
Source
github.com/fastled/fastled