SF ShipGlows
Menu Open navigation menu Close navigation menu
Operate & Ship

Skill Detail

sg-prod

Check whether production is actually healthy after a push instead of assuming the deploy tells the truth.

A production verification skill for deployment status, logs, and live health checks after release.

Problem

What problem this solves

A deploy can succeed mechanically while the live product is still unhealthy, broken, or misconfigured.

Outcome

What changes when it works

You get a stronger post-release confirmation that production is behaving as expected.

Why It Matters

What this changes for a solo founder

This skill matters because shipping is not finished when the command exits. It is finished when production actually works.

When to use it

  • Right after a deploy or push
  • When a production issue may have emerged during rollout
  • When you want a live-state sanity check before moving on

What you give it

  • A deployed project or target environment
  • The production URL or deployment context

What you get back

  • A production health check
  • Visibility into deployment status and live errors
  • A tighter release confidence loop
  • A route into sg-browser when the confirmed URL needs page-level browser proof

Typical examples

  • /sg-prod
  • /sg-prod check latest deploy
  • /sg-prod verify live site after push

Limits

  • It checks visible production health, not every hidden failure mode
  • Deeper incidents may still require logs, tracing, or product-specific debugging

Related Skills

See the rest of the loop around this move.

Audit & Improve

sg-technical

Use one explicit technical mode for code risk, dependencies, performance, or a breaking migration.

A unified technical entrypoint with four bounded modes and evidence limits that match the work.

Open skill page
Operate & Ship

sg-ship

Commit and push quickly when the work is actually ready, instead of stretching closure into another vague step.

A shipping skill for moving finished work through the final commit-and-push path and recording the shipping result when a chantier spec is in scope.

Open skill page
Operate & Ship

sg-check

Run the standard technical checks and fix the obvious issues before you pretend the work is done.

A practical quality gate for typecheck, lint, build, and related technical validation in the current project.

Open skill page
Build & Fix

sg-browser

Open a URL in a real browser and verify one observable non-auth objective.

A general browser verification skill for checking public UI, previews, production pages, visible assertions, screenshots, console messages, and network signals without turning every page check into auth debugging or manual QA.

Open skill page
Build & Fix

sg-fix

Triage a bug fast, decide whether it is safe to patch now, and route it correctly.

The bug-first entrypoint for ShipGlows when the work starts from broken behavior instead of a new feature request.

Open skill page

Go Deeper

This public page explains the move. The repository explains the execution contract.

Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.