One-click install
npx skills add https://github.com/johnatas-henrique/overdrive --skill skill-improve-johnatas-henrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/johnatas-henrique/overdrive/tree/main/.opencode/skills/skill-improve
Command: npx skills add https://github.com/johnatas-henrique/overdrive --skill skill-improve-johnatas-henrique

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of debugging and fixing skill files that fail static or category compliance checks, saving developers hours of repetitive troubleshooting.

Core Features & Use Cases

  • Automated Baseline Testing: Runs static and category checks on target skills to establish a clear starting score for failures and warnings.
  • Targeted Gap Diagnosis: Pinpoints exact compliance gaps for each failing check, eliminating guesswork about what needs to be fixed.
  • Safe Iterative Improvement: Uses a test-fix-retest loop that only retains changes that improve scores, with automatic revert if changes do not help.
  • Use Case: If you have a custom skill that fails Check 4 (missing ask-before-write language), this Skill will automatically identify the gap, propose a targeted fix, apply it, and verify the score improves before keeping the change.

Quick Start

Use the skill-improve skill to automatically fix all failing checks for your custom 'data-validator' skill.

Frequently Asked Questions about skill-improve

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

FAQPage Schema
How do I automate debugging for custom AI skill files that fail compliance checks?

Automated debugging for custom AI skill files uses a test-fix-retest loop to identify exact compliance gaps, propose targeted fixes, and automatically revert changes if scores do not improve. This eliminates manual troubleshooting for static and category testing rubrics.

What is the best way to fix missing ask-before-write language in skill files?

The best way to fix missing ask-before-write language is through targeted gap diagnosis that pinpoints the exact compliance failure. An automated iterative improvement process applies the required fix and validates the score before permanently retaining the file modification.

How does test-fix-retest loop validation work for skill maintenance?

Test-fix-retest loop validation for skill maintenance establishes a baseline score, applies targeted fixes to failing checks, and retests the score. It ensures safe file modification by automatically reverting any changes that do not result in a beneficial score improvement.

Can I automatically identify and remediate static testing failures in agent tooling?

Yes, you can automatically identify and remediate static testing failures in agent tooling by running automated baseline tests. This process diagnoses exact compliance gaps and applies safe iterative improvements to ensure custom skill files meet category testing rubrics.

Do I need manual file backups when iteratively improving AI skill libraries?

You do not need manual file backups when iteratively improving AI skill libraries because the automated process includes safe file modification with revert capability. Changes are only retained if score validation confirms they are beneficial.