flow-skill-fix-by-benchmarks

Diagnose skill failures by running benchmarks and proposing approved fixes.

3|Updated Oct 5, 2025
One-click install
npx skills add https://github.com/korchasa/flow --skill flow-skill-fix-by-benchmarks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-skill-fix-by-benchmarks
Source: https://github.com/korchasa/flow/tree/main/.dev/skills/flow-skill-fix-by-benchmarks
Command: npx skills add https://github.com/korchasa/flow --skill flow-skill-fix-by-benchmarks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Benchmark Skill helps identify why a skill fails and guides proposing fixes with argumentation, enabling reliable improvements.

Core Features & Use Cases

  • Systematic benchmarking to pinpoint root causes of skill failures.
  • Structured argumentation to justify proposed fixes and verification plans.
  • Guardrails with required approvals before applying changes.

Quick Start

Run the benchmark framework on the target skill to start root-cause analysis.

Frequently Asked Questions about flow-skill-fix-by-benchmarks

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

FAQPage Schema
How do I identify the root cause of a failing AssistFlow skill?

To identify the root cause of a failing skill, run the benchmark framework on the target AssistFlow skill. It systematically pinpoints failures through structured benchmarking, interprets evidence, and proposes argumentation for fixes.

What is the process for debugging a skill that regressed after recent changes?

Debugging a skill that regressed after changes involves locating relevant benchmarks and running the benchmark-runner. This structured verification isolates specific failure points and prescribes steps to propose corrective actions.

Can I apply benchmark fixes automatically to underperforming skills?

You cannot apply benchmark fixes automatically to underperforming skills. The framework enforces guardrails by requiring explicit user approval before implementing any proposed fixes or changes to the skill.

Does this benchmarking approach work for skills failing validation runs?

Yes, this benchmarking approach works for skills failing validation runs. It applies directly to AssistFlow skills that underperform in validation runs, using evidence from the benchmark-runner to guide structured root-cause analysis.

When do I need to use benchmark-based verification for skill debugging?

You need benchmark-based verification for skill debugging when an AssistFlow skill fails benchmarks, regresses after changes, or underperforms in validation runs, requiring structured evidence interpretation to propose fixes.