check-deployment

Verify RIG preview deployment health during PR reviews.

20|4|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/MinBZK/regelrecht --skill check-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-deployment
Source: https://github.com/MinBZK/regelrecht/tree/main/.claude/skills/check-deployment
Command: npx skills add https://github.com/MinBZK/regelrecht --skill check-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers quickly determine whether a RIG preview deployment is actually running and healthy, reducing time spent diagnosing failed PR deployments.

Core Features & Use Cases

  • CI/CD verification: confirms that the deployment workflow was triggered for the latest commit.
  • Health checks: validates that images exist, pods are running, and services respond.
  • PR hygiene: useful during PR reviews to ensure the frontend and backend components are healthy before merging.

Quick Start

Provide a PR number or deployment name to initiate a health check of the corresponding RIG deployment.

Frequently Asked Questions about check-deployment

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

FAQPage Schema
How do I verify Kubernetes pod health and readiness for a PR deployment?

To verify PR deployment health, you can check that the deployment workflow was triggered, images exist, pods are running, and services respond for both frontend and backend components.

What is the best way to check if a CI/CD deployment workflow was triggered for my latest commit?

The best way to check if a CI/CD deployment workflow was triggered is to validate the latest commit against the RIG Operations Manager API using a provided PR number or deployment name.

Do I need a RIG API key to check deployment health and confirm pods are running?

Yes, you need a RIG API key, access to the GitHub CLI, and permissions to query the RIG Operations Manager API to confirm pods are running and verify deployment health.

Can I use this method to check both frontend and backend services during a PR review?

Yes, you can use this health check method during PR reviews to confirm that both frontend and backend services respond properly before merging the deployment.

Why does my RIG preview deployment health check fail to find running pods?

A health check might fail to find running pods if the deployment workflow was not triggered for the latest commit or if the required images do not exist in the deployment environment.