deploy-pr

Deploy merged PRs to target environments and run smoke tests.

5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tomzx/agents --skill deploy-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-pr
Source: https://github.com/tomzx/agents/tree/main/skills/deploy-pr
Command: npx skills add https://github.com/tomzx/agents --skill deploy-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy merged pull requests to the target environment, run smoke tests to verify the deployment, and ensure a rollback plan exists.

Core Features & Use Cases

  • Deploys a merged PR to staging, production, or other environments.
  • Runs smoke tests to validate deployment health and key user flows.
  • Verifies a rollback plan is documented and ready for execution in case of failure.
  • Bridges the gap between merging code and having it running in production by providing a controlled, test-verified deployment workflow.

Quick Start

Provide a merged PR number or merge SHA to trigger the deployment, smoke tests, and rollback validation.

Frequently Asked Questions about deploy-pr

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

FAQPage Schema
How do I deploy a merged pull request to a staging or production environment?

To deploy a merged pull request, you provide the PR number or merge SHA to trigger an automated workflow that identifies the environment target, executes the deployment, and validates release readiness.

How do I run smoke tests after deploying a PR to verify release health?

Running smoke tests after deploying a PR happens automatically within the deployment workflow, validating deployment health and key user flows to ensure the merged code operates correctly in the target environment.

How do I ensure a rollback plan is ready before deploying code to production?

Ensuring a rollback plan is ready involves verifying that a documented rollback strategy exists and can be executed, which this deployment workflow checks before and during the release process to handle failures.

Can I integrate automated PR deployment into my existing CI/CD pipelines?

Yes, you can integrate automated PR deployment into existing CI/CD pipelines, as the workflow applies to environments requiring controlled staging or production deployments with smoke testing and rollback readiness.

What prerequisites do I need to provide to trigger an automated PR deployment?

To trigger an automated PR deployment, you need to provide a valid merged PR number or the specific merge commit SHA, which the system uses to identify the correct code state for deployment.