Ast Grep

Guide for writing ast-grep rules to perform structural code search and analysis. TRIGGER when a text-only grep would need 2+ alternations, regex capture groups, multi-line patterns, or filtering by syntactic role (call vs. import vs. definition). Also TRIGGER when renaming a symbol across call sites + definitions, finding all callers of a method on a specific type, matching code shapes, or writing codemods.

archibate 4396330 2 files · 19.6 KB Updated

File contents

archibate/dotfiles-codex/tree/main/skills/archibate/ast-grep commit 4396330317

Frequently asked questions

npx skillmds@latest add archibate/ast-grep