What problem does it solve?
This Skill guides engineers to understand PR review feedback before implementing changes, reducing misinterpretations and rework.
Core Features & Use Cases
- Understand and articulate reviewer concerns
- Step-wise workflow from UNDERSTAND to DONE with clear phase transitions
- CLI-based commands to start, check status, advance, understand, verify, and push changes in a PR review context
Quick Start
Use the pr-comment workflow to start a review session:
python3 lib/pr_comment_workflow.py start "This function is unclear" 101
python3 lib/pr_comment_workflow.py status
python3 lib/pr_comment_workflow.py understand "Summarize reviewer concern" "Identify problematic area in code"
python3 lib/pr_comment_workflow.py advance
python3 lib/pr_comment_workflow.py verify 1 1
python3 lib/pr_comment_workflow.py advance