harmonyos-review
Installation
SKILL.md
HarmonyOS Code Review
Find real defects, not checklist-shaped speculation. Repository code and configuration establish what the application does; official Huawei documentation establishes version-sensitive platform contracts.
1. Fix the review scope
- Read repository instructions and inspect working-tree state before reviewing.
- Determine the requested boundary: diff/PR, files, module, subsystem, or whole repository.
- For change reviews, identify the exact base and inspect both the diff and affected call sites.
- Read
build-profile.json5,oh-package.json5,module.json5, and related configuration to establish SDK levels, application model, devices, permissions, dependencies, and build variants. - Do not modify code, create reports, assign grades, or estimate effort unless the user asks.
2. Map the relevant execution paths
Start broad, then follow evidence: