ably-codebase-review
Installation
SKILL.md
Ably Codebase Review
This skill reviews the entire Ably CLI codebase against the conventions defined in the ably-new-command skill. It uses a combination of LSP for structural analysis (type hierarchies, call chains, symbol definitions) and grep/read for text-pattern checks, choosing the right tool for each check.
Tool selection guide
Use LSP when you need type-system awareness:
goToDefinition— resolve what base class a command actually extends (not just the import text)findReferences— trace all callers offail(),logJsonResult,logJsonEventthrough inheritancehover— reveal resolved types, inherited members, full type hierarchydocumentSymbol— list all methods/properties in a class structurally