close-worktrack-skill

Close a Harness worktrack with structured closeout and refresh handoff reports.

29|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/OceanEyeFF/servo --skill close-worktrack-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: close-worktrack-skill
Source: https://github.com/OceanEyeFF/servo/tree/main/product/harness/skills/close-worktrack-skill
Command: npx skills add https://github.com/OceanEyeFF/servo --skill close-worktrack-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents a Harness-controlled coding workflow from silently advancing merges, branch cleanup, or repo truth updates when the system is in the closing phase and required approvals are not fully satisfied.

Core Features & Use Cases

  • State-gated worktrack closure: Performs a scoped closeout when WorktrackScope.closing indicates a close-and-intercept stage, without drifting into implementation, gate adjudication, or unauthorized repo refresh execution.
  • Structured closeout reporting: Produces a detailed “关闭工作追踪报告” including executed actions, pending approvals, risk assessment, and next-range recommendations.
  • Repo refresh handoff with traceability: Outputs a “代码仓库刷新交接” section with required baseline traceability and node-policy alignment checks, explicitly marking mismatches for approval.

Quick Start

Ask the AI to close the current worktrack in the closing scope and return a structured report plus a code-repo refresh handoff that includes baseline traceability and approval-required items.

Frequently Asked Questions about close-worktrack-skill

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

FAQPage Schema
How do I safely close a worktrack without triggering unauthorized PR merges or repo updates?

To safely close a worktrack without unauthorized PR merges, you perform a scoped closeout during the WorktrackScope.closing phase that intercepts execution. This prevents silent branch cleanup or repo truth updates by requiring staged evidence validation and explicit approval boundaries before any state advancement.

What is a repo refresh handoff and when is it needed during PR merge closure?

A repo refresh handoff is a structured output generated during worktrack closure that passes baseline traceability and node-policy alignment data to the next workflow step. It is needed during PR merge closure to explicitly flag required baseline branches and approval mismatches for downstream execution.

How to generate a structured closeout report for pending approvals and risk assessment?

You generate a structured closeout report by initiating a scoped closure action within the closing state. The system validates staged evidence, checks node-policy traceability against the Worktrack Contract, and outputs a detailed report containing executed actions, pending approvals, and next-range recommendations.

Why does my worktrack closure fail when baseline branch traceability is missing?

Worktrack closure fails with missing baseline branch traceability because the system requires explicit baseline_branch sourcing from the Worktrack Contract to verify state. Without this checkpoint_policy_match validation, the process cannot confirm node-policy alignment and must block closure to prevent unauthorized repo refresh execution.

Can I execute code cleanup and repo refresh directly within the worktrack closing scope?

No, you cannot execute code cleanup or repo refresh directly within the worktrack closing scope. The closing phase strictly enforces permission boundaries to prevent drifting into implementation or unauthorized repo truth updates, meaning refresh actions must be handed off rather than executed inline.