feature-completion-audit

Audit feature completion against original requirements with six-dimension evidence evaluation.

5|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/ql-link/LinkRag --skill feature-completion-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-completion-audit
Source: https://github.com/ql-link/LinkRag/tree/main/.ai/skills/feature-completion-audit
Command: npx skills add https://github.com/ql-link/LinkRag --skill feature-completion-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides objective verification of whether a feature has truly been completed by cross-referencing original requirements with implementation evidence, avoiding self-assessment biases.

Core Features & Use Cases

  • Independent cross-checking of feature completion for dialogue-driven audits or PR reviews.
  • Six-dimension evidence-based evaluation: coverage, acceptance alignment, correctness & edge cases, contract & integration, test evidence, and scope deviation.
  • Structured audit reports with per-item status and actionable gaps.

Quick Start

Provide the original requirements and the related diffs or PR details to initiate an objective audit.

Frequently Asked Questions about feature-completion-audit

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

FAQPage Schema
How do I verify feature completion against original requirements?

To verify feature completion, cross-reference original requirements with implementation evidence to avoid self-assessment biases. This process applies six independent dimensions, including coverage and test evidence, to output a structured audit report with clear gaps.

What is the best way to audit a PR for missing requirements and scope deviation?

Auditing a PR for scope deviation involves applying six-dimension evidence-based evaluation to diffs. This identifies missing requirements and scope changes by cross-checking implementation evidence against acceptance alignment and contract integration criteria.

Does feature completion audit work for both dialogue-driven development and PR reviews?

Feature completion audit works for both in-context dialogue-driven audits and PR or diff reviews. It objectively evaluates correctness, edge cases, and test evidence against original requirements regardless of the development context.

How do I check if my implementation has enough test evidence for acceptance criteria?

Checking test evidence for acceptance alignment requires cross-referencing implementation diffs against original requirements. The audit evaluates test evidence as one of six independent dimensions to determine if acceptance criteria are met.

What dimensions are evaluated during a feature completion audit?

A feature completion audit evaluates six independent dimensions: coverage, acceptance alignment, correctness and edge cases, contract and integration, test evidence, and scope deviation. Each dimension is assessed to output a structured report with per-item status.

Why does my feature seem complete but still has unhandled edge cases and integration gaps?

Unhandled edge cases and integration gaps occur when self-assessment biases mask missing requirements. An objective audit enforces correctness, edge case, and contract integration evaluations against original requirements to identify these actionable gaps.