deploy

Automate deploy workflows with pre-push checks, PR creation, and Linear updates.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/hidemaro-nsketch/_dotfiles --skill deploy-hidemaro-nsketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/hidemaro-nsketch/_dotfiles/tree/main/pi/skills/deploy
Command: npx skills add https://github.com/hidemaro-nsketch/_dotfiles --skill deploy-hidemaro-nsketch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the deploy workflow by coordinating feature-branch prep, PR creation, and Linear status updates, reducing manual overhead during releases.

Core Features & Use Cases

  • Pre-push verification, push to feature branches, PR creation via gh CLI, and Linear status synchronization.
  • TASK_FILE review and post-deploy verification guidance, including implementation notes and deployment records.

Quick Start

Trigger a deployment workflow for the current feature by providing the task description, tier, task-file path, and linear-id.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate creating a GitHub PR and updating Linear status for deployments?

Automate the deploy workflow by validating changes, pushing feature branches, creating PRs via gh CLI, and synchronizing Linear status updates. This coordinates feature-branch prep to reduce manual release overhead.

What's the best way to run pre-push checks before creating a pull request?

Run pre-push verification to validate changes before pushing feature branches. This automated deployment workflow ensures checks pass, then pushes the branch and creates the PR using the gh CLI.

Can I synchronize Linear task status automatically when a feature branch is deployed?

Yes, synchronize Linear status automatically during the deploy workflow. After creating a PR via gh CLI, the workflow updates Linear using the provided linear-id to keep task tracking aligned with deployment progress.

How do I parse a TASK_FILE to guide post-deploy verification and recording?

Parse TASK_FILE fields to review implementation notes and guide post-deploy verification. The workflow reads the task-file path to extract deployment records and synchronize data with Linear.

Do I need the GitHub CLI to automate pull request creation for feature deployments?

Yes, the GitHub CLI (gh) is required to create PRs during the automated deploy workflow. The workflow relies on gh CLI commands to push feature branches and open pull requests after pre-push validation.

What information do I need to provide to trigger an automated deployment workflow?

Provide the task description, tier, task-file path, and linear-id to trigger a deployment. These inputs allow the workflow to validate changes, create PRs, and synchronize Linear status for the current feature.