otto-publish

Automate the Otto bridge release workflow with commits, pushes, CI checks, and host upgrades.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/otto-assistant/bridge --skill otto-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: otto-publish
Source: https://github.com/otto-assistant/bridge/tree/main/skills/otto-publish
Command: npx skills add https://github.com/otto-assistant/bridge --skill otto-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end Otto release workflow, handling commits, pushes, CI verification, host upgrades, and restarting dependent services to publish new versions.

Core Features & Use Cases

  • Release orchestration: coordinates git operations, CI workflow checks, npm publish, and host upgrades for Otto bridge releases.
  • Validation and reporting: verifies the published version and confirms that dependent processes are running the latest code.
  • Use Case: When a user requests a publish, this workflow executes the full release cycle and reports success or issues with evidence.

Quick Start

Run the CLI and follow the interactive prompts to publish Otto.

Frequently Asked Questions about otto-publish

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

FAQPage Schema
How do I automate a release workflow with GitHub Actions and npm publish?

Automating a release workflow with GitHub Actions and npm publish involves coordinating git commits, CI checks, and host upgrades. This skill orchestrates the full cycle, triggering workflows and validating the new npm version on the host.

What is an end-to-end bridge release workflow?

An end-to-end bridge release workflow handles versioning, git pushes, CI verification, npm publishing, and host upgrades. It coordinates these steps to ensure dependent services restart with the latest verified code.

How do I verify a published npm version and restart dependent services on a host?

To verify a published npm version and restart dependent services, you validate the new version on the host after CI checks pass. This skill confirms running processes match the latest code and reports success with evidence.

Do I need GitHub Actions configured to automate my npm release process?

Yes, GitHub Actions must be configured to automate the npm release process. The workflow triggers existing GitHub Actions workflows to execute CI checks and validate the release before upgrading the host.

What is the best way to coordinate versioning and CI checks for a release?

The best way to coordinate versioning and CI checks for a release is using an orchestration workflow that automates commits, triggers GitHub Actions, and validates the published version on the host with final verification evidence.