Fix Style banner
allnetru allnetru

Fix Style

Design community

Description

--- name: fix-style description: Auto-fix code style issues with PHP-CS-Fixer user_invocable: true --- Run PHP-CS-Fixer to automatically fix code style issues: ```bash vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php ``` After fixing, run `composer lint` to verify all issues are resolved. Report what files were changed.

Installation

Installs to ~/.claude/skills/allnetru-laravel-sharding-fix-style/SKILL.md

Terminal
mkdir -p ~/.claude/skills/allnetru-laravel-sharding-fix-style && curl -fsSL https://raw.githubusercontent.com/allnetru/laravel-sharding/HEAD/.claude/skills/fix-style.md -o ~/.claude/skills/allnetru-laravel-sharding-fix-style/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository