speckit-deploy

Automates post-merge deployment monitoring and Copilot review analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates post-merge deployment monitoring and Copilot review analysis, reducing manual follow-ups after code changes.

Core Features & Use Cases

  • Event-driven post-merge monitoring using GitHub CLI to observe CI checks and deployment status.
  • Surface inline Copilot review findings and present a summary for faster remediation.
  • Orchestrate follow-up fixes through a coordinated workflow with speckit-workflow as lifecycle lead.

Quick Start

Invoke speckit-deploy after speckit-implement completes a merge to automatically track deployment status, surface Copilot findings, and propose fixes.

Frequently Asked Questions about speckit-deploy

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

FAQPage Schema
How do I automate post-merge deployment monitoring using GitHub CLI?

Automate post-merge deployment monitoring by using this Skill to queue auto-merges, watch CI checks via gh run watch, and report deployment outcomes automatically after code changes merge.

How do I surface Copilot review findings after a code merge?

Surface Copilot review findings after a code merge by triggering this Skill to analyze inline review comments, present a summary of the findings, and orchestrate follow-up fixes through a coordinated workflow.

Do I need the GitHub CLI to monitor CI checks and deployment status?

Yes, you need the GitHub CLI installed to monitor CI checks and deployment status. This Skill relies on gh run watch to observe CI pipelines and track deployment outcomes after a merge.

Can I use speckit-deploy to coordinate follow-up fixes for failed CI checks?

Yes, you can use speckit-deploy to coordinate follow-up fixes for failed CI checks. It works with the speckit-workflow agent as a lifecycle lead to orchestrate remediation steps based on Copilot review findings.

When should I trigger post-merge deployment monitoring?

Trigger post-merge deployment monitoring immediately after a speckit-implement run completes a merge. This ensures CI checks are watched, deployment status is tracked, and any Copilot findings are surfaced without manual follow-up.

What are the limitations of using GitHub CLI for automated deployment monitoring?

A limitation of using GitHub CLI for automated deployment monitoring is that this Skill requires the speckit-workflow agent to coordinate steps and the speckit-implement workflow to have successfully completed a merge beforehand.