product-acceptance-criteria

Evaluate codebases for production readiness standards in logging, metrics, and fault tolerance.

2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mo4islona/sqd-query-engine --skill product-acceptance-criteria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: product-acceptance-criteria
Source: https://github.com/mo4islona/sqd-query-engine/tree/main/.agents/skills/product-acceptance-criteria
Command: npx skills add https://github.com/mo4islona/sqd-query-engine --skill product-acceptance-criteria

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps teams verify that AI-generated or human-written code meets production standards for observability and reliability.

Core Features & Use Cases

  • Code review: Audit structured logging, metrics, health checks, and shutdown procedures for production readiness.
  • Acceptance criteria creation: Define checklist standards for deploying reliable, observable services.
  • Observability auditing: Assess existing codebases for compliance with industry benchmarks on logging, metrics, and fault tolerance.
  • Use Case: A DevOps team validates a new microservice's logging and retry policies before deployment to ensure operational excellence.

Quick Start

Apply this skill during code review to verify logging, metrics, health checks, timeouts, retries, and circuit breakers are properly implemented.

Frequently Asked Questions about product-acceptance-criteria

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

FAQPage Schema
What production readiness standards should code review check for observability and reliability?

Production readiness standards for code review should verify structured logging, metrics, health checks, shutdown procedures, retries, circuit breakers, and timeouts to ensure reliable deployment and service observability.

How do I audit an existing codebase for fault tolerance and observability?

To audit an existing codebase for fault tolerance and observability, assess the implementation of logging, metrics, and fault tolerance mechanisms against industry benchmarks to determine compliance and operational reliability.

How do I create acceptance criteria for deploying reliable microservices?

Create acceptance criteria for reliable microservice deployment by defining a checklist that enforces structured logging, metrics, health checks, graceful shutdown procedures, and fault tolerance policies like retries and circuit breakers.

Can I use this to validate AI-generated code before deployment?

Yes, you can validate AI-generated code before deployment by applying production readiness guidelines to verify that logging, metrics, health checks, timeouts, and circuit breakers are properly implemented.

What is the best way to implement circuit breakers and retries for production services?

The best way to implement circuit breakers and retries for production services is to enforce them as mandatory acceptance criteria during code review, ensuring fault tolerance and reliable deployment of the services.