关于
Unlock the power of structural code search with ast-grep, a tool that identifies code patterns based on their syntactic structure rather than just text. This skill enables developers to perform precise queries—such as finding async functions without error handling—by translating natural language requests into sophisticated AST-based rules. It is particularly useful for large-scale code audits, refactoring, and locating specific language constructs where traditional string-based search falls short.