What problem does it solve?
Changes to fallow's LSP server can silently degrade editor-facing behavior such as diagnostics, code actions, and code lens, and this Skill provides a structured review process to catch protocol and usability regressions before they ship.
Core Features & Use Cases
- Protocol Correctness Review: Evaluates LSP server behavior against protocol expectations, including diagnostics and code actions.
- Editor UX Assessment: Checks code lens and other editor-facing surfaces for stable, usable behavior.
- Structured Verdict: Concludes every review with an explicit APPROVE, CONCERN, or BLOCK decision.
- Use Case: After modifying code in crates/lsp, run this review to verify diagnostic quality and protocol-facing behavior before merging the pull request.
Quick Start
Review the recent changes in crates/lsp for LSP protocol correctness and diagnostic quality, then give an APPROVE, CONCERN, or BLOCK verdict.