YrracOwl avatar

YrracOwl

Community

@YrracOwl

6Followers
|
39Public Repos
|
13Published Skills

YrracOwl provides a 13-skill registry for HarmonyOS native app development, covering ArkTS/ArkUI coding, build signing, versioning, debugging, and UI verification.

Skills Distribution
DomainDeveloper To...HarmonyOS App Deve.. (40%)Build, Signing & R.. (20%)Code Review & Qual.. (15%)Debugging, Logging.. (15%)

Agent Skills by YrracOwl

Showing 13 vetted skills indexed across 1 GitHub repositories.

YrracOwlYrracOwl

hmos-build-sign-release

Guides HarmonyOS build, signing, and release workflows using dcli tools and build-profile.json5 configuration.

Community
Intermediate
YrracOwlYrracOwl

hmos-version-bump

Increments versionCode and versionName in HarmonyOS AppScope app.json5 with build and device verification.

Community
Intermediate
YrracOwlYrracOwl

native-harmonyos

Guides HarmonyOS app development with project structure, LSP checks, and DevEco CLI workflows.

Community
Intermediate
YrracOwlYrracOwl

arkui-api-quickref

Provides quick-reference tables for common ArkUI components, decorators, resources, and error fixes.

Community
Basic
YrracOwlYrracOwl

hmos-agents-md

Generates and maintains AGENTS.md project convention files for HarmonyOS engineering projects.

Community
Intermediate
YrracOwlYrracOwl

arkui-state

Guides ArkUI declarative UI development and state management in ArkTS for HarmonyOS.

Community
Intermediate
YrracOwlYrracOwl

hmos-code-review

Reviews HarmonyOS ArkTS code changes and produces prioritized P0/P1/P2 review reports.

Community
Intermediate
YrracOwlYrracOwl

sdd-feature

Creates persistent acceptance contracts for HarmonyOS feature development and verification.

Community
Intermediate
YrracOwlYrracOwl

hmos-debug-logs

Diagnose HarmonyOS runtime issues using hilog filtering, hdc commands, and device log capture.

Community
Intermediate
YrracOwlYrracOwl

hmos-ui-verify

Validates HarmonyOS app UI and interactions on devices using dcli UI automation tools.

Community
Intermediate
YrracOwlYrracOwl

dcli-tools-reference

Documents parameters and usage examples for 41 HarmonyOS dcli development tools.

Community
Intermediate
YrracOwlYrracOwl

hmos-doc-research

Retrieves authoritative HarmonyOS API signatures and documentation before writing ArkTS code.

Community
Intermediate
YrracOwlYrracOwl

hmos-system-capabilities

Guides HarmonyOS system capability development covering abilities, permissions, background tasks, and data management.

Community
Intermediate

Frequently Asked Questions About YrracOwl

FAQPage Schema
What 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.