deploy

Automates end-to-end deployment to Vercel from a Git main branch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments to production often require manual steps, verifications, and cross-team coordination; this skill automates and standardizes the process to reduce risk and accelerate releases.

Core Features & Use Cases

  • Two deployment modes: Full deploy with pre-push review and quick deploy for feature pushes.
  • Pre-push review workflow: validates build, copy, accessibility, code efficiency, and plan updates before deployment.
  • Git-triggered production deployment: pushes to main trigger Vercel auto-deploy and provides post-deploy verification steps.

Quick Start

Push changes to the main branch to trigger an automated deployment.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Vercel deployments from a Git main branch?

Automate Vercel deployments by pushing changes to the main branch, which triggers an automated workflow. This process includes pre-push validation checks, generating descriptive commit messages, and executing post-deployment verification to ensure production stability.

What is a pre-push review workflow for CI/CD deployments?

A pre-push review workflow validates build integrity, copy, accessibility, code efficiency, and plan updates before code reaches the main branch. This gated validation mechanism ensures only reviewed and tested changes trigger automated production deployments.

Can I run a quick deploy for feature pushes without the full review process?

Yes, you can use the quick deploy mode specifically for feature pushes. This mode bypasses the extensive pre-push review workflow applied to full deployments, allowing faster iteration while still pushing to main and triggering Vercel auto-deploy.

Does this deployment automation handle post-deploy verification and plan doc updates?

Yes, the deployment automation handles post-deploy verification and plan doc updates. After pushing to main and triggering Vercel auto-deploy, the deterministic workflow verifies the deployment status and automatically updates relevant planning documents.

What are the limitations of using a deterministic workflow for production promotion?

The deterministic workflow limits deployment flexibility by enforcing strict pre-push checks for build, copy, and accessibility. Teams requiring manual deployment overrides or ad-hoc production promotions without gated validation may find this automated CI/CD approach restrictive.