---
name: Deploy Service
slug: deploy-service
category: DevOps
description: Deploy Service automates deployment to the staging environment by running shell scripts, and it asks for confirmation before executing any commands.
github: "https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp2_clean"
language: Python
stars: 14609
forks: 1224
install: "npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp2_clean ~/.claude/skills/sqp2_clean"
installs_to: ~/.claude/skills/sqp2_clean
source_path: tests/fixtures/sqp/sqp2_clean/SKILL.md
collection_size: 24
category_size: 798
collection_url: "https://dirskills.com/collections/NVIDIA/SkillSpector"
added: 2026-08-14T07:13:11.658Z
last_synced: 2026-08-14T07:13:11.658Z
canonical_url: "https://dirskills.com/skills/deploy-service"
---

# Deploy Service

Deploy Service automates deployment to the staging environment by running shell scripts, and it asks for confirmation before executing any commands.

**Install:**

```bash
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/tests/fixtures/sqp/sqp2_clean ~/.claude/skills/sqp2_clean
```

## README

# Deploy Service

## Purpose

Automates deployment to the staging environment by running shell scripts.

## Warnings

- This skill executes shell commands on your behalf.
- It will restart running services, which causes brief downtime.
- Review the generated deploy script before confirming execution.

## Usage

Provide the service name and target environment. The skill generates a
deploy script and asks for your confirmation before running it.
