release-init

Initialize Aether release workflow labels via GitHub API operations.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/iamacoffeepot/aether --skill release-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-init
Source: https://github.com/iamacoffeepot/aether/tree/main/.agents/skills/release-init
Command: npx skills add https://github.com/iamacoffeepot/aether --skill release-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the creation and reconciliation of Aether release workflow labels to streamline issue lifecycle management.

Core Features & Use Cases

  • Workflow Label Creation: Ensures existence of critical labels such as phase, bounce-to, size, and model for efficient issue tracking.
  • Synchronization: Maintains consistency of labels across the Aether issue lifecycle.
  • Integration: Designed to be used within the Aether framework, facilitating seamless workflow integration.

Quick Start

Execute the release-init skill to initialize Aether release workflow labels.

Frequently Asked Questions about release-init

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

FAQPage Schema
How do I automate GitHub release workflow label initialization for Aether?

Automating GitHub release workflow label initialization for Aether involves using RESTful API operations to bootstrap critical labels like phase, bounce-to, size, and model. This ensures label synchronization for issue lifecycle management without altering issue metadata.

What are Aether release workflow labels used for in issue lifecycle management?

Aether release workflow labels are used to streamline issue lifecycle management by tracking phases, sizes, and models. They ensure consistent categorization and synchronization across issues within the Aether framework environment.

Can I synchronize GitHub issue labels without altering existing issue metadata in Aether?

Yes, you can synchronize GitHub issue labels without altering existing issue metadata in Aether. The process operates on a subset of GitHub API capabilities specifically to ensure label reconciliation while preserving original issue data.

How do I set up phase and model tracking labels in Aether?

Setting up phase and model tracking labels in Aether requires executing a label initialization process via RESTful API. This automatically creates and reconciles necessary workflow labels to facilitate efficient issue tracking and workflow integration.

Does Aether label initialization work outside the GitHub API environment?

No, Aether label initialization does not work outside the GitHub API environment because it relies on GitHub RESTful API capabilities to create and synchronize release workflow labels. It is specifically designed for Aether environments operating within GitHub.