Quick Test Runner
SkillFiles & storageRun tests with smart filtering by scope, class, or file path
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Quick Test Runner skill
What this skill tells your AI
The instructions your AI receives, as published by gacela-project/gacela in .claude/skills/test/SKILL.md and read by ahel’s review.
-
If
$ARGUMENTSis empty orall:composer test -
If
$ARGUMENTSis a known scope:quality→composer qualityunit→composer test-unitintegration→composer test-integrationfeature→composer test-featurequick→composer phpunit(skip static analysis)bench→composer phpbenchinfection→composer infection
-
If
$ARGUMENTSlooks like a test class or method name:./vendor/bin/phpunit --filter "$ARGUMENTS" -
If
$ARGUMENTSlooks like a file path:./vendor/bin/phpunit "$ARGUMENTS" -
Report results clearly with pass/fail count.
Signals
- GitHub stars
- 133
- Forks
- 8
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
test-gacela-project- Source
- github.com/gacela-project/gacela