Install
npx skillscat add cursor/plugins/check-compiler-errors Install via the SkillsCat registry.
SKILL.md
Check compiler errors
Trigger
Compile or type-check failures are blocking local validation or CI.
Workflow
- Run the repo's compile and type-check commands.
- Summarize errors by file and type.
- Fix the highest-confidence issues first.
- Re-run checks until clean or blocked.
Output
- Current compile and type-check status
- Error summary grouped by file and category
- Fixes applied and remaining blockers