socraticode-preflight
Installation
SKILL.md
socraticode-preflight — Code-aware exploration first
Optional preflight that swaps blind grep/Read for AST-aware search before any non-trivial code work. When SocratiCode isn't installed, falls back to
code-review-graphMCP (already live). When neither is available, falls back to native tools.
When to use
- Before
/shipon any change > 1 file - Before
/audit-deepon any module - Before
/fix-rooton any bug whose call-path isn't obvious - Before any refactor that crosses file boundaries
When NOT to use
- Single-file edits with known scope
- Doc-only changes
- Quick "what does X do" lookups in a known file