fix
SkillDev toolsRun the fix-and-verify suite for the workspace (compile, auto-fix lint/format/headers, test). IMPORTANT - Proactively invoke this skill after completing any code changes (new features, bug fixes, refactors) before reporting completion. Re-run it after manually addressing anything it could not auto-fix.
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 fix skill
What this skill tells your AI
The instructions your AI receives, as published by eclipse-glsp/glsp-client in .claude/skills/fix/SKILL.md and read by ahel’s review.
Run the auto-fix and validation suite for the GLSP Client monorepo from the repository root.
- Build first. This is a hard gate: if the build fails, stop immediately, report the build errors, and do not run any of the following steps. The build must pass before anything else runs.
pnpm build
- Auto-fix lint, formatting, and copyright headers. Run all three even if an earlier one reports remaining problems (they are independent):
pnpm lint:fix
pnpm format
pnpm headers:fix -t changes
- Run the test suite to validate behavior (tests are not auto-fixable):
pnpm test
Then:
- If
pnpm buildfailed, fix the compile errors and re-run this skill. - If
pnpm lint:fixreported lint errors it could not fix, orpnpm testfailed, fix them manually and re-run this skill. - Otherwise everything is clean (compile succeeds, formatting and headers are corrected in place, lint has no remaining errors, tests pass) — report completion.
Signals
- GitHub stars
- 51
- Forks
- 32
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
fix-2- Source
- github.com/eclipse-glsp/glsp-client