production-check

Run pnpm build, lint, and test commands and report failures.

Updated Aug 23, 2026
Search Tags:#build#test#lint
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill production-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: production-check
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/workflow-steps/production-check
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill production-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures code is production-ready by running build, lint, and test commands and summarizing results.

Core Features & Use Cases

  • End-to-end validation: Build, lint, and test in a controlled environment.
  • Diagnostics: Returns failures with actionable details.
  • Root-level checks: Designed for /build and /audit guardrails.

Quick Start

Run production-check to confirm readiness before deployment.

Frequently Asked Questions about production-check

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

FAQPage Schema
How do I validate that my code is production-ready before deployment?

Production-check validates production readiness by running build, lint, and test commands on your pnpm monorepo, capturing outputs, and reporting aggregated results with a detailed failures array to confirm all checks pass.

Can I run build, lint, and test checks together in one command?

Yes, production-check executes pnpm build, pnpm lint, and pnpm test sequentially in a controlled environment, aggregating all results and failures into a single report.

What does production-check do with test failures and lint errors?

Production-check captures all build, lint, and test outputs and returns a detailed failures array with actionable diagnostics so you can identify and fix issues before deployment.

Does production-check work with pnpm monorepos?

Yes, production-check is designed for monorepos managed with pnpm and runs pnpm build, pnpm lint, and pnpm test to validate the entire workspace.

When should I run production-check?

Run production-check after code changes or before deployment to verify build, lint, and test outcomes and ensure your code meets production standards.

How does production-check integrate with deployment guardrails?

Production-check is designed for /build and /audit guardrails, providing end-to-end validation to gate deployments and confirm production readiness.