bagisto-code-review
Installation
SKILL.md
Code Review
What to look for in a Bagisto change, ordered so the findings that matter arrive first. Pint and the test suites already decide the mechanical questions — spend the review on what they cannot see.
What the tools already cover
Do not spend review effort on these; run them instead.
| Checked by | Covers |
|---|---|
vendor/bin/pint --test |
Formatting, spacing, import order, trailing commas |
vendor/bin/pest |
Behaviour the suite asserts |
php artisan bagisto:translations:check |
A key missing from any of the 22 locales |
| Playwright | The browser layer |
If a review comment could have been an exit code, the fix is to run the tool, not to write the comment.