iblai-ops-test

Executes production build and unit tests for pre-release readiness.

15|3|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/iblai/vibe --skill iblai-ops-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iblai-ops-test
Source: https://github.com/iblai/vibe/tree/main/skills/iblai-ops-test
Command: npx skills add https://github.com/iblai/vibe --skill iblai-ops-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures builds and tests run before exposing any changes to users, preventing untested work from being released.

Core Features & Use Cases

  • Enforces a production build to catch TypeScript or import errors.
  • Runs unit tests to verify code correctness and stabilize dependencies.
  • Provides a guided pre-release checklist to gather credentials only when needed and to perform end-to-end readiness checks.

Quick Start

Run the production build with pnpm build and run unit tests with pnpm test to confirm everything passes before proceeding.

Frequently Asked Questions about iblai-ops-test

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

FAQPage Schema
How do I run a pre-release build and test check before deploying?

To run a pre-release build and test check, execute a production build with pnpm build and run unit tests with pnpm test to catch TypeScript or import errors and verify code correctness before proceeding.

Can I run end-to-end readiness checks with Playwright in Next.js apps?

Yes, you can run end-to-end readiness checks across agent or vanilla Next.js apps. The process provides a guided pre-release checklist to perform E2E readiness checks and handle credentials only when needed.

What is a preflight quality assurance check for app deployment?

A preflight quality assurance check ensures pre-release readiness by executing a production build and a full test suite. It catches issues before user exposure and clearly reports failures to halt progress.

Do I need pnpm installed to run production builds and unit tests?

Yes, pnpm is required to run the production build and unit tests. The process enforces the required tooling and environment setup, ensuring failures halt progress and are clearly reported.

Why does my pre-release build process halt on test failures?

Pre-release builds halt on test failures to prevent untested work from being released. The process enforces required test steps and ensures failures are clearly reported before exposing any changes to users.