Skip to content
Development
Skill

/check-compiler-errors

Run compile and type-check commands and report failures

From plugin
cursor-plugins
2.6k82 skills12 agents
Install
$ npx -y skills add cursor/plugins --skill check-compiler-errors --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/check-compiler-errors

Context preview

The summary Claude sees to decide when to auto-load this skill.

Run compile and type-check commands and report failures

SKILL.md

check-compiler-errors.SKILL.md
name: check-compiler-errors
description: Run compile and type-check commands and report failures

Check compiler errors

Trigger

Compile or type-check failures are blocking local validation or CI.

Workflow

1. Run the repo's compile and type-check commands. 2. Summarize errors by file and type. 3. Fix the highest-confidence issues first. 4. 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
Ships withcursor-plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Get the whole plugin