skill-improve

Run static and category tests, fix SKILL.md files, and retest until checks pass.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill skill-improve-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/skill-improve
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill skill-improve-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many skills contain static or category failures that hinder their effectiveness, requiring manual analysis and editing to achieve compliance.

Core Features & Use Cases

  • Automated Diagnosis: Runs static and category tests to identify exact failure points.
  • Targeted Fix Generation: Proposes precise modifications for each identified issue.
  • Retesting & Verdict: Re‑executes tests after applying fixes and decides whether to keep or revert changes.
  • Use Case: Ideal for developers who maintain a large collection of Codex skills and need a systematic way to keep them high‑quality.

Quick Start

Run skill-improve on the desired skill, 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 fix static and category failures in Codex skills?

To fix static and category failures in Codex skills, you can use an automated test-fix-retest loop. This approach runs diagnostic tests, proposes targeted modifications for SKILL.md files, and re-executes tests to verify the fixes.

What is the test-fix-retest loop for skill improvement?

The test-fix-retest loop for skill improvement is an automated cycle that diagnoses static and category failures. It executes skill-test commands, applies targeted fixes to SKILL.md files, and retests to decide whether to keep or revert changes.

How do I automate code quality checks for skills in the .agents/skills directory?

You automate code quality checks for skills in the .agents/skills directory by running an automated diagnosis tool. It identifies exact failure points from static or category tests and generates precise modifications to achieve compliance.

Can I automatically revert SKILL.md changes if a test fails?

Yes, you can automatically revert SKILL.md changes if a test fails. The test-fix-retest loop re-executes tests after applying fixes and automatically decides whether to keep the modifications or revert them based on the test verdict.

Does the skill improvement process require user confirmation before modifying files?

Yes, the skill improvement process requires user confirmation before modifying files. It handles user confirmation prompts when proposing and applying targeted fixes to SKILL.md files during the test-fix-retest cycle.

What is the best way to maintain a large collection of Codex skills?

The best way to maintain a large collection of Codex skills is using an automated test-fix-retest mechanism. It systematically reduces static and category failures by diagnosing issues, generating targeted fixes, and verifying results without manual editing.