remote-deployment-handover

Detect drift between the hosted deployment and the main branch.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/tubtrb/autoreport --skill remote-deployment-handover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remote-deployment-handover
Source: https://github.com/tubtrb/autoreport/tree/main/codex/skills/remote-deployment-handover
Command: npx skills add https://github.com/tubtrb/autoreport --skill remote-deployment-handover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Operate and hand off the Autoreport public deployment on a remote host to diagnose drift, align the public server with the main branch, and prepare a clear handover for operators.

Core Features & Use Cases

  • Drift detection: compare remote deployment state against the main branch and identify mismatches in entrypoint, running process, or deployed artifacts.
  • Remote verification: confirm that the public service entrypoint is autoreport.web.app:app and that the debug app is not serving traffic.
  • Handover preparation: generate a concise report detailing SHA, active entrypoint, restart commands, and blockers for operator handover.

Quick Start

Initiate a remote handover by running the drift-check workflow against the live deployment and capture the SHA, entrypoint, and restart steps.

Frequently Asked Questions about remote-deployment-handover

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

FAQPage Schema
How do I detect deployment drift between a remote EC2 host and the main branch?

Deployment drift is detected by comparing the remote deployment state against the main branch to identify mismatches in entrypoint, running process, or deployed artifacts.

How do I verify the active entrypoint and service state on a remote nginx deployment?

Remote verification confirms the public service entrypoint is autoreport.web.app:app, validates the service state, and ensures the debug app is not serving traffic.

What is included in a remote deployment handover report?

A remote deployment handover report details the exact SHA, active entrypoint, startup commands, and any blockers for operator handover.

Can I check if a debug app is serving traffic instead of the public entrypoint on systemd?

Yes, remote verification validates the active entrypoint on the remote host and confirms that the debug app is not serving traffic to the public deployment.

How do I prepare a clean handover for a live remote deployment?

Prepare a clean handover by running the drift-check workflow to capture the SHA, validate the active entrypoint, and document restart steps and blockers.