What problem does it solve?
This Skill provides a structured, actionable PR review checklist to quickly identify build, script, CI workflow gaps, and documentation inconsistencies in the OneKey monorepo. It helps reviewers deliver concrete feedback with clear priorities and suggested fixes.
Core Features & Use Cases
- Accurate issue detection: Identify build failures, flaky scripts, CI gaps, and documentation omissions early in PR reviews.
- Priority-guided remediation: Categorize findings by High/Medium/Low with specific fix suggestions.
- Consistency across PRs: Standardize review quality for all changes affecting core packages and workflows.
Quick Start
Run a PR review using this skill on the current patch by following the checklist and generating a report that highlights critical issues, recommended fixes, and rationale. For example: fetch the PR diff with git fetch origin; compare origin/main...HEAD; apply the checklist to each changed file.