hiddink-harness:auto-improve

Applies verified improvement suggestions to agent configurations and routing logic via isolated git worktrees and mgr-sauron verification.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill hiddink-harness-auto-improve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hiddink-harness:auto-improve
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/templates/skills/omcustom-auto-improve
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill hiddink-harness-auto-improve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the manual overhead of maintaining and optimizing agent configurations by automating the application of verified improvement suggestions derived from system evaluations.

Core Features & Use Cases

  • Automated Workflow: Integrates eval-core analysis to identify, select, and apply configuration improvements across agents, skills, and routing logic.
  • Safety-First Execution: Utilizes isolated worktrees and mandatory Sauron verification to ensure all changes are validated before PR creation.
  • Use Case: When an agent consistently fails routing or model-performance benchmarks, this skill automatically applies the recommended model escalation or routing update, verifies the fix, and opens a PR for final review.

Quick Start

Run the hiddink-harness auto-improve command to interactively select and apply pending configuration improvements to your harness environment.

Frequently Asked Questions about hiddink-harness:auto-improve

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

FAQPage Schema
How do I automate agent configuration improvements from evaluation data?

Automating agent configuration improvements involves parsing eval-core analysis data to identify changes, applying them in isolated git worktrees, and enforcing verification before generating a pull request. This skill executes that entire workflow automatically.

How does isolated git worktree verification work for routing logic updates?

Isolated git worktree verification works by applying routing logic updates to a separate working directory, running mandatory mgr-sauron pipeline checks, and only generating a PR after validation succeeds. This prevents unverified changes from affecting the main branch.

Do I need git and eval-core CLI to automate agent optimization workflows?

Yes, you need both git and eval-core CLI integration to automate agent optimization. Git manages state transitions and isolated worktrees for safe changes, while eval-core CLI provides the analysis data required to identify and select pending configuration improvements.

What is the best way to apply model escalation when an agent fails performance benchmarks?

The best way to apply model escalation for failed benchmarks is to automatically parse evaluation results, apply the recommended model or routing update to an isolated worktree, verify the fix through the Sauron pipeline, and open a PR for final review.

Can I use this automated configuration optimization without a git-based version control system?

No, you cannot use this automated configuration optimization without git-based version control. The skill requires git to manage state transitions, create isolated worktrees for safe execution, and generate pull requests for final human review.