prod-smoke

Run read-only production smoke checks for secondlayer and report health statuses.

6|3|Updated May 25, 2025
One-click install
npx skills add https://github.com/ryanwaits/secondlayer --skill prod-smoke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prod-smoke
Source: https://github.com/ryanwaits/secondlayer/tree/main/.claude/skills/prod-smoke
Command: npx skills add https://github.com/ryanwaits/secondlayer --skill prod-smoke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify whether secondlayer’s production system is healthy, without making any changes, so you can quickly spot outages, regressions, and data integrity issues.

Core Features & Use Cases

  • Infrastructure health checks: Confirms container inventory, replica counts, and database connectivity are behaving as expected.
  • Data-plane validation: Checks decoder lag, operation queues, and stuck workflows to catch processing backlogs early.
  • Public surface verification: Reads public API endpoints and public subgraphs to ensure customer-facing access is intact.
  • Consistency and regression probes: Validates balance conservation, chain-truth supply, and known-bug markers that have caused real production incidents.
  • Use case: A team member asks for a quick prod health review after a deploy or alert, and the Skill returns a single, prioritized scorecard with any flags.

Quick Start

Ask the agent to run the secondlayer production smoke sweep and return a single scorecard with infrastructure, data-plane, API, conservation, and regression results.

Frequently Asked Questions about prod-smoke

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

FAQPage Schema
How do I run a read-only production smoke test after a deploy?

A production smoke test verifies live system health without making changes. This Skill runs a read-only sweep checking container inventory, decoder lag, public subgraph reads, and balance conservation, returning a prioritized status scorecard.

What does a production health check for secondlayer infrastructure include?

A production health check includes infrastructure, data-plane, API, conservation, and regression validation. It confirms container replica counts, database connectivity, decoder lag, operation queues, public API endpoints, and known-bug markers to catch outages and data integrity issues early.

Do I need SSH access to inspect Postgres and run prod regression probes?

Yes, you need SSH access to the app server to inspect Postgres and run prod regression probes. The Skill requires SSH access for container health checks, public API calls, and strict non-mutating database verification to complete its production smoke sweep.

How do I check balance conservation and chain-truth supply in production?

To check balance conservation and chain-truth supply in production, run a non-mutating smoke sweep. This Skill validates conservation rules and flags husk-canary failures as top-line findings, ensuring data integrity and catching regressions that have caused real production incidents.

Can I verify public subgraph reads and API health without mutating production data?

Yes, you can verify public subgraph reads and API health without mutating production data. The Skill performs strict non-mutating verification, reading public endpoints and subgraphs while treating any conservation failures as prioritized top-line findings in the final scorecard.

What is the best way to catch decoder lag and stuck workflows in a secondlayer production environment?

The best way to catch decoder lag and stuck workflows is a data-plane validation smoke sweep. This Skill checks operation queues and processing backlogs early, returning a single prioritized scorecard that flags infrastructure, API, and regression issues after deploys.