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).
Related skills
More from wizeline/sdlc-agents
automating-docs-updates
Automatically handles documentation updates whenever a user requests to commit and push changes through Git. Reads the changes being committed and updates the relevant documentation accordingly.
18incident-ingesting
>
13code-review-refactoring
>
9qa-analyzing-ux-flows
>
8unit-test-shifting-left-from-requirements
Generates unit tests and BDD scenarios directly from requirements, user stories, or PRDs — before any implementation code exists. Enables true shift-left testing by making tests the first artifact produced for a feature, not the last.
8unit-test-authoring-test-plans
Produces formal test plan documents in Markdown or .docx format from test suites, requirements, and coverage data. Suitable for team handoffs, audit trails, QA sign-off, and sprint documentation.
8