qa-spec-auditor

Audit specifications against live UI behavior, API contracts, and test results.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-spec-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-spec-auditor
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-spec-auditor
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-spec-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically detects discrepancies between your requirements, documentation, and the actual implementation, ensuring your living documentation stays accurate and up-to-date.

Core Features & Use Cases

  • Spec Drift Detection: Compares requirements against UI behavior, API contracts, and test results to find inconsistencies.
  • Outdated Documentation Identification: Flags documentation that no longer matches the current state of the product.
  • Undocumented Feature Discovery: Helps uncover features that exist in the implementation but are missing from specifications.
  • Regression Set Optimization: Analyzes test results to suggest improvements for your regression test suite.
  • Use Case: After a new release, run this Skill to automatically generate a report detailing any "drift" between the updated requirements and the deployed application, along with actionable tasks to fix the discrepancies.

Quick Start

Run a spec audit for the latest release to find documentation drift.

Frequently Asked Questions about qa-spec-auditor

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

FAQPage Schema
How do I detect spec drift between my requirements and live API contracts?

Spec drift is detected by auditing requirements against live API contracts and test results to find inconsistencies and generate actionable remediation reports.

What is the best way to find outdated documentation after a new release?

The best way to find outdated documentation is by auditing specifications against the actual implementation to flag documents that no longer match current product behavior.

How do I identify undocumented features in my current implementation?

You identify undocumented features by comparing live UI behavior and API contracts against specifications to uncover functionality missing from your requirements.

Can I use test coverage analysis to optimize my regression suite?

Yes, test coverage analysis examines test results to suggest improvements and optimizations for your regression test suite, ensuring it aligns with current specifications.

Does this spec audit process work for generating actionable remediation tasks?

Yes, the spec audit process generates actionable reports detailing discrepancies between updated requirements and deployed applications, including specific task suggestions for remediation.