harness-execute

Execute approved harness plans through review, archive, publish, and CI sync steps.

12|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/catu-ai/easyharness --skill harness-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-execute
Source: https://github.com/catu-ai/easyharness/tree/main/.agents/skills/harness-execute
Command: npx skills add https://github.com/catu-ai/easyharness --skill harness-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill orchestrates end‑to‑end execution of a tracked harness plan after approval, eliminating manual stepping, ad‑hoc commands, and risky micromanagement while ensuring the repository progresses safely to an archived, merge‑ready candidate.

Core Features & Use Cases

  • Automated execution loop: Continuously runs harness status, advances steps, manages reviews, and handles archive and publish phases without human prompting.
  • Safety checkpoints: Integrates pre‑review, pre‑aggregate, pre‑archive, and pre‑land scans from controller truth surfaces to guard against errors.
  • Review orchestration: Starts and aggregates reviewer sub‑agents, enforces a single active review round, and respects TDD practices.
  • Finalization: Performs archive, publish, CI sync, and prepares the candidate for merge approval.

Quick Start

Ask the controller to execute the current approved harness plan until it reaches the merge‑ready state.

Frequently Asked Questions about harness-execute

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

FAQPage Schema
How do I automate harness plan execution from approval to merge-ready?

Automate harness plan execution by invoking the controller to continuously run status checks, advance steps, manage reviews, and handle archive and publish phases without manual prompting until the repository reaches merge-ready state.

How does review orchestration work during automated plan execution?

Review orchestration starts and aggregates reviewer sub-agents, enforces a single active review round, and respects TDD practices to ensure safe progression through the execution loop.

Do I need the harness CLI to execute approved plans?

Yes, you need the harness CLI, plan metadata, and the ability to run pre-defined truth-surface checks and review orchestration commands to execute approved plans properly.

What safety checkpoints are enforced when running an automated execution loop?

Safety checkpoints integrate pre-review, pre-aggregate, pre-archive, and pre-land scans from controller truth surfaces to guard against errors during the execution loop.

What is the best way to finalize a repository into an archived merge-ready candidate?

Finalize a repository into an archived merge-ready candidate by performing archive, publish, CI sync, and preparing the candidate for final merge approval through the execution loop.

Why does automated plan execution eliminate manual stepping and micromanagement?

Automated plan execution eliminates manual stepping and risky micromanagement by driving implementation, review, archive, publish, CI, and sync steps through each node without human prompting.