harmonyos-review
严格 review、audit、审查、验收或评估 HarmonyOS、OpenHarmony 与 ArkUI 产品、代码、截图、录屏和设备证据。只报告有证据的任务、导航、状态真实性、生命周期、跨设备、多输入、视觉、动效、无障碍与性能问题,并给出最小修复计划和通过结论。
Signing
SignedSLSA L2- Signed by
- skills-hub.ai distributor
- Method
- Distributor-signed by skills-hub.aiCryptographically signed by the skills-hub.ai distributor key at publish time.
- Signed
Install this skill
Run this command in your terminal. No account required — it auto-detects your AI tool and installs the skill file.
npx @skills-hub-ai/cli install harmonyos-reviewSetup by platform
Install
One-click setup for your editorRun in your project root
npx @skills-hub-ai/cli install harmonyos-review --target claude-codeExamples
Prompt
请审查最新版本的HarmonyOS应用在多设备同步方面的状态真实性。Output
经审查,发现多设备同步功能在录屏和设备证据中存在状态不一致的问题,证据等级为E3,建议修复设备状态同步逻辑,确保跨设备状态一致性。当前问题为Major,建议优先修复以确保发布质量。Prompt
对OpenHarmony中导航流程的完整性进行审核,特别是返回路径和退出逻辑。Output
审查显示导航路径和返回逻辑符合设计预期,导航位置和去向一致,未发现明显证据问题,证据等级为E1。建议保持现有流程,继续监控实际使用中的状态真实性。结论:通过。Instructions
Security
Reviews (0)
Frequently asked questions about harmonyos-review
What does the harmonyos-review skill do?
严格 review、audit、审查、验收或评估 HarmonyOS、OpenHarmony 与 ArkUI 产品、代码、截图、录屏和设备证据。只报告有证据的任务、导航、状态真实性、生命周期、跨设备、多输入、视觉、动效、无障碍与性能问题,并给出最小修复计划和通过结论。 It's a reusable SKILL.md instruction set that loads into your AI coding assistant on demand, no prompt engineering, no copy-pasting every session.
How do I install the harmonyos-review skill?
Run `npx @skills-hub-ai/cli install harmonyos-review` from your terminal. The CLI writes the SKILL.md to the correct location for your AI tool (e.g. ~/.claude/skills/harmonyos-review/ for Claude Code or ~/.cursor/skills/ for Cursor with --target cursor) and adds it to your project's .skills.json lockfile.
Which AI tools does harmonyos-review work with?
harmonyos-review runs in Codex CLI. It follows the open Agent Skills standard (SKILL.md), so the same skill works in every supported tool without modification.
Is the harmonyos-review skill free?
Yes. Every skill on skills-hub.ai is free and open-source. There are no premium tiers, paywalls, or usage limits. You only pay for whatever AI assistant you're already using.
How do I use harmonyos-review after installing it?
In Codex CLI, type `/harmonyos-review` (or whatever slash command the skill registers) and the AI follows the skill's instructions immediately. You can also reference it by name in natural language, your AI loads the skill into context when relevant.
Can I share the harmonyos-review skill with my team?
Yes. Commit your project's .skills.json lockfile and teammates run `npx @skills-hub-ai/cli install` (no args) to install every skill at the exact version you pinned. Organization-scoped installs work via skills-hub.ai organizations.