with one click
fix
// Auto-fix all lint, formatting, and copyright header issues across the workspace. Use when validation (`/verify`) fails or when explicitly requested.
// Auto-fix all lint, formatting, and copyright header issues across the workspace. Use when validation (`/verify`) fails or when explicitly requested.
Run full project validation (lint, format, copyright headers, unit tests) 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.
Generate changelog entries from merged PRs since the last release. Fetches PR data, classifies changes as normal or breaking, presents for user review, and optionally creates a PR with the updates.
| 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.