ag-pipeline-deploy

Automate end-to-end deployment pipelines with auto-recovery across stages.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-pipeline-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-pipeline-deploy
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-pipeline-deploy
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-pipeline-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end deployment pipelines with built-in auto-recovery across stages, reducing manual orchestration and downtime.

Core Features & Use Cases

  • End-to-end CI/CD orchestration: env-check, typecheck, lint, test, build, deploy, and smoke test with automatic retries.
  • Auto-recovery at each stage: up to three recovery attempts to maximize success without manual intervention.
  • Background, forked execution: runs asynchronously to avoid blocking the user session and integrates with existing tooling.

Quick Start

Trigger the end-to-end deploy pipeline in your environment by specifying the project path and target environment.

Frequently Asked Questions about ag-pipeline-deploy

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

FAQPage Schema
How do I automate an end-to-end deployment pipeline with auto-recovery?

Automate end-to-end deployment pipelines by orchestrating env-check, typecheck, lint, test, build, deploy, and smoke test stages with up to three automatic recovery attempts per stage to maximize success without manual intervention.

What is the best way to run a CI/CD pipeline without blocking my user session?

Run your CI/CD pipeline using background, forked execution to process deployment stages asynchronously. This avoids blocking the user session while coordinating environment checks, builds, and smoke tests.

Can I use this deployment pipeline for both preview and production environments?

Yes, the deployment pipeline is applicable to environments ranging from preview to production. It coordinates multi-stage execution including env check, typecheck, test, build, deploy, and smoke tests across these target environments.

How does auto-recovery work when a pipeline stage fails?

Auto-recovery triggers up to three retry attempts at each failed pipeline stage. This maximizes deployment success rates by automatically re-executing failed tasks like typecheck, lint, test, or build without manual orchestration.

Do I need any dependencies or external components to run this deploy pipeline?

No dependencies or external components are required to run this deploy pipeline. It coordinates multi-stage execution and per-stage status reporting autonomously by integrating with your existing tooling.

Why does my deployment pipeline fail without clear stage status reporting?

Clear per-stage status reporting is built into the pipeline to track each phase from env-check to smoke tests. This provides visibility into multi-stage execution and per-stage retry limits to identify exactly where failures occur.