ag-publicar-deploy

Deploy code to preview, production, or rollback environments with automated smoke tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments to Vercel or equivalent platforms typically require careful coordination, preflight checks, and rollback plans to minimize downtime. This Skill provides an automated, agent-driven deployment workflow with built-in smoke tests to ensure quality before promoting changes.

Core Features & Use Cases

  • Spawn the ag-publicar-deploy agent to deploy code to preview, production, or rollback.
  • Enforce security checks, preflight validations, and smoke testing as part of the release process.
  • Provide rollback capability and post-deploy verification to ensure reliable releases across environments.

Quick Start

Instantiate the ag-publicar-deploy agent and trigger a deployment in the desired environment.

Frequently Asked Questions about ag-publicar-deploy

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

FAQPage Schema
How do I automate Vercel deployments with smoke tests?

Automated Vercel deployments with smoke tests are orchestrated by spawning a deploy subagent that executes preflight validations, releases code to environments, and performs post-deploy verification to ensure release quality.

How do I roll back a production deployment on Vercel?

Rolling back a production deployment on Vercel involves triggering the rollback environment deployment path, which reverts code to a previous audited version while running post-deploy verification checks.

Can I deploy to preview environments using Vercel Git Integration?

Yes, you can deploy audited and versioned codebases to preview environments using Vercel Git Integration, which supports controlled deployments with enforced pre-deploy checks and security prompts.

Do I need pre-deploy checks for a Vercel deployment pipeline?

Pre-deploy checks are required for a Vercel deployment pipeline to satisfy end-to-end deployment orchestration, enforce security validations, and ensure codebases are audited and versioned before release.

What is the best way to manage a deployment pipeline with rollback capability?

The best way to manage a deployment pipeline with rollback capability is using an agent-driven workflow that automates preflight checks, smoke testing, and post-deploy verification across preview, production, and rollback environments.

Why do my automated deployments fail post-deploy verification?

Automated deployments fail post-deploy verification when smoke tests detect errors after release, requiring you to initiate a rollback to a previously verified version to restore stability.