Format Check
Check code formatting using prettier and stylelint without making any changes.
Run the format check script which will:
- Check prettier formatting
- Check stylelint rules
- Show concise summary (OK or ISSUES with top 3 errors)
- Suggest running the
format-fix skill if issues are found
Execute from the repository root: bash scripts/agent/format.sh