fix

star 233

Auto-fix lint, formatting, and copyright-header issues across the workspace, then run the tests to validate. 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.

eclipse-glsp By eclipse-glsp schedule Updated 6/15/2026

name: fix description: Auto-fix all lint, formatting, and copyright header issues across the workspace. Use when validation (/verify) fails or when explicitly requested.

Run the full auto-fix suite for the GLSP dev-packages monorepo from the repository root:

yarn fix:all

This runs yarn lint:fix && yarn format && yarn headers:fix in sequence.

After fixing, report what changed. If any issues remain that couldn't be auto-fixed, list them and suggest manual fixes.

Install via CLI
npx skills add https://github.com/eclipse-glsp/glsp --skill fix
Repository Details
star Stars 233
call_split Forks 33
navigation Branch main
article Path SKILL.md
More from Creator
eclipse-glsp
eclipse-glsp Explore all skills →