Fix All Code Quality Issues

SkillDev tools

Auto-fix all code quality issues with rector, cs-fixer, and phpstan

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 Fix All Code Quality Issues skill

What this skill tells your AI

The instructions your AI receives, as published by gacela-project/gacela in .claude/skills/fix/SKILL.md and read by ahel’s review.

Instructions

  1. Run rector + cs-fixer:

    composer fix
    

    Or for a specific file:

    ./vendor/bin/php-cs-fixer fix "$ARGUMENTS"
    
  2. Run static analysis to check for remaining issues:

    composer phpstan
    
  3. Run tests to verify nothing broke:

    composer phpunit
    
  4. Summarize what was fixed and any remaining issues.

Signals

GitHub stars
133
Forks
8
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
fix-gacela-project
Source
github.com/gacela-project/gacela