meta-optimize

Analyze ARIS usage logs to propose optimizations for SKILL.md files and workflow defaults.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/caw111/2026-SoftwareCup --skill meta-optimize-caw111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-optimize
Source: https://github.com/caw111/2026-SoftwareCup/tree/main/.agents/skills/meta-optimize
Command: npx skills add https://github.com/caw111/2026-SoftwareCup --skill meta-optimize-caw111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, bash, gpt-5.5, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes ARIS usage logs and proposes optimizations for SKILL.md files, reviewer prompts, and workflow defaults to improve the efficiency and effectiveness of the ARIS research harness.

Core Features & Use Cases

  • Usage Log Analysis: Analyzes .aris/meta/events.jsonl for usage patterns, failure rates, and user interventions.
  • Optimization Recommendations: Proposes changes to SKILL.md files, default parameters, and convergence rules based on data.
  • Patch Proposals: Generates diff patches for proposed changes that can be applied to SKILL.md files.
  • Cross-Model Review: Uses GPT-5.5 xhigh for adversarial review of patches to ensure minimal impact on existing workflows.

Quick Start

Run /meta-optimize to initiate an optimization analysis.

Frequently Asked Questions about meta-optimize

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

FAQPage Schema
How do I optimize workflow defaults and SKILL.md files using usage log analysis?

Usage log analysis optimizes SKILL.md files by parsing `.aris/meta/events.jsonl` for failure rates and user interventions, then proposing targeted diff patches to improve workflow defaults. It requires at least 5 complete workflow runs to generate actionable data.

What is the process for generating code diffs to patch ARIS research harness configurations?

Generating code diffs for ARIS configurations involves analyzing event logs with Python and using GPT-5.5 for adversarial review. This cross-model review ensures proposed patches have minimal impact on existing workflows before they are applied.

Do I need a minimum number of workflow runs before analyzing ARIS usage logs?

Yes, analyzing ARIS usage logs requires a minimum of 5 complete workflow runs logged in `.aris/meta/events.jsonl`. This threshold ensures sufficient data exists to identify meaningful usage patterns, failure rates, and user interventions.

Can I use Python and Bash to automate reviewer prompt optimization?

Yes, you can use Python for data analysis and Bash for script execution to automate reviewer prompt optimization. The process evaluates logged events to propose data-driven changes to prompts and convergence rules.

How does GPT-5.5 review proposed patches to ensure minimal impact on existing workflows?

GPT-5.5 provides adversarial review of generated diff patches to ensure minimal impact on existing workflows. This cross-model evaluation validates that proposed changes to SKILL.md files and default parameters maintain system stability.

Why are my SKILL.md optimization proposals failing to identify usage patterns?

Optimization proposals fail when `.aris/meta/events.jsonl` lacks sufficient data, specifically fewer than 5 complete workflow runs. Without adequate logs, the analysis cannot detect meaningful failure rates or user interventions to propose changes.