Coverage banner
gadievron gadievron

Coverage

Development community

Description

--- name: coverage description: Coverage tracking and reporting — what tools examined what code user-invocable: false --- # Coverage System Tracks what each tool examined during analysis. Answers: "what code has been checked, by whom, and what's missing?" ## Coverage Records Each tool writes a `coverage-<tool>.json` in the run output directory: | File | Written by | Contents | |------|-----------|----------| | `coverage-semgrep.json` | Scanner (`/scan`) | files examined, policy groups, erro

Installation

Installs to ~/.claude/skills/gadievron-raptor-coverage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gadievron-raptor-coverage && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/skills/coverage.md -o ~/.claude/skills/gadievron-raptor-coverage/SKILL.md

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

Full documentation available on GitHub

View Source Repository