ets-runtime-dev

Orchestrate planning, TDD execution, and rubric-based review for ets_runtime changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams reliably plan, implement, review, and validate general changes in ets_runtime, reducing the risk of inconsistent implementation, missing tests, formatting issues, and review rework.

Core Features & Use Cases

  • Planner-driven orchestration: coordinates a planner/worker/reviewer workflow for ets_runtime feature work, bug fixes, refactors, and test additions with task persistence and recovery.
  • TDD-first execution with guardrails: worker writes failing tests first, then implements, formats via the skill’s format.sh, and updates task status according to shared state definitions.
  • Review rubric enforcement: reviewer scores changes using the shared 5-criteria standard and updates tasks with pass/fail thresholds and actionable fix lists.
  • Optional compile validation integration: planner can perform compile validation using the repo-specific guidance in ets_runtime.md, while keeping Worker/Reviewer compilation forbidden.

Quick Start

Tell your AI assistant: "Use ets-runtime-dev to plan and execute an ets_runtime change, updating plan and tasks under .agents/ets-runtime-dev for my branch, then proceed to review and compile validation as needed."

Frequently Asked Questions about ets-runtime-dev

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

FAQPage Schema
How do I plan and land ets_runtime changes with TDD and compile validation?

Planning ets_runtime changes requires a planner to generate persistent tasks, dispatch a no-compile worker for TDD execution, enforce formatting via format.sh, and apply rubric-based review before optional compile validation.

What is the review standard for arkcompiler ets_runtime feature updates and refactors?

The review standard for arkcompiler ets_runtime changes is a shared 5-criteria rubric where a reviewer scores updates, applies pass/fail thresholds, and generates actionable fix lists for feature work or refactors.

Does the ets_runtime worker role allow running build verification during implementation?

The ets_runtime worker role forbids compilation; only the planner can perform optional compile validation using ets_runtime.md guidance, ensuring workers focus strictly on TDD execution and formatting via format.sh.

How do I enforce code formatting standards for ets_runtime TypeScript test additions?

Code formatting for ets_runtime TypeScript test additions is enforced by having the worker execute the skill's format.sh script after implementation, updating shared task states before the reviewer evaluates the changes.

Can I use this workflow orchestration to recover incomplete ets_runtime development tasks?

Yes, workflow orchestration supports task recovery for ets_runtime development by maintaining persistent plan and task state definitions under .agents/ets-runtime-dev, allowing interrupted feature work or bug fixes to resume safely.