tsh-deploy

Automate TSH Clients Console deployments to Vercel production and staging.

Updated Nov 26, 2025
One-click install
npx skills add https://github.com/Qmop1967/Clients-Console --skill tsh-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tsh-deploy
Source: https://github.com/Qmop1967/Clients-Console/tree/main/.claude/skills/tsh-deploy
Command: npx skills add https://github.com/Qmop1967/Clients-Console --skill tsh-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex, multi-step process of deploying web applications, managing environment variables, and ensuring cache consistency, reducing deployment errors and saving valuable time.

Core Features & Use Cases

  • Automated Vercel Deployment: Deploy changes to production or staging environments with simple, consistent commands, minimizing manual intervention.
  • Pre/Post-Deployment Checks: Automatically run type checks, linting, and cache revalidation to ensure code quality and a smooth user experience after every release.
  • Environment Variable Management: Easily manage, verify, and troubleshoot critical environment variables for different deployment stages directly from the command line.
  • Use Case: Before a major feature release, use this Skill to perform all necessary pre-deployment checks, deploy to staging for final review, and then push to production, automatically revalidating caches to ensure immediate content freshness.

Quick Start

Use the tsh-deploy skill to deploy the current changes to production on Vercel, ensuring all caches are revalidated afterwards.

Frequently Asked Questions about tsh-deploy

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

FAQPage Schema
How do I automate Vercel deployments with pre-deployment checks?

Automate Vercel deployments by running built-in pre-deployment checks—type checking, linting, and environment variable verification—before pushing to production or staging, eliminating manual verification steps and reducing deployment errors.

Can I manage environment variables across staging and production deployments?

Yes. Manage, verify, and troubleshoot environment variables for different deployment stages directly from the command line, ensuring configuration consistency across staging and production environments without manual platform navigation.

What happens to cached content after a Vercel deployment?

Cache revalidation triggers automatically post-deployment, ensuring updated content serves immediately to users without stale data, maintaining fresh user experience across production and staging environments after every release.

How do I deploy to staging before pushing to production?

Deploy to staging first to run final code reviews and validation, then promote the same build to production with a single command, maintaining deployment consistency while minimizing production risk.

Does this support domain and DNS configuration for Vercel deployments?

Yes. Handle domain DNS records and configuration as part of the deployment workflow, enabling complete deployment automation without switching between tools or platforms for infrastructure setup.