manage-skills

Analyze code changes and update verification skills for coverage gaps.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/cjinzy/jin-claude --skill manage-skills-cjinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/cjinzy/jin-claude/tree/main/plugins/jin-claude/skills/manage-skills
Command: npx skills add https://github.com/cjinzy/jin-claude --skill manage-skills-cjinzy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of keeping your verification skills up-to-date by analyzing code changes, detecting gaps in coverage, and suggesting or performing updates and new skill creations.

Core Features & Use Cases

  • Drift Detection: Identifies when code changes are no longer covered by existing verification skills.
  • Skill Maintenance: Suggests updates to existing skills (e.g., adding new file patterns, updating detection commands) or recommends creating new skills for uncovered areas.
  • Workflow Automation: Streamlines the process of ensuring your AI's testing and validation capabilities evolve with your codebase.
  • Use Case: After adding new API endpoints, this Skill can automatically detect if new verification skills are needed or if existing ones need to be updated to cover the new files and patterns.

Quick Start

Run the manage-skills skill to analyze current code changes and update verification skills.

Frequently Asked Questions about manage-skills

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

FAQPage Schema
How do I keep automated verification checks synchronized with a changing codebase?

Automated verification checks stay synchronized by analyzing code changes to detect coverage gaps, identifying missing file references, and managing the creation and updating of skill units to match new patterns.

What is verification skill drift and how do I detect it in CI/CD pipelines?

Verification skill drift occurs when code changes are no longer covered by existing validation checks. Drift detection works by analyzing recent updates against current skills to identify uncovered files and outdated detection commands.

How do I update detection commands for existing verification skills after adding new API endpoints?

Updating detection commands involves analyzing the new API endpoints to identify coverage gaps, then suggesting updates to existing skills by adding new file patterns and modifying detection commands to capture the new code.

When should I create new verification skills instead of updating existing ones?

New verification skills should be created when code changes introduce entirely new patterns or functional areas that existing skills cannot cover, whereas updating applies when modifying file references or detection commands in current skills.

Does this skill management workflow require specific CI/CD dependencies to run?

No specific CI/CD dependencies are required. The skill management workflow operates independently by analyzing code changes and verification skills directly, requiring no external components or dependencies to detect coverage gaps.

What's the best way to automate the maintenance of code quality verification skills?

Automating verification skill maintenance is best handled by a workflow that continuously analyzes code changes, detects coverage gaps, and automatically suggests or performs updates to detection commands and file references.