deploy-watch

Monitor CI deployment runs after a push and report final status.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/HaykTarkhanyan/claude-setup --skill deploy-watch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-watch
Source: https://github.com/HaykTarkhanyan/claude-setup/tree/main/skills/deploy-watch
Command: npx skills add https://github.com/HaykTarkhanyan/claude-setup --skill deploy-watch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end deployment monitoring after a push, including automatic detection of the triggered CI run, polling for status, downloading artifacts if available, and reporting results to keep you informed of the full deployment pipeline.

Core Features & Use Cases

  • Detect the triggered CI run from a push and monitor it until completion.
  • Poll status and retrieve final results to determine success or failure.
  • Download and summarize test artifacts when available to inform post-deployment analysis.

Quick Start

Push code to trigger CI and run deploy-watch to monitor the resulting deployment until completion and report the results.

Frequently Asked Questions about deploy-watch

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

FAQPage Schema
How do I monitor a GitHub Actions CI run after a git push?

To monitor a GitHub Actions CI run after a git push, you can automatically detect the triggered workflow, poll its status via GitHub CLI, and report the final deployment results. This provides full visibility into the pipeline from push to completion.

Can I automatically download GitHub Actions artifacts after deployment finishes?

Yes, you can automatically download GitHub Actions artifacts after deployment finishes. The monitoring process polls the CI run until completion and retrieves available test artifacts to inform post-deployment analysis and summarize results.

What is end-to-end deployment monitoring and when do I need it?

End-to-end deployment monitoring tracks your pipeline from push to final test results. You need it when you want continuous visibility into CI run status, automatic completion polling, and artifact retrieval without manually checking GitHub Actions.

Does deploy-watch work without configuring external dependencies?

Yes, deploy-watch works without configuring external dependencies. It automatically detects the repository path, queries the triggered CI run using GitHub CLI, and handles status polling and artifact downloading natively.

How do I get a summary of test results from a triggered CI pipeline?

To get a summary of test results from a triggered CI pipeline, the tool polls the GitHub Actions run until completion, downloads any present test artifacts, and presents a final summary detailing the deployment outcome.