Quick Test Runner

SkillFiles & storage

Run tests with smart filtering by scope, class, or file path

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 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.

  1. If $ARGUMENTS is empty or all:

    composer test
    
  2. If $ARGUMENTS is a known scope:

    • qualitycomposer quality
    • unitcomposer test-unit
    • integrationcomposer test-integration
    • featurecomposer test-feature
    • quickcomposer phpunit (skip static analysis)
    • benchcomposer phpbench
    • infectioncomposer infection
  3. If $ARGUMENTS looks like a test class or method name:

    ./vendor/bin/phpunit --filter "$ARGUMENTS"
    
  4. If $ARGUMENTS looks like a file path:

    ./vendor/bin/phpunit "$ARGUMENTS"
    
  5. 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