skill-improve

Diagnose and repair failing skill checks through a test-fix-retest loop.

18|5|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill skill-improve-wsman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-improve
Source: https://github.com/wsman/MY-DOGE-MICRO/tree/main/.agents/skills/skill-improve
Command: npx skills add https://github.com/wsman/MY-DOGE-MICRO --skill skill-improve-wsman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps refine an existing skill when it has failing checks, weak workflow coverage, or missing guardrails. It turns diagnosis and patching into a controlled loop so improvements can be measured before changes are kept.

Core Features & Use Cases

  • Baseline Testing: Runs static checks first, then category checks when applicable, to identify exactly where the skill is weak.
  • Targeted Diagnosis: Maps each failure or warning to a specific gap in the skill text, including missing phases, missing verdict language, or missing ask-before-write guidance.
  • Dual-Domain Review: Preserves game content while adding product-specific routing, steps, outputs, and follow-up guidance when a skill spans both domains.
  • Safe Patch Workflow: Proposes focused edits, asks for approval before writing, retests after changes, and can revert if the result does not improve.
  • Use Case: An agent maintainer wants to upgrade a skill that fails static validation and needs clearer handoff language, stronger routing, and better write safeguards.

Quick Start

Ask the assistant to improve a named skill using the test-fix-retest workflow and review the proposed patch before approving any write.

Frequently Asked Questions about skill-improve

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

FAQPage Schema
How do I fix failing static analysis checks for an agent workflow?

Run a test-fix-retest loop to diagnose static analysis failures, map them to specific gaps in the skill specification, apply patches, and verify improvements through retesting.

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

A test-fix-retest loop is a controlled workflow that runs baseline checks, applies targeted edits to fix failures, and retests to measure score changes before preserving or reverting modifications.

How do I safely patch a skill specification without breaking existing logic?

Safely patch a skill specification by proposing focused edits, asking for approval before writing, and using controlled file writes with rollback to revert changes if the retest score does not improve.

Can I maintain dual-domain parity when adding product-specific routing to a skill?

Maintain dual-domain parity by preserving game content while adding product-specific routing, steps, outputs, and follow-up guidance when a skill spans both domains during the review process.

How do I diagnose missing guardrails and workflow coverage in an agent skill?

Diagnose missing guardrails and workflow coverage by running baseline static checks and category rubric reviews, then mapping each warning to specific gaps like missing ask-before-write guidance.

What are the limitations of automated workflow repair for agent skills?

Automated workflow repair requires reading the full skill specification to compare baseline and retest results, meaning changes cannot be kept automatically without confirming the score has improved.