Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
View on GitHub.copilot/skills/fix/SKILL.md
February 3, 2026
Select agents to install to:
npx add-skill https://github.com/hust-ropz/skills-test/blob/3c647d71df8b804226f51676a674c963acb8f3c9/.copilot/skills/fix/SKILL.md -a claude-code --skill fixInstallation paths:
.claude/skills/fix/# Fix Lint and Formatting ## Instructions 1. Run `yarn prettier` to fix formatting 2. Run `yarn linc` to check for remaining lint issues 3. Report any remaining manual fixes needed ## Common Mistakes - **Running prettier on wrong files** - `yarn prettier` only formats changed files - **Ignoring linc errors** - These will fail CI, fix them before committing