---
name: hashgraph-online/test-gap
source: https://app.decimal.ai/s/hashgraph-online-test-gap@1/SKILL.md
source_sha256: c3a260d0d033
---

Run `python3 scripts/gap.py "$@"` from the test-gap plugin root.

Purpose: compare the current git diff against the selected base branch, parse the selected or auto-detected coverage report, and report changed lines that are not covered by tests.

Inputs: optional `--base`, `--report`, and `--format` arguments supplied by the user.

Boundaries: do not edit files, do not install packages, do not use the network, and do not hide failures.

Output contract: return either the helper output or a concise failure summary with command, exit status, and next step.

Verification contract: accept success only when the helper exits 0 and prints JSON or markdown matching the requested format.