everystack-reviewer

Validate build diffs against acceptance criteria and interface contracts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stevenandteresa-maker/EveryStack --skill everystack-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everystack-reviewer
Source: https://github.com/stevenandteresa-maker/EveryStack/tree/main/docs/skills/reviewer
Command: npx skills add https://github.com/stevenandteresa-maker/EveryStack --skill everystack-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code builds meet predefined quality standards and functional requirements before they are merged, preventing bugs and maintaining consistency.

Core Features & Use Cases

  • Automated Code Review: Evaluates code changes against acceptance criteria, naming conventions, and interface contracts.
  • Compliance Verification: Checks adherence to project-specific rules (e.g., CockroachDB safeguards, tenant isolation).
  • Use Case: After a developer completes a new feature, this Skill can automatically audit the code diff against the feature's requirements and project standards, providing a pass/fail verdict.

Quick Start

Use the everystack-reviewer skill to evaluate the provided build diff against the playbook and subdivision doc.

Frequently Asked Questions about everystack-reviewer

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

FAQPage Schema
How do I validate build output against acceptance criteria automatically?

To validate build output against acceptance criteria, you can use an automated code review process that evaluates build diffs and interface contracts, producing a pass/fail verdict without modifying files.

What is a quality gate for build verification and convention compliance?

A quality gate for build verification evaluates code changes against predefined acceptance criteria, naming conventions in GLOSSARY.md, and project rules in CLAUDE.md to ensure builds meet standards before merging.

How do I check naming compliance against GLOSSARY.md in a code review?

Checking naming compliance against GLOSSARY.md involves reviewing build diffs to verify that identifiers and terms adhere to project-specific naming conventions, returning a pass or fail decision for the build.

Can I verify interface contracts from a subdivision doc without modifying files?

Yes, you can verify interface contracts from a subdivision doc through a read-only build diff evaluation, ensuring code changes comply with the defined interfaces and outputting a verdict without altering any files.

Does automated code review work for checking CockroachDB safeguards and tenant isolation?

Automated code review supports checking compliance with project-specific rules, including CockroachDB safeguards and tenant isolation, by auditing the build diff against the playbook's defined acceptance criteria.

What is the best way to enforce a pass/fail quality gate before merging code?

The best way to enforce a pass/fail quality gate before merging is to automatically audit code diffs against functional requirements and project standards, ensuring consistency and preventing bugs without manual intervention.