YrracOwl
Community@YrracOwl
YrracOwl provides a 13-skill registry for HarmonyOS native app development, covering ArkTS/ArkUI coding, build signing, versioning, debugging, and UI verification.
Agent Skills by YrracOwl
Showing 13 vetted skills indexed across 1 GitHub repositories.
hmos-build-sign-release
Guides HarmonyOS build, signing, and release workflows using dcli tools and build-profile.json5 configuration.
hmos-version-bump
Increments versionCode and versionName in HarmonyOS AppScope app.json5 with build and device verification.
native-harmonyos
Guides HarmonyOS app development with project structure, LSP checks, and DevEco CLI workflows.
arkui-api-quickref
Provides quick-reference tables for common ArkUI components, decorators, resources, and error fixes.
hmos-agents-md
Generates and maintains AGENTS.md project convention files for HarmonyOS engineering projects.
arkui-state
Guides ArkUI declarative UI development and state management in ArkTS for HarmonyOS.
hmos-code-review
Reviews HarmonyOS ArkTS code changes and produces prioritized P0/P1/P2 review reports.
sdd-feature
Creates persistent acceptance contracts for HarmonyOS feature development and verification.
hmos-debug-logs
Diagnose HarmonyOS runtime issues using hilog filtering, hdc commands, and device log capture.
hmos-ui-verify
Validates HarmonyOS app UI and interactions on devices using dcli UI automation tools.
dcli-tools-reference
Documents parameters and usage examples for 41 HarmonyOS dcli development tools.
hmos-doc-research
Retrieves authoritative HarmonyOS API signatures and documentation before writing ArkTS code.
hmos-system-capabilities
Guides HarmonyOS system capability development covering abilities, permissions, background tasks, and data management.
Frequently Asked Questions About YrracOwl
FAQPage SchemaWhat tasks can I accomplish with YrracOwl's HarmonyOS skills?▼
You can develop native HarmonyOS apps with ArkTS/ArkUI, manage state decorators (V1 @State/@Prop/@Link, V2 @ComponentV2/@Local), build and sign HAP/HAR/HSP packages, bump version codes, run static checks, review code with P0/P1/P2 graded reports, analyze hilog crash logs, and verify UI behavior on devices.
Who are these HarmonyOS skills designed for?▼
They target HarmonyOS application engineers and mobile developers working in DevEco-based projects who need structured guidance for ArkUI declarative UI, system capabilities (Abilities, permissions, background tasks), release packaging, code review quality gates, and runtime debugging on real devices or emulators.
How does the build and release process work with these skills?▼
The hmos-build-sign-release skill covers HAP/HAR/HSP artifacts, build-profile.json5 and signingConfigs for debug/release signing, plus packaging and store submission overview. The hmos-version-bump skill updates versionCode and versionName in AppScope/app.json5 and verifies installation with bm dump.
What prerequisites and dependencies do these skills require?▼
Skills assume a HarmonyOS project environment with DevEco CLI, the dcli toolset (41 native tools documented in dcli-tools-reference), hdc device access, and hilog for logging. API usage is grounded via dcli__api_lookup against SDK .d.ts signatures and official developer.huawei.com documentation.
How is code quality and UI correctness enforced?▼
The hmos-code-review skill runs machine checks (dcli__lsp_check, check_lint) first, then itemized review producing P0-blocking/P1-must-fix/P2-suggestion reports. The hmos-ui-verify skill closes the loop by driving UI layout inspection, click/swipe/text interactions, and screenshot comparison on installed builds.