arkweb-committer-review

Validate ArkWeb code against design documents and generate a structured committer review report.

31|6|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill arkweb-committer-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arkweb-committer-review
Source: https://github.com/openharmonyinsight/openharmony-skills/tree/main/workflows/arkweb/.aceharness/skills/arkweb-committer-review
Command: npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill arkweb-committer-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you perform stricter ArkWeb code reviews as a Committer, catching mismatches with design documents and reducing risks in architecture, security, performance, and thread safety before submission.

Core Features & Use Cases

  • Design-to-code conformance checks: verifies that implementations (APIs, signatures, naming, files) match design documents and flags missing or extra behavior.
  • Architecture and coding standard enforcement: checks ArkWeb layer compliance (API → framework → kernel) and aligns with Chromium coding style expectations.
  • Risk-focused validation: identifies security vulnerabilities, performance hazards, compatibility regressions, and weak testability/coverage.
  • Review report output: produces a structured Markdown committer review report with severe issues, improvement suggestions, best practices, and a pass/conditional pass/fail conclusion.

Quick Start

Ask an AI assistant to run arkweb-committer-review in subagent mode with the design document path, the generated code directory, and an optional code analysis result path to produce and save the committer review report.

Frequently Asked Questions about arkweb-committer-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review ArkWeb code changes against design documents?

Reviewing ArkWeb code changes against design documents requires validating API signatures, naming, and file structures against the original design. This process flags missing or extra behavior to ensure strict design-to-code conformance before submission.

What does a committer-level code review cover for ArkWeb?

A committer-level code review for ArkWeb covers correctness, architecture, security vulnerabilities, performance hazards, thread safety, compatibility regressions, and testability. It enforces ArkWeb layer compliance from API to framework to kernel.

How to generate a structured code review report for ArkWeb?

To generate a structured code review report for ArkWeb, input the design document path and generated code directory into a review tool. It outputs a Markdown report containing severe issues, improvement suggestions, best practices, and a pass or fail conclusion.

Does ArkWeb code review check Chromium coding style and layer compliance?

Yes, ArkWeb code review checks Chromium coding style expectations and verifies ArkWeb layer compliance across API, framework, and kernel layers. This ensures architectural integrity and aligns implementations with established coding standards.

Can I include code analysis results when reviewing ArkWeb implementations?

Yes, you can include code analysis results when reviewing ArkWeb implementations by providing an optional code analysis result path alongside the design document and code directory. This enriches the risk-focused validation for security and performance.

Why does my ArkWeb code fail design conformance checks?

Your ArkWeb code may fail design conformance checks if the implementation has mismatches in APIs, signatures, naming, or file structures compared to the design documents. The review process specifically flags these missing or extra behaviors.