What problem does it solve?
Changes to a VS Code extension can silently break activation behavior, command wiring, or editor integration, and manual review of these areas is easy to skip. This Skill provides a structured review workflow for fallow's VS Code extension so every change under editors/vscode gets consistent scrutiny.
Core Features & Use Cases
- Extension Behavior Review: Examines activation behavior, command wiring, views, and downloads for correctness and UX quality.
- LSP-Client Integration Checks: Verifies the language server client integration works as expected inside the editor.
- Structured Verdicts: Ends each review with a clear APPROVE, CONCERN, or BLOCK decision.
- Use Case: After modifying files under editors/vscode in the fallow repository, run this review to confirm activation events, contributed commands, and editor integration still behave correctly before merging.
Quick Start
Review the recent changes to the VS Code extension under editors/vscode and give me an APPROVE, CONCERN, or BLOCK verdict.