manage-skills

Analyze session file changes to identify verification skill coverage gaps.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/BIGSHOL/ijw-Calander --skill manage-skills-bigshol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/BIGSHOL/ijw-Calander/tree/main/.claude/skills/manage-skills
Command: npx skills add https://github.com/BIGSHOL/ijw-Calander --skill manage-skills-bigshol

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of identifying and rectifying gaps in your verification skills, ensuring comprehensive code coverage and up-to-date validation logic.

Core Features & Use Cases

  • Detect Coverage Gaps: Identifies files changed in a session that are not covered by any existing verification skills.
  • Manage Skill Lifecycle: Facilitates the creation of new verification skills for uncovered patterns and the updating of existing skills to reflect code changes.
  • Use Case: After implementing a new feature, run this Skill to automatically check if new verification skills are needed or if existing ones require updates to cover the modified code, preventing regressions and ensuring robust validation.

Quick Start

Use the manage-skills skill to analyze recent code changes and suggest necessary updates or new 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 find code coverage gaps in my verification skills?

To find code coverage gaps, this skill analyzes recent session file changes and maps them against existing skill definitions to automatically detect uncovered patterns and suggest updates.

What is verification skill lifecycle management?

Verification skill lifecycle management is the process of maintaining and evolving validation logic by identifying coverage gaps, updating existing skills, and creating new ones for uncovered code patterns.

How do I update verification skills after refactoring code?

You can update verification skills after refactoring by running this skill to parse file changes, map them to registered definitions, and propose actionable updates to reflect the modified code.

When do I need to create new verification skills?

You need to create new verification skills when this skill detects files changed in your session that are not covered by any existing validation definitions, preventing potential regressions.

Does this skill work without external dependencies?

Yes, this skill works without external dependencies, using its internal scripts and references to analyze session changes and facilitate the maintenance of your verification skills.

What is the best way to maintain and evolve verification skills?

The best way to maintain and evolve verification skills is to automate the process by analyzing session changes against existing definitions to identify coverage gaps and propose actionable lifecycle updates.