automattic/lint
Run linting, formatting, and type checking on changed files. Use when asked to "lint", "fix linting", "run linter", "check formatting", or "check types".
npx skills add https://github.com/Automattic/vip-go-mu-plugins-built --skill lint
Run after editing files. Fix all issues before finishing.
# PHP — auto-fix coding standards
composer format
# PHP — verify clean
composer lint
# PHP — static analysis (PHPStan level 6)
composer analyze
# JS — lint with auto-fix
npm run lint:js:fix
# CSS — lint with auto-fix
npm run lint:css:fix
# All JS/CSS linters
npm run lint
composer format)composer lint)composer analyze)npm run lint)If only PHP files changed, skip JS/CSS checks. If only JS/CSS files changed, skip PHP checks.
Take automattic/lint from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.