bill-feature-verify

Extract acceptance criteria, audit feature flags, and verify PRs against design specs.

13|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Sermilion/skill-bill --skill bill-feature-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bill-feature-verify
Source: https://github.com/Sermilion/skill-bill/tree/main/skills/bill-feature-verify
Command: npx skills add https://github.com/Sermilion/skill-bill --skill bill-feature-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a teammate's PR aligns with the design doc or spec by automatically extracting acceptance criteria, auditing feature-flag requirements, collecting the PR diff, and running an end-to-end code review workflow. It provides a reproducible, auditable process for PR validation and reduces review drift across teams.

Core Features & Use Cases

  • Extract acceptance criteria from specs and verify alignment with PR changes.
  • Gather PR diffs, audit feature flags, and run code review in a single orchestrated flow.
  • Produce structured verdicts and telemetry-backed artifacts for compliance and traceability.

Quick Start

Supply the task spec and PR details to start the verify workflow and generate a final verdict.

Frequently Asked Questions about bill-feature-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate PR review against design specs and acceptance criteria?

Automating PR verification involves extracting acceptance criteria from specs, auditing feature flags, and routing diffs to code review and completeness checks. This orchestrated workflow ensures PR changes match the design doc.

What is an end-to-end PR verification workflow?

An end-to-end PR verification workflow orchestrates spec extraction, feature flag auditing, diff collection, and code review into a single flow. It produces structured verdicts and telemetry artifacts for compliance and traceability.

Can I audit feature flags during a pull request review?

Yes, you can audit feature flags during a pull request review by routing the PR through a verification workflow. The workflow evaluates feature flag requirements alongside diff collection and generates a structured audit result artifact.

How do I ensure PR review consistency and reduce drift across my team?

Ensuring PR review consistency requires a reproducible, auditable process that applies the same validation steps to every PR. Automating spec alignment checks and completeness audits reduces review drift across teammates.

What artifacts and telemetry does an automated PR verification workflow produce?

An automated PR verification workflow produces structured artifacts including criteria summaries, diff summaries, feature flag audit results, review results, completeness audits, and final verdicts. It also emits telemetry per contract for compliance traceability.

Do I need to provide a design doc or spec to start the PR verification process?

Yes, you need to provide a design doc or spec to start the PR verification process. The workflow extracts acceptance criteria from these supplied inputs to verify that the PR changes align with the intended design.