code-review-parsing
Installation
SKILL.md
code-review-parsing
Execution Command
When this skill is triggered, execute the following script to get the AST:
python3 scripts/analyze_code.py {{file_path}}
Logic
- Call the script for each modified file in the PR.
- Read the returned
ast_rawoutput. - Identify structural patterns (e.g., nested
if_statementnodes orfunction_definitionwithout adocstringnode).