Lint Skill
SkillDev toolsRun linting and type checking across the Terrae codebase
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Lint Skill skill
What this skill tells your AI
The instructions your AI receives, as published by alamenai/terrae in .claude/skills/lint/SKILL.md and read by ahel’s review.
Run linting and type checking across the Terrae codebase.
Instructions
-
Run Type Checking
npx tsc --noEmitThis checks TypeScript types without emitting files.
-
Run ESLint
npm run lintThis runs ESLint on the codebase.
-
Run Prettier Check
npm run format:checkThis checks if files are properly formatted.
-
Report Results
- List any type errors with file locations
- List any linting errors/warnings
- List any formatting issues
-
Offer to Fix If issues are found, ask the user if they want to:
- Auto-fix linting issues:
npm run lint -- --fix - Auto-format files:
npm run format - Manually address type errors (show each error)
- Auto-fix linting issues:
-
Re-verify After fixes, run the checks again to confirm all issues are resolved.
Signals
- GitHub stars
- 244
- Forks
- 5
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
lint-alamenai- Source
- github.com/alamenai/terrae