deploy

Automate Universal Room Automation deployment with tests, scripts, and restarts.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ojiudezue/universal-room-automation --skill deploy-ojiudezue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/ojiudezue/universal-room-automation/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/ojiudezue/universal-room-automation --skill deploy-ojiudezue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment of Universal Room Automation, streamlining the process from testing to final verification.

Core Features & Use Cases

  • Full Pipeline Execution: Runs tests, updates README, deploys scripts, updates HACS, restarts HA, and verifies deployment.
  • Version Control: Handles versioning and release notes updates.
  • Use Case: When you need to update Universal Room Automation with a new version, this Skill manages the entire deployment process.

Quick Start

Deploy a new version of URA by invoking the skill with the version number and release details: `/deploy <version> "<summary>" "<release-notes>"

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Universal Room Automation deployment to Home Assistant?

Automating Universal Room Automation deployment involves running tests, updating documentation, deploying scripts, and restarting Home Assistant. This pipeline handles configuration management and final verification automatically using Python scripts.

Can I use Python scripts to automate Home Assistant deployment for URA updates?

Yes, Python scripts can automate Home Assistant deployment for URA updates. The process executes tests, updates the README, deploys scripts, updates HACS, and restarts Home Assistant to verify the deployment.

What is included in a full deployment pipeline for Universal Room Automation?

A full URA deployment pipeline includes running tests, updating README documentation, deploying scripts, updating HACS, restarting Home Assistant, and verifying the deployment. It also handles versioning and release notes updates.

Do I need Python and HACS access to deploy Universal Room Automation updates?

Yes, deploying Universal Room Automation requires Python and access to the URA repository and Home Assistant. The pipeline updates HACS during execution, making HACS integration a necessary component for successful deployment.

Does automated URA deployment handle version control and release notes?

Yes, automated URA deployment handles version control by managing versioning and release notes updates. The pipeline executes when you invoke the deployment command with a version number, summary, and detailed release notes.

Why does my Universal Room Automation deployment require a system restart?

Universal Room Automation deployment requires a Home Assistant restart to apply the newly deployed scripts and configuration changes. The pipeline performs this restart automatically before running final deployment verification checks.