skill-improve

Run a test-fix-retest loop to improve skill definitions.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/LordKuper/agentic-game-studio --skill skill-improve-lordkuper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/LordKuper/agentic-game-studio/tree/main/.claude/skills/skill-improve
Command: npx skills add https://github.com/LordKuper/agentic-game-studio --skill skill-improve-lordkuper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Improve a skill by running a test-fix-retest loop that evaluates, patches, and revalidates skill definitions for quality and consistency.

Core Features & Use Cases

  • Baseline a skill by running static tests and collecting failures and warnings.
  • Diagnose issues across multiple checks and propose minimal, targeted rewrites.
  • Retest changes and decide to keep or revert based on score changes across static and category checks.

Quick Start

Run the /skill-improve command with the target skill name to begin the improvement loop.

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 through test-fix cycles?

Skill improvement through test-fix cycles is automated by running iterative loops that test, diagnose, patch, and revalidate skill definitions to enforce quality and consistency across a repository.

What is a baseline test for skill definitions?

A baseline test for skill definitions runs static checks to collect failures and warnings, establishing a quality reference point before diagnosing issues and proposing targeted rewrites.

How do I diagnose and fix static check failures in a skill?

Diagnosing and fixing static check failures involves running baseline tests, identifying issues across multiple checks, and applying minimal targeted rewrites to resolve the detected quality problems.

Can I revert skill changes if retesting shows lower quality scores?

Yes, retesting evaluates changes across static and category checks, and an optional reversion step allows you to revert proposed fixes if the updated quality scores do not improve.

What's the best way to run a multi-phase workflow for quality assurance?

A multi-phase workflow for quality assurance is executed by parsing arguments, running baseline tests, diagnosing issues, implementing fixed proposals, and optionally reverting changes based on score outcomes.

Do I need dependencies to run automated retests on my skill definitions?

No external dependencies are required to run automated retests on skill definitions, as the improvement loop directly parses arguments and applies static and category checks internally.