verify-deployment

Monitor post-push deployment builds, fetch failure logs, and loop code-debugger fixes up to 3 iterations.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Joaovsales/coding-agent-workflow --skill verify-deployment-joaovsales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-deployment
Source: https://github.com/Joaovsales/coding-agent-workflow/tree/main/.claude/skills/verify-deployment
Command: npx skills add https://github.com/Joaovsales/coding-agent-workflow --skill verify-deployment-joaovsales

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-push deployments often stall or fail silently while awaiting runbook-guided verification. This Skill automates wait-and-verify loops, collects logs, and coordinates a fix cycle with the code-debugger until completion or escalation.

Core Features & Use Cases

  • Service-agnostic deployment verification driven by per-service runbooks in .claude/deployments/.
  • Automated log collection, fix iteration management (up to 3 iterations per service), and escalation on repeated failures.
  • Delegation to code-debugger for root-cause analysis and commit-based fixes, followed by push-and-retry.

Quick Start

Invoke verify-deployment to start the post-push verification loop for the active deployment.

Frequently Asked Questions about verify-deployment

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

FAQPage Schema
How do I automate deployment verification after a push?

Automated deployment verification monitors post-push builds by running a wait-and-verify loop that fetches failure logs and coordinates fixes with the code-debugger. It tracks progress across commits and escalates after three unresolved fix iterations.

Can I use a code-debugger to fix CI/CD deployment failures automatically?

Yes, the code-debugger performs root-cause analysis and generates commit-based fixes during the deployment verification loop. It creates a new commit for each fix iteration, pushes it, and retries the deployment up to three times before escalation.

Does deployment verification work with any CI/CD service?

Deployment verification is service-agnostic and applies to any deployment service defined by runbooks in the .claude/deployments directory. You must configure these per-service runbooks to define how the verification and fix cycle tracks your specific platforms.

What happens when a deployment verification fails repeatedly?

When deployment verification fails repeatedly, the automated loop attempts up to three fix iterations using a code-debugger to analyze logs and push new commits. If the deployment remains unresolved after the maximum iterations, it triggers an escalation.

How do I collect and analyze logs for failed post-push deployments?

Logs for failed post-push deployments are collected automatically by the verification loop when a build fails. The Skill then passes these logs to the code-debugger for root-cause analysis to generate and push the necessary commit-based fixes.