meta-optimize

Analyze ARIS usage logs and propose patch-based optimizations for skill prompts.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/xqinag/ARIS-new --skill meta-optimize-xqinag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-optimize
Source: https://github.com/xqinag/ARIS-new/tree/main/skills/meta-optimize
Command: npx skills add https://github.com/xqinag/ARIS-new --skill meta-optimize-xqinag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze ARIS usage logs and propose optimizations to SKILL.md files, reviewer prompts, and workflow defaults. Outer-loop harness optimization inspired by Meta-Harness (Lee et al., 2026). Use when user says "优化技能", "meta optimize", "improve skills", "分析使用记录", or wants to optimize ARIS's own harness components based on accumulated experience.

Core Features & Use Cases

  • Analyze usage data to identify opportunities to improve prompts, default parameters, and workflow ordering.
  • Propose minimal, patch-based changes with explicit rationale grounded in logs.
  • Support targeted optimization for a specific skill or all skills with sufficient data.

Quick Start

Run /meta-optimize to generate optimization proposals from the latest ARIS usage data.

Frequently Asked Questions about meta-optimize

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

FAQPage Schema
How do I optimize harness prompts using ARIS usage logs?

To optimize harness prompts from ARIS usage logs, analyze accumulated data to identify optimization opportunities in SKILL.md files, reviewer guidance, and workflow defaults, returning targeted patch diffs with explicit rationale.

What is meta optimization for ARIS workflow defaults?

Meta optimization for ARIS workflow defaults is an outer-loop harness optimization process that analyzes usage logs to propose minimal, patch-based changes grounded in accumulated experience data.

Can I target a specific skill for optimization instead of all skills?

Yes, you can target a specific skill for optimization by specifying it in the ARGUMENTS, which constrains the log analysis to that skill; otherwise the tool analyzes all skills with sufficient data and presents a ranked patch set.

How do I generate optimization proposals from ARIS usage data?

To generate optimization proposals from ARIS usage data, run the meta-optimize command, which analyzes the latest logs and returns diffs in unified patch format along with an advisory summary.

What format do the optimization proposals use for SKILL.md changes?

Optimization proposals for SKILL.md changes use unified patch format diffs, accompanied by an advisory summary that details the minimal, patch-based modifications and their explicit rationale.