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 of fail(), logJsonResult, logJsonEvent through inheritance
  • hover — reveal resolved types, inherited members, full type hierarchy
  • documentSymbol — list all methods/properties in a class structurally
Installs
1
Repository
ably/ably-cli
GitHub Stars
5
First Seen
2 days ago
ably-codebase-review — ably/ably-cli