release-watch

Monitor Keystone.guru release builds, infra runs, and asset verification.

66|10|Updated Aug 12, 2018
One-click install
npx skills add https://github.com/RaiderIO/keystone.guru --skill release-watch-raiderio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-watch
Source: https://github.com/RaiderIO/keystone.guru/tree/main/.claude/skills/release-watch
Command: npx skills add https://github.com/RaiderIO/keystone.guru --skill release-watch-raiderio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the monitoring and management of release processes for Keystone.guru, allowing for real-time tracking and approval of releases directly from the command line.

Core Features & Use Cases

  • Release Monitoring: Track the progress of a release across both repos from a single terminal.
  • Staging and Production Verification: Automates the verification of assets and HTML for both staging and production environments.
  • Production Gate Approval: Approves the production gate upon successful verification and human confirmation of the version string.
  • Use Case: After pushing a new version tag and running release-deploy.yml, use this Skill to monitor the build jobs, staging/production infra runs, and verify assets and HTML, ultimately approving the production gate.

Quick Start

Start monitoring the release process for version v1.2.3 by running 'sh/release-watch.sh v1.2.3'.

Frequently Asked Questions about release-watch

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

FAQPage Schema
How do I monitor a production deployment from the command line?

You can monitor a production deployment from the command line by running a release monitoring script that tracks build jobs, staging, and production infra runs in real time. It provides single-terminal visibility across repositories.

How do I automate staging and production verification for assets and HTML?

Automating staging and production verification involves running a release process script that checks assets and HTML across both environments. This verification happens automatically before approving any production gate.

What is a production gate approval process with version string confirmation?

A production gate approval process with version string confirmation requires successful automated verification of assets and HTML, followed by human confirmation of the exact version string before allowing a production deployment to proceed.

Do I need to push a new version tag before starting release monitoring?

Yes, you need to push a new version tag and run the release-deploy pipeline before starting release monitoring. The monitoring script takes the specific version string as an argument to track the correct build.

Can I track build jobs and infra runs across multiple repos in one terminal?

Yes, you can track build jobs and infra runs across multiple repos from a single terminal. The release monitoring process is designed to coordinate and display progress across both staging and production environments simultaneously.

When should I not use an automated release monitoring script?

You should not use an automated release monitoring script if your release pipeline lacks a defined production gate or if your infrastructure does not support automated asset and HTML verification for staging and production environments.