Skip to content

Commit d285a6e

Browse files
mention claude code
1 parent 4e17509 commit d285a6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/blog/how-to-debug.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,8 @@ When a rule unexpectedly fails to match:
305305

306306
5. **Use the right tools.** The [online playground](https://ast-grep.github.io/playground.html) provides instant feedback and AST visualization. Use it liberally.
307307

308+
:::tip Let Claude Debug For You
309+
If you prefer not to debug manually, try the [ast-grep Claude skill](https://github.com/ast-grep/claude-skill). It can explain AST structures, identify why rules don't match, and suggest fixes—all through natural conversation.
310+
:::
311+
308312
Happy debugging!

0 commit comments

Comments
 (0)