update-skill

Analyze JSONL feedback files to propose skill file updates and changelog entries.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Nero-kk/claude-agent-skills --skill update-skill-nero-kk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skill
Source: https://github.com/Nero-kk/claude-agent-skills/tree/main/claude-skills/update-skill
Command: npx skills add https://github.com/Nero-kk/claude-agent-skills --skill update-skill-nero-kk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the time-consuming manual process of reviewing scattered user feedback and turning recurring issues into concrete, versioned updates to skill files so teams can continuously improve agent behaviors.

Core Features & Use Cases

  • Feedback aggregation and analysis: Load JSONL feedback logs, parse entries, and summarize evaluation distributions and recurring complaints.
  • Concrete update proposals: Produce specific edit suggestions for SKILL.md files, including suggested description/version bumps and changelog entries.
  • Governed deployment: Request user approval for each change, archive processed feedback, and propose wrapper skills for built-in protections.
  • Use Case: A maintainer collects dozens of post-run feedback entries about a skill's prompts and uses this pipeline to summarize problems, approve edits, and update the skill repository with an auditable changelog.

Quick Start

Analyze the feedback files for the target skill, generate update proposals, and approve or reject each suggested change.

Frequently Asked Questions about update-skill

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

FAQPage Schema
How do I automate skill updates from JSONL user feedback logs?

To automate skill updates from JSONL user feedback logs, parse the accumulated entries to identify recurring issues, generate targeted SKILL.md edit proposals, and archive the processed feedback. This pipeline summarizes evaluation distributions and creates versioned changelog entries for local skill repositories.

What is the best way to generate changelog entries from user feedback for a local skill repository?

Generating changelog entries from user feedback involves analyzing JSONL files to summarize complaints and strengths, then proposing precise skill file modifications with version bumps. This automated process ensures updates are governed by user approval and auditable through the generated changelog.

Can I use this automated skill maintenance process for any local Claude skill repository?

Yes, this automated skill maintenance process applies to local Claude skill repositories. It requires reading and parsing JSONL feedback files stored locally, allowing maintainers to review post-run evaluation entries and approve or reject suggested edits to the target skill files.

How do I propose precise file edits to a SKILL.md based on recurring feedback patterns?

Proposing precise file edits to a SKILL.md based on recurring feedback patterns requires parsing JSONL logs to detect evaluation distributions. The pipeline then summarizes identified issues and strengths into concrete update proposals for the skill files, including description modifications and version bumps.

Does the skill update pipeline require manual approval before modifying skill files?

Yes, the skill update pipeline requires manual approval before modifying skill files. It operates under governed deployment, requesting user approval for each suggested change, archiving processed feedback, and proposing wrapper skills to ensure built-in protections for the local repository.

What are the limitations of using JSONL files for skill update recommendations?

The limitation of using JSONL files for skill update recommendations is that feedback must be accumulated and stored in this specific JSONL format. The pipeline depends entirely on reading and parsing these local JSONL files to identify patterns and propose file edits, requiring structured input.