skill-improve

Run a test-fix-retest loop on skill definitions in .github/skills.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill skill-improve-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/skill-improve
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill skill-improve-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to systematically improve a single skill by running a test–fix–retest loop, reducing manual iteration and drift.

Core Features & Use Cases

  • Baseline the skill by running static checks and category rubrics where available.
  • Diagnose gaps in frontmatter, structure, and workflow, then propose targeted fixes.
  • Re-test after each fix and decide to keep or revert changes based on score improvement.

Quick Start

Invoke the skill-improve command with the target skill name you want to optimize, e.g., /skill-improve tech-debt.

Frequently Asked Questions about skill-improve

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

FAQPage Schema
How do I automate skill improvement using a test-fix-retest loop?

Automate skill improvement by running a test-fix-retest loop that baselines static checks, diagnoses frontmatter and structural gaps, applies targeted fixes, and revalidates scores to decide whether to keep or revert changes.

What is a test-fix-retest cycle for quality assurance?

A test-fix-retest cycle for quality assurance executes baseline testing on a skill definition, applies targeted fixes to diagnosed gaps, and runs revalidation to ensure score improvement before keeping or reverting changes.

How do I systematically diagnose and fix gaps in skill definitions?

Systematically diagnose and fix gaps in skill definitions by parsing arguments, running static checks and category rubrics, identifying frontmatter and structural deficiencies, and proposing targeted fixes for retesting.

Can I use automated testing to iteratively improve skills stored in .github/skills?

Yes, you can iteratively improve skills stored in .github/skills by invoking the skill-improve command with the target skill name, which integrates with /skill-test tooling to enforce a structured multi-phase improvement process.

Does the skill improvement process automatically revert changes if the score does not improve?

Yes, the skill improvement process re-tests after each targeted fix and automatically decides to keep or revert changes based on whether the quality assurance score actually improves during revalidation.