One-click install
npx skills add https://github.com/MichaelSolati/mkai --skill skill-improve-michaelsolati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/MichaelSolati/mkai/tree/main/profiles/game-dev/skills/skill-improve
Command: npx skills add https://github.com/MichaelSolati/mkai --skill skill-improve-michaelsolati

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of debugging and improving coding agent skills, ensuring they meet quality compliance standards without hours of repetitive testing and ad-hoc tweaking.

Core Features & Use Cases

  • Automated Baseline Testing: Runs static and category-specific quality checks to identify exact gaps in skill compliance.
  • Targeted Fix Proposals: Suggests minimal, precise changes only for failing checks, avoiding unnecessary rewrites of passing sections.
  • Safe Change Management: Automatically reverts modifications if the overall quality score does not improve, preventing regressions.
  • Use Case: Imagine you have a custom skill for code review that fails static checks for missing ask-before-write language. Use this Skill to diagnose the gap, apply the targeted fix, and keep the change only if the overall quality score increases.

Quick Start

Invoke the skill-improve skill to run an automated improvement loop on your custom skill that is failing static quality checks.

Frequently Asked Questions about skill-improve

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

FAQPage Schema
How do I fix a custom Claude Code skill that fails static analysis quality checks?

To fix custom Claude Code skills failing static analysis quality checks, use a test-fix-retest loop to diagnose exact compliance gaps and propose targeted minimal fixes. This automated approach only retains changes that improve overall skill quality scores.

Can I automatically improve coding agent skills without causing quality regressions?

You can automatically improve coding agent skills without causing quality regressions by using safe change management. The test-fix-retest loop automatically reverts modifications if the overall quality score does not improve after applying targeted fixes.

What is the best way to debug failing category-specific quality checks for coding agent skills?

The best way to debug failing category-specific quality checks for coding agent skills is running automated baseline testing. This process identifies exact gaps in skill compliance and suggests precise changes only for failing checks, avoiding unnecessary rewrites.

Does the test-fix-retest loop rewrite passing sections of a skill during optimization?

The test-fix-retest loop does not rewrite passing sections of a skill during optimization. It suggests minimal, precise changes only for failing checks to resolve quality compliance gaps, ensuring targeted fixes without disrupting functional code.

How do I resolve missing ask-before-write language in a custom code review skill?

To resolve missing ask-before-write language in a custom code review skill, run an automated improvement loop. It diagnoses the specific static check gap, applies the targeted fix, and keeps the change only if the overall quality score increases.

When should I use an automated skill improvement loop instead of manual debugging?

Use an automated skill improvement loop instead of manual debugging when custom coding agent skills fail static or category-specific quality checks. It eliminates tedious, error-prone manual work and repetitive ad-hoc tweaking by automating the diagnosis and fix proposal process.