Analyze Gaps banner
etr etr

Analyze Gaps

Development community

Description

--- name: skiller:analyze-gaps description: Analyze instrumented sessions for behavioral gaps and generate improvement suggestions allowed-tools: ["Read", "Write", "Bash", "Glob", "Grep", "Agent", "Skill"] disable-model-invocation: true --- CRITICAL INSTRUCTION: Before doing ANYTHING else, you MUST call the Skill tool with: Skill(skill="skiller:gap-analyzer") Do NOT read files, explore code, or generate any response before invoking this skill.

Installation

Installs to ~/.claude/skills/etr-skiller-analyze-gaps/SKILL.md

Terminal
mkdir -p ~/.claude/skills/etr-skiller-analyze-gaps && curl -fsSL https://raw.githubusercontent.com/etr/skiller/HEAD/commands/analyze-gaps.md -o ~/.claude/skills/etr-skiller-analyze-gaps/SKILL.md

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

Full documentation available on GitHub

View Source Repository