meta-optimize

Analyze JSONL event logs and propose reviewer-gated SKILL.md patches.

Updated May 25, 2026
One-click install
npx skills add https://github.com/duypham2801/ThS_LLM --skill meta-optimize-duypham2801
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-optimize
Source: https://github.com/duypham2801/ThS_LLM/tree/main/.claude/skills/meta-optimize
Command: npx skills add https://github.com/duypham2801/ThS_LLM --skill meta-optimize-duypham2801

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ARIS skill prompts, defaults, and workflow gates can drift away from what users actually do, causing unnecessary manual overrides, retries, and inconsistent outcomes.

Core Features & Use Cases

  • Log-driven harness improvement: Analyzes .aris/meta/events.jsonl to find recurring friction points in reviewer prompts, loop thresholds, retries, and workflow ordering.
  • Targeted optimization scope: Focuses on a specified skill (or all skills) based on sufficient logged invocations.
  • Reviewer-gated patch recommendations: Proposes minimal SKILL.md diffs, runs cross-model adversarial review, and never auto-applies changes.

Quick Start

Run the meta-optimize skill after at least five logged workflow sessions so it can analyze .aris/meta/events.jsonl and recommend safe SKILL.md improvements.

Frequently Asked Questions about meta-optimize

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

FAQPage Schema
How do I optimize skill prompts using execution logs?

To optimize skill prompts using execution logs, you analyze accumulated JSONL event logs to identify recurring friction points, then propose minimal, reviewer-gated diff patches to SKILL.md and workflow defaults based on log-backed evidence.

How many logged sessions are needed before tuning workflow defaults?

You need at least five logged workflow sessions before tuning workflow defaults. This ensures the log analysis has sufficient accumulated execution data to perform accurate frequency, failure, and convergence analyses for targeted improvements.

Does log-driven skill optimization automatically apply SKILL.md patches?

No, log-driven skill optimization never auto-applies SKILL.md patches. It runs cross-model adversarial review on proposed diff-style patches and applies changes only after receiving explicit user approval during the maintenance workflow.

What is the best way to analyze ARIS harness friction from JSONL logs?

The best way to analyze ARIS harness friction from JSONL logs is performing frequency, failure, and convergence analyses on events.jsonl. This identifies recurring issues in reviewer prompts, loop thresholds, retries, and workflow ordering for targeted optimization.

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

Yes, you can target a specific skill for prompt tuning instead of all skills. The optimization scope focuses on a specified skill if it has sufficient logged invocations within the accumulated event logs.

When should I not use automated prompt tuning for workflow defaults?

You should not use automated prompt tuning for workflow defaults when you have fewer than five logged workflow sessions, or when you need immediate auto-applied changes, as this process requires explicit reviewer approval and sufficient log data.