.claude/skills/fix/SKILL.md MARKDOWN 18 lines View on github.com → Search inside
1---2name: fix3description: Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.4---56# Fix Lint and Formatting78## Instructions9101. Run `yarn prettier` to fix formatting112. Run `yarn linc` to check for remaining lint issues123. Report any remaining manual fixes needed1314## Common Mistakes1516- **Running prettier on wrong files** - `yarn prettier` only formats changed files17- **Ignoring linc errors** - These will fail CI, fix them before committing

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.