What problem does it solve?
This Skill automates the review process for pull requests by analyzing code diffs for structural issues, scope drift, test coverage, and design consistency, ensuring high-quality code before merging.
Core Features & Use Cases
- Code Diff Analysis: Detects scope creep, missing features, and regressions by comparing changes against the base branch.
- Checklist Validation: Reads predefined review checklists and applies them to code changes to identify issues.
- Coverage Assessment: Analyzes test coverage for new or modified code paths, and suggests or generates missing tests.
- Design Review: Validates frontend code changes against design principles, standards, and existing design docs if available.
- Request Optimization: Guides reviewers with specific questions about scope, safety, and implementation quality, improving review thoroughness.
Quick Start
Use the gstack review skill to analyze the current PR against the target branch, checking for code quality issues, scope drift, and test coverage gaps.