skill-improve

Run a test-fix-retest loop to improve skills in Codex.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill skill-improve-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/skill-improve
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill skill-improve-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of improving a skill, automating the steps of testing, proposing fixes, retesting, and deciding on the final version, saving time and ensuring quality.

Core Features & Use Cases

  • Automated Improvement Loop: Runs a test-fix-retest loop for skills, including static checks, proposed fixes, and retests.
  • User-Invocable: Allows users to initiate the improvement process for any skill with a simple command.
  • Use Case: Imagine you have a skill with several failing checks in the Codex testing framework. Use this Skill to automatically identify issues, propose fixes, and verify improvements.

Quick Start

Run the command /skill-improve followed by the skill name you wish to improve, 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 fixing failing checks in a Codex testing framework?

Automate fixing failing checks in a Codex testing framework by running a structured test-fix-retest loop that performs static checks, proposes fixes, rewrites the skill, and re-tests to keep or revert changes based on score changes.

How does a test-fix-retest loop work for AI-assisted development skill improvement?

A test-fix-retest loop for AI-assisted development skill improvement works by executing static checks, proposing fixes, rewriting the skill, and re-testing to decide whether to keep or revert changes based on the resulting score change.

Can I run automated skill improvement on any skill in a Codex environment?

You can run automated skill improvement on any skill in a Codex environment by invoking the process with the skill name, but you need access to Codex testing tools and the ability to execute scripts to complete the automated loop.

What is the best way to automate software quality checks and propose fixes for skills?

The best way to automate software quality checks and propose fixes for skills is using a structured improvement loop that runs static checks, rewrites the skill, and re-tests to verify improvements based on score changes.

Do I need access to Codex testing tools to automate test automation and skill improvement?

You need access to Codex testing tools and the ability to execute scripts to automate test automation and skill improvement, as the process relies on running static checks and re-tests within the Codex environment.