$npx -y skills add ncoevoet/claude-markdown-health-check --skill welltunedLints and formats TypeScript files on demand. Use when the user asks to lint, format, or check style in .ts or .tsx files, or mentions eslint or prettier.
| 1 | # Welltuned |
| 2 | |
| 3 | Run the project linter and report style violations. |
| 4 | |
| 5 | ## When to use |
| 6 | |
| 7 | Use when style or formatting of TypeScript sources needs checking. |
| 8 | |
| 9 | ## Steps |
| 10 | |
| 11 | 1. Detect the configured linter. |
| 12 | 2. Run it over the changed files. |
| 13 | 3. Summarise violations grouped by rule. |