ohos-react-native-performance
✓Verified·Scanned 2/17/2026
This skill provides static-check rules for OpenHarmony React Native performance (ohos-react-native-performance) including rule files and examples. It contains explicit shell commands like npm run codegen && react-native bundle-harmony --dev=false --minify=true and installation commands referencing https://gitcode.com/openharmony-sig/homecheck, which invoke local shell execution and network fetches.
from clawhub.ai·v1.0.0·16.8 KB·0 installs
Scanned from 1.0.0 at 9eeb3a4 · Transparency log ↗
$ vett add clawhub.ai/code-sunbo/ohos-react-native-performance
ohos-react-native-performance
OpenHarmony React Native performance static-check agent skill for the static analysis tool. For use by any agent that supports skills.
Source
- Official repo (this skill): https://gitcode.com/openharmony-sig/homecheck — path
skills/ohos-react-native-performance/. - Content source (performance docs): performance-optimization (en) · 性能调优 (zh)
Usage
npx skills add
If your agent supports skills.sh, install from the homecheck repo:
# From homecheck repo (GitCode)
npx skills add https://gitcode.com/openharmony-sig/homecheck --skill ohos-react-native-performance
# Or if shorthand is supported for your git host
# npx skills add openharmony-sig/homecheck --skill ohos-react-native-performance
Common agent installation
| Agent | Command / Path |
|---|---|
| skills.sh | npx skills add <source> --skill ohos-react-native-performance |
| Claude Code | Copy to agent skills dir, or use npx skills add |
| VS Code / Copilot | Copy to configured skills path, or use npx ai-agent-skills install |
| Manual | Copy this folder into your agent's skills directory |
Structure
ohos-react-native-performance/
├── README.md
├── SKILL.md
└── rules/
├── rnoh-render-avoid-same-state.md
├── rnoh-render-pure-memo.md
├── rnoh-render-props-once.md
├── rnoh-render-merge-setstate.md
├── rnoh-list-key.md
├── rnoh-bundle-release.md
├── rnoh-lifecycle-foreground-background.md
└── rnoh-turbo-worker.md