Audit Prune Completeness banner
megabytespace megabytespace

Audit Prune Completeness

Security community

Description

--- description: Catch the github-mcp class of bug — CallTools handlers that exist but are invisible to Claude because ListTools never advertises them (orphaned), or ListTools entries that have no handler (zombies) argument-hint: [--fix] --- <!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. --> <SUBAGENT-STOP/> After every prune or forge, ListTools and CallTools can drift apart: - **Orphaned handler** — `case`/`if`

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-audit-prune-completeness/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-audit-prune-completeness && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/audit-prune-completeness.md -o ~/.claude/skills/megabytespace-claude-skills-audit-prune-completeness/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository