reviewer

Automates compliance review of implementation code against specification files and generates HTML reports.

8|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/SufficientDaikon/omniskill --skill reviewer-sufficientdaikon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/SufficientDaikon/omniskill/tree/main/.cursor/rules/reviewer
Command: npx skills add https://github.com/SufficientDaikon/omniskill --skill reviewer-sufficientdaikon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and examples (resource) components.

What problem does it solve?

This Skill automates the rigorous process of verifying code implementations against their original specifications, ensuring compliance and identifying deviations before deployment.

Core Features & Use Cases

  • Automated Compliance Audits: Systematically checks user stories, functional requirements, and non-functional requirements against the codebase.
  • HTML Report Generation: Produces a comprehensive, human-readable HTML report detailing findings, scores, and verdicts.
  • Use Case: After a developer implements a new feature based on a spec.md document, you can use this Skill to automatically audit the code, generate a compliance report, and get a clear verdict (e.g., APPROVED, NEEDS REVISION).

Quick Start

Use the reviewer skill to audit the current project directory against the specification file 'spec.md'.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I verify code compliance against a specification file?

To verify code compliance against a specification file, you can automate the review process to systematically check user stories and functional requirements against your codebase, generating a comprehensive HTML report with findings and verdicts.

What is automated spec compliance auditing for software engineering?

Automated spec compliance auditing is the process of systematically checking implementation output against original specifications to ensure compliance and identify deviations before deployment, producing a human-readable report detailing scores and verdicts.

How do I generate an HTML report comparing implementation output to spec requirements?

You can generate an HTML report comparing implementation output to spec requirements by running an automated review against your specification file, which produces a comprehensive report detailing findings, scores, and a clear verdict like APPROVED or NEEDS REVISION.

Can I audit non-functional requirements against my codebase automatically?

Yes, you can audit non-functional requirements against your codebase automatically by triggering a verification review that systematically checks both functional and non-functional requirements against your project directory's implementation output.

What is the best way to get an approval verdict for a newly implemented feature?

The best way to get an approval verdict for a newly implemented feature is to audit the current project directory against the original specification document, which evaluates the code and returns a clear verdict such as APPROVED or NEEDS REVISION.

Does code review auditing work without external dependencies?

Yes, code review auditing works without external dependencies, allowing you to systematically check implementation output against specification requirements and generate a comprehensive HTML report detailing compliance findings directly within your environment.