custom-deploy-workflow

Execute stepwise deployment readiness checks for staging and production releases.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill custom-deploy-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-deploy-workflow
Source: https://github.com/vtgiang-dotcom/Solo-Code-Harness/tree/main/.gemini/antigravity/skills/custom-deploy-workflow
Command: npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill custom-deploy-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow guides the AI to prepare and verify source code before deploying or releasing a new version, ensuring readiness and guardrails for staging and production environments.

Core Features & Use Cases

  • Stepwise pre-deploy checks: sync/verify branch, run static checks, run test suite, and create a deploy checklist to ensure readiness.
  • Compatibility with CI/CD pipelines: integrates linting, secret scans, and test results into deployment decisions.
  • Use Case: Before releasing a new version, run the workflow to confirm lint, security checks, and tests pass, then generate a ready-to-deploy report.

Quick Start

Initiate the workflow on your project repository to generate a deploy readiness report.

Frequently Asked Questions about custom-deploy-workflow

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

FAQPage Schema
How do I automate pre-deploy checks for staging and production environments?

You can prepare deployments with automated pre-checks by executing a stepwise workflow that validates branch status, linting, security scans, and test results. This confirms production readiness and generates a comprehensive deploy checklist for your release cycles.

What is a deployment readiness workflow and how does it work?

A deployment readiness workflow is a stepwise validation process that runs static checks, secret scans, and test suites before releasing new versions. It integrates CI/CD pipeline results into deployment decisions to produce a comprehensive ready-to-deploy report.

Do I need standard CI/CD tooling to run pre-deploy workflows?

Yes, running deployment readiness workflows requires standard tooling for linting, testing, and security checks. The workflow uses these existing tools to validate branch status and generate a comprehensive deploy checklist for staging or production environments.

Can I integrate secret scans and linting into my deployment decisions?

Yes, you can integrate linting and secret scans into deployment decisions by running a stepwise pre-deploy workflow. It executes static checks and security scans to confirm tests pass, then generates a ready-to-deploy report for staging and production environments.

What's the best way to verify source code before releasing a new version?

The best way to verify source code before releasing a new version is to run a stepwise deployment readiness workflow. It confirms branch status, validates lint and security scans, runs the test suite, and generates a comprehensive deploy checklist.