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

  1. Call the script for each modified file in the PR.
  2. Read the returned ast_raw output.
  3. Identify structural patterns (e.g., nested if_statement nodes or function_definition without a docstring node).
Related skills

More from wizeline/sdlc-agents

Installs
2
GitHub Stars
5
First Seen
Apr 20, 2026