verify-stg-environment

Verify staging environment readiness with Bash and GitHub CLI.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill verify-stg-environment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-stg-environment
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/ops/qa/skills/verify-stg-environment
Command: npx skills add https://github.com/semicolon-devteam/semo --skill verify-stg-environment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

STG 환경의 접속, 헬스체크, 배포 상태, 테스트 계정 여부를 신속하게 검증합니다.

Core Features & Use Cases

  • 서버 접속 여부, API 헬스 체크, 최근 배포 확인
  • 테스트 계정 로그인 가능 여부 검증

Quick Start

curl 명령으로 STG URL 및 헬스 체크 엔드포인트를 확인합니다.

Frequently Asked Questions about verify-stg-environment

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

FAQPage Schema
How do I verify staging environment health and deployment status?

Verify staging environment readiness by checking server connectivity, API health, deployment recency, and test account access. This Skill performs automated server reachability checks, health endpoint validation, deployment timestamp retrieval, and login verification with automatic retries, outputting standardized status reports for pre-test validation and issue diagnosis.

What checks does environment verification include?

Environment verification covers four core checks: server connectivity via network reachability, API health endpoint responses, deployment time confirmation to ensure recent updates, and test account login validation. The Skill implements these checks with Bash and GitHub CLI, automatically retrying on connection failures.

Can I use this for deployment verification after pushing changes?

Yes. This Skill validates deployment verification workflows by confirming server accessibility, retrieving recent deployment timestamps, and verifying API health post-deployment. It's designed for pre-test validation and issue diagnosis stages in STG environments following deployments.

What do I need to run this environment verification?

You need curl access to your STG URL and health check endpoint, plus GitHub CLI for deployment metadata retrieval. The Skill automates server connectivity checks and API health validation once you provide the STG environment target and health check endpoint path.

How does this differ from manual health checks?

Automated environment verification consolidates four separate manual checks—connectivity, health, deployment status, and account access—into a single standardized report with automatic retries and consistent output formatting, reducing verification time and improving reliability during pre-test validation.