gmira-ship

Verify Next.js production builds and prepare staging handoff reports.

Updated Jul 25, 2026
One-click install
npx skills add https://github.com/OthmanAdi/gmira --skill gmira-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gmira-ship
Source: https://github.com/OthmanAdi/gmira/tree/main/skills/gmira-ship
Command: npx skills add https://github.com/OthmanAdi/gmira --skill gmira-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill prevents accidental or unauthorized production deployments by enforcing a strict, human-verified pre-flight checklist and ensuring that all technical gates are passed before going live.

Core Features & Use Cases

  • Production Verification: Validates the production build against real-world constraints like bundle sizes, hydration mismatches, and environment-specific errors.
  • Pre-flight Auditing: Ensures metadata, social cards, robots.txt, and canonical URLs are correctly configured to avoid SEO and UX pitfalls.
  • Human-in-the-loop Deployment: Enforces a mandatory manual go-ahead from the site owner, protecting against automated deployment risks.

Quick Start

Run the gmira-ship skill to verify the current build and prepare the staging handoff report for final approval.

Frequently Asked Questions about gmira-ship

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

FAQPage Schema
How do I prevent accidental Next.js production deployments?

To prevent accidental Next.js production deployments, you can enforce a strict, human-verified pre-flight checklist that validates bundle sizes, hydration mismatches, and environment-specific errors before going live.

What is a pre-flight audit for web deployment?

A pre-flight audit for web deployment verifies metadata, social cards, robots.txt, and canonical URLs to ensure correctness. This process prevents SEO and UX pitfalls before a production handoff.

How do I verify a Next.js production build against real-world constraints?

You verify a Next.js production build by checking it against real-world constraints like bundle sizes and hydration mismatches. This validation ensures the build meets strict performance, SEO, and security standards.

Can I automate production handoff while keeping a human in the loop?

Yes, you can prepare a staging handoff report automatically while enforcing a mandatory manual go-ahead from the site owner. This human-in-the-loop approach protects against automated deployment risks.

Do I need a local environment to run pre-flight SEO and performance checks?

Yes, you need local environment access to execute build commands and perform comprehensive pre-flight audits. This local execution is required to validate production readiness for web applications.

What are the limitations of human-gated deployment workflows?

Human-gated deployment workflows require a mandatory manual go-ahead before going live, which can delay releases. This approach trades full automation speed for strict adherence to security and performance standards.