biba-deployment

Automate BiBa deployment via the bbupdate workflow to pull GitHub changes and refresh GHCR images.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/GOODWORKRINKZ/biba --skill biba-deployment
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: biba-deployment
Source: https://github.com/GOODWORKRINKZ/biba/tree/main/.agents/skills/biba-deployment
Command: npx skills add https://github.com/GOODWORKRINKZ/biba --skill biba-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying BiBa safely requires using the robot-side bbupdate workflow to pull GitHub changes, update GHCR images, and restart the stack, avoiding ad-hoc edits and manual steps.

Core Features & Use Cases

  • Enforces the robot-side bbupdate workflow to ensure deployments come from GitHub and GHCR, with checks before updating.
  • Guides verification steps after deployment to confirm the correct revision and healthy stack.
  • Provides safe remote invocation and guardrails to prevent manual repo edits on the robot.

Quick Start

Initiate the robot-side update by running the bbupdate workflow to pull the latest GitHub changes, update the GHCR image, and restart the docker-compose stack.

Frequently Asked Questions about biba-deployment

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

FAQPage Schema
How do I automate docker-compose deployments and pull latest GitHub changes on a robot?▼

Automate docker-compose deployments on a robot by running the bbupdate workflow to pull the latest GitHub changes, update the GHCR image, and restart the stack. This enforces a prescribed CI gate and avoids ad-hoc manual edits.

What's the best way to safely update GHCR images and restart a robot stack?▼

The best way to safely update GHCR images and restart a robot stack is using the bbupdate workflow, which applies safeguards before updating and guides post-deploy verification to confirm the correct revision and a healthy stack.

Why does my robot deployment workflow require pulling from GitHub instead of manual edits?▼

Your robot deployment requires pulling from GitHub to ensure deployments come from a tracked source and avoid ad-hoc manual repo edits. The bbupdate workflow enforces this CI gate to keep deployments safe and repeatable.

Can I trigger remote robot deployments and still verify the correct revision afterwards?▼

Yes, you can trigger remote robot deployments and verify the correct revision afterwards. The workflow provides safe remote invocation considerations and enforces post-deploy verification steps to confirm the stack is healthy.

Does the bbupdate workflow support restarting docker-compose after pulling GitHub changes?▼

Yes, the bbupdate workflow supports restarting the docker-compose stack. It automates pulling the latest GitHub changes, updates the GHCR image, and restarts the stack with built-in safeguards and post-deploy checks.

What limitations or precautions exist when doing remote invocation for robot deployments?▼

Limitations for remote invocation include strictly following the prescribed CI gate and avoiding manual repo edits on the robot. The workflow provides guardrails to prevent unsafe edits and requires post-deploy verification to ensure stack health.