skill-improve

Run static tests, apply fixes, and retest skills to measure score changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill skill-improve-junnnnywon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/JunnnnyWon/Codex-Game-Studios/tree/main/.claude/skills/skill-improve
Command: npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill skill-improve-junnnnywon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline and automate skill improvement by looping through tests, fixes, and retests, reducing manual trial-and-error in skill refinement.

Core Features & Use Cases

  • Automated baseline testing and targeted fixes for a single skill.
  • Re-test and validate changes to ensure score improvement or revert if not.
  • Applicability across skill domains where formal testing workflows exist.

Quick Start

Provide a skill name to start the improve loop, for example 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 test-fix-retest cycles for debugging my custom skills?

Automating test-fix-retest cycles for debugging custom skills involves running a static baseline test, applying targeted fixes, and re-testing to measure score changes. This validates improvements systematically and reverts ineffective fixes automatically.

What is the best way to measure quality assurance improvements in a target skill?

Measuring quality assurance improvements in a target skill requires running static tests to establish a baseline, applying fixes, and re-testing to evaluate score changes. The workflow reverts modifications if the score does not improve.

How do I start an automated skill improvement loop for CI-CD workflows?

To start an automated skill improvement loop for CI-CD workflows, provide the target skill name as an argument. The process orchestrates argument parsing, baseline checks, diagnosis, fixes, and retesting automatically.

Does the automated testing and debugging workflow require a specific file structure?

The automated testing and debugging workflow requires a SKILL.md file located at .claude/skills/[name]/SKILL.md. It relies on this specific file structure to perform validations using /skill-test commands.

Can I use this automated fix and validation process across different skill domains?

You can use this automated fix and validation process across skill domains where formal testing workflows exist. It applies targeted fixes and validates changes universally, independent of the specific skill subject matter.

What happens if my applied fixes do not improve the skill test score?

If applied fixes do not improve the skill test score during the re-testing phase, the automated workflow reverts the changes. This ensures only modifications that demonstrably enhance quality assurance are kept.