heal-skill

Audit SKILL.md files and apply approved fixes with optional commits.

12|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/jikig-ai/soleur --skill heal-skill-jikig-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: heal-skill
Source: https://github.com/jikig-ai/soleur/tree/main/plugins/soleur/skills/heal-skill
Command: npx skills add https://github.com/jikig-ai/soleur --skill heal-skill-jikig-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill should be used when a skill has incorrect SKILL.md instructions, outdated API references, or wrong parameters discovered during execution. It detects the affected skill, proposes fixes with before/after diffs, and applies changes after approval.

Core Features & Use Cases

  • Detect a failing or misconfigured skill by analyzing SKILL.md and related references.
  • Reflect on what went wrong and propose concrete fixes with before/after diffs.
  • Present changes to the user for approval and then apply edits (with optional commit).

Quick Start

Audit a failing skill, propose before/after fixes, and await your approval before applying changes.

Frequently Asked Questions about heal-skill

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

FAQPage Schema
How do I fix outdated API references in a broken SKILL.md file?▼

You fix outdated API references in a broken SKILL.md file by auditing the skill to identify incorrect instructions, reviewing proposed before/after diffs, and applying targeted edits after explicit approval.

What is the best way to apply approved edits and commit skill maintenance changes to version control?▼

The best way to apply approved edits and commit skill maintenance changes is to use a runtime healing process that proposes fixes, awaits your approval, and optionally commits the applied diffs directly to version control.

How does a skill healing process handle incorrect parameters discovered during execution?▼

The skill healing process handles incorrect parameters discovered during execution by detecting the affected skill, reflecting on the misconfigured references, and proposing concrete fixes with before/after diffs for your review.

Do I need explicit approval before edits are applied to fix a broken skill?▼

Yes, you need explicit approval before edits are applied to fix a broken skill, ensuring you maintain control over the refactoring changes and can optionally commit them to version control.

Can I audit related files and references when a skill has wrong parameters?▼

Yes, you can audit related files and references when a skill has wrong parameters, enabling targeted corrections across individual skills and their dependencies during runtime execution.