Fix All Code Quality Issues
SkillDev toolsAuto-fix all code quality issues with rector, cs-fixer, and phpstan
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 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
-
Run rector + cs-fixer:
composer fixOr for a specific file:
./vendor/bin/php-cs-fixer fix "$ARGUMENTS" -
Run static analysis to check for remaining issues:
composer phpstan -
Run tests to verify nothing broke:
composer phpunit -
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