openharmony-build
Installation
SKILL.md
OpenHarmony Build Skill
Use this skill for OpenHarmony build execution, targeted build verification, and build-log diagnosis. Keep context small: start here, then load only the reference that matches the task.
<skill-dir> means the directory containing this SKILL.md.
Core Rules
- Run builds from the OpenHarmony root containing both
.gnandbuild.sh. - If the user gives an exact command, run that command.
- For failures, inspect the primary build log before guessing at source fixes.
- Do not revert unrelated dirty-worktree changes.
- Prefer narrow rebuilds after fixes, then rerun the user-requested command when practical.