Auto-fix all code quality issues with rector, cs-fixer, and phpstan
Scanned 9/12/2026
Install to Claude Code
npx -y skills add gacela-project/gacela --skill fix --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fix?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gacela-project-fix)More formats (shields.io, HTML) on the badges page.
---
description: Auto-fix all code quality issues with rector, cs-fixer, and phpstan
argument-hint: "[file-path]"
disable-model-invocation: true
allowed-tools: "Read, Edit, Bash(composer *), Bash(./vendor/bin/*)"
---
# Fix All Code Quality Issues
## Instructions
1. Run rector + cs-fixer:
```bash
composer fix
```
Or for a specific file:
```bash
./vendor/bin/php-cs-fixer fix "$ARGUMENTS"
```
2. Run static analysis to check for remaining issues:
```bash
composer phpstan
```
3. Run tests to verify nothing broke:
```bash
composer phpunit
```
4. Summarize what was fixed and any remaining issues.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!