One-click install
npx skills add https://github.com/OceanEyeFF/servo --skill harness-skill-oceaneyeff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-skill
Source: https://github.com/OceanEyeFF/servo/tree/main/product/harness/skills/harness-skill
Command: npx skills add https://github.com/OceanEyeFF/servo --skill harness-skill-oceaneyeff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents uncontrolled, open-loop “just code it” behavior by running a closed-loop harness that observes repo state, decides the next control operator, binds the correct skill, dispatches execution to sub-agents, gathers structured evidence, and gates whether the repo is allowed to advance.

Core Features & Use Cases

  • Closed-loop state control: Maintain long-term repo baselines and short-term worktrack transitions using Observe → Decide → Dispatch → Verify → Judge → Recover → Close semantics.
  • Evidence + Gate enforcement: Separate proof of state (Evidence) from permission to progress (Gate) across review, tests, and policy lanes, then aggregate verdicts.
  • Safety and governance guardrails: Enforce baseline branch and git-hash/idempotency rules, require approvals when permissions are at risk, and stop on explicit termination conditions.
  • Milestone pipeline aggregation: Track and update milestone artifacts and backlog/history with gate-driven progression, including pipeline repair and milestone integrity checks.

Quick Start

Use this harness skill when you need the system to run the repo’s layered control loop end-to-end and report allowed next routes, verdicts, and stop conditions.

Frequently Asked Questions about harness-skill

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

FAQPage Schema
How do I run a closed-loop control system for AI coding workflows?

Run a closed-loop control system by observing repo state, deciding control operators, dispatching execution, and gating progression based on structured evidence. This enforces branch and idempotency guards while separating proof of state from gate verdicts.

What is evidence-gated execution in repo governance?

Evidence-gated execution separates proof of state (Evidence) from permission to progress (Gate) across review, tests, and policy lanes. The system aggregates these verdicts to determine if the repository is allowed to advance.

How do I enforce idempotency and safety stop conditions for agent dispatch?

Enforce idempotency and safety stop conditions by applying baseline branch and git-hash rules during agent dispatch. The system requires approvals when permissions are at risk and stops on explicit termination or runtime boundaries.

How does milestone orchestration handle failure recovery in a repository?

Milestone orchestration tracks and updates milestone artifacts and backlog history with gate-driven progression. It includes pipeline repair and milestone integrity checks to manage recovery from failures during worktrack transitions.

Do I need specific dependencies to use this harness skill for repo control?

No specific dependencies are required to use this harness skill for repo control. The system operates independently by binding the correct skill internally and dispatching execution to sub-agents within its closed-loop.