autorelease-handoff

Sync versioned public posts into the private autorelease repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, tomli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Syncs versioned public posts from autoreport/docs/posts into the private autorelease repository to prepare handoffs and ensure release alignment.

Core Features & Use Cases

  • Automates discovery and migration of versioned posts (devlogs, guides, release notes) from the public workspace to the private handoff repository.
  • Rewrites content into the handoff contract front matter, copies local assets, and aligns live-service info with the central deployment data.
  • Supports validation of touched posts to ensure only intended changes are committed.

Quick Start

Run the autorelease-handoff script to sync the latest versioned posts into autorelease and generate the handoff artifacts.

Frequently Asked Questions about autorelease-handoff

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

FAQPage Schema
How do I sync versioned posts from a public workspace to a private repository for release handoff?

To sync versioned posts for release handoff, you can run a script-driven workflow that migrates content from autoreport/docs/posts into a private autorelease repository. It automates discovery, rewrites front matter, and copies assets to prepare the handoff.

What is the best way to automate publishing devlogs and release notes into a private handoff repository?

Automating publishing for devlogs and release notes involves coordinating an end-to-end handoff workflow that aligns live-service info with deployment data. This process validates touched posts, writes front matter, and updates content to ensure only intended changes are committed.

Do I need a local autorelease workspace to automate content handoff and validation?

Yes, you need a local autorelease workspace along with access to public service info to perform content handoff. The script-driven process uses this local environment to rewrite contracts, copy assets, and validate touched posts before committing changes.

Can I validate touched posts to ensure only intended changes are committed during a content handoff?

Yes, you can validate touched posts during the content handoff to ensure only intended changes are committed. The workflow supports validation of migrated development logs, guides, and release notes by checking the rewritten front matter and updated content.

Why does my workflow need contract rewriting and asset copying for versioned content migration?

Contract rewriting and asset copying are needed for versioned content migration to align live-service info with central deployment data. The process writes handoff contract front matter and copies local assets to ensure the private repository receives properly formatted updates.

Does the autorelease-handoff workflow support guides and development logs alongside release notes?

Yes, the autorelease-handoff workflow supports guides and development logs alongside release notes. It automates the discovery and migration of all these versioned public posts from the autoreport workspace into the private repository for release alignment.