with one click
lint
Run ESLint and optionally auto-fix issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run ESLint and optionally auto-fix issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | lint |
| description | Run ESLint and optionally auto-fix issues |
Runs ESLint to check code style and offers to auto-fix issues.
pnpm lint
If issues found, show the summary.
Offer to auto-fix:
pnpm lint --fix
✓ No linting errors found
ESLint found 3 issues:
src/components/TaskList.tsx
12:1 warning 'useState' is defined but never used @typescript-eslint/no-unused-vars
45:5 error React Hook "useEffect" is called conditionally react-hooks/rules-of-hooks
src/hooks/useFilters.ts
8:1 warning 'debug' is assigned but never used @typescript-eslint/no-unused-vars
1 error, 2 warnings
Would you like me to run `pnpm lint --fix` to auto-fix what's possible?
✓ Fixed 2 issues automatically
Remaining issue (requires manual fix):
src/components/TaskList.tsx:45:5
React Hook "useEffect" is called conditionally
ESLint config is in eslint.config.js. Rules are optimized for: