verify

star 52

Run full project validation (lint, format, copyright headers) to catch issues before committing. IMPORTANT - Proactively invoke this skill after completing any code changes (new features, bug fixes, refactors) before reporting completion to the user.

eclipse-glsp By eclipse-glsp schedule Updated 4/1/2026

name: verify description: Run full project validation (lint, format, copyright headers) to catch issues before committing. IMPORTANT - Proactively invoke this skill after completing any code changes (new features, bug fixes, refactors) before reporting completion to the user.

Run the full validation suite for the GLSP Client monorepo from the repository root:

yarn check:all

In a parallel task, run the test suite to ensure all tests pass:

yarn test

On failure:

  1. Report which checks/tests failed and the specific errors
  2. If checks failed, auto-fix by invoking the /fix skill
  3. In case of previous test failures, re-run the yarn test command to confirm all tests now pass
  4. Re-run yarn check:all to confirm everything passes
Install via CLI
npx skills add https://github.com/eclipse-glsp/glsp-client --skill verify
Repository Details
star Stars 52
call_split Forks 32
navigation Branch main
article Path SKILL.md
More from Creator
eclipse-glsp
eclipse-glsp Explore all skills →