ah-verify-requirements-coverage

Installation
SKILL.md

Verify Requirements Coverage

Verify that a pull request or local changes fully implement the requirements described in a GitHub issue. Extracts the issue reference, analyzes the diff against the issue description, and produces a coverage report.

Input

  • PR number or URL (optional): The pull request identifier. Accepts:
    • Number: 123
    • Hash-prefixed: #123
    • Full URL: https://github.com/owner/repo/pull/123
    • If omitted, verifies local changes instead.
  • Issue number (optional): An issue number can be provided to check coverage against (e.g., issue #42). Works in both remote and local modes. In remote mode, this overrides automatic issue detection from the PR body.
  • Diff file path (optional): Path to a pre-existing diff file (e.g., passed by ah-review-code). If provided, skip fetching the diff in Step 7 and read this file instead.

Procedure

1. Determine Review Target

  • Remote PR: If the user provides a PR number or URL (e.g., "Verify PR #123"), target that remote PR. Set MODE=remote.
Related skills

More from arinhubcom/arinhub

Installs
19
First Seen
Feb 26, 2026