coverage

Run test coverage analysis, identify missed and partial lines, and write tests to improve coverage. Use this when the user asks to check coverage, improve coverage, or write tests for uncovered code. This skill detects both completely missed lines and partially covered lines (executed but missing branch coverage) to match Codecov analysis.

$ インストール

git clone https://github.com/talmolab/sleap-io /tmp/sleap-io && cp -r /tmp/sleap-io/.claude/skills/coverage ~/.claude/skills/sleap-io

// tip: Run this command in your terminal to install the skill