# lint-and-format > Run lint/format checks and report violations with prioritized fixes. Use after code changes or before merge. - Author: George Vachnadze - Repository: MaGioMusic/lumina-estate-dev-moltbot - Version: 20260202091245 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/MaGioMusic/lumina-estate-dev-moltbot - Web: https://mule.run/skillshub/@@MaGioMusic/lumina-estate-dev-moltbot~lint-and-format:20260202091245 --- --- name: lint-and-format description: Run lint/format checks and report violations with prioritized fixes. Use after code changes or before merge. license: Complete terms in LICENSE.txt --- This skill enforces code quality. It reports errors and provides fix steps without editing code. ## Workflow 1) Run `npm run lint` 2) If formatters exist, run them (or report missing) 3) Group issues by severity 4) Provide quick fixes ## Output Format - Lint summary - Errors (blockers) - Warnings (non-blockers) - Quick fix suggestions ## Guardrails - Never auto-fix unless explicitly asked.