godseye-release-maintainer

Automate Gods Eye release workflows with changelog generation and publish validation.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill godseye-release-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godseye-release-maintainer
Source: https://github.com/bitan-del/gods-eye/tree/main/.agents/skills/godseye-release-maintainer
Command: npx skills add https://github.com/bitan-del/gods-eye --skill godseye-release-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintainer workflow for Gods Eye releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.

Core Features & Use Cases

  • Centralized release sequence with guardrails to prevent unauthorized changes.
  • Automated changelog assembly and version alignment across multiple targets.
  • Validation steps for npm and macOS distribution and notarization readiness.

Quick Start

Run the release sequence with a chosen tag to prepare, validate, and publish Gods Eye releases.

Frequently Asked Questions about godseye-release-maintainer

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

FAQPage Schema
How do I automate npm release workflows with version bumping and changelog generation?

You can automate the npm release workflow by running a centralized release sequence that handles version bumping, tag creation, and automated changelog assembly. This ensures version alignment across multiple targets while enforcing guardrails to prevent unauthorized version changes.

What is the best way to validate macOS builds and notarization readiness before publishing?

To validate macOS builds and notarization readiness, you can run built-in validation steps that check publish-time commands and artifacts. This ensures your distribution meets compliance standards before the publish action executes.

How do I prevent unauthorized version changes during the release process?

To prevent unauthorized version changes, the release workflow implements centralized guardrails and policy compliance checks. These checks validate release auth requirements and block publish actions that do not meet the established authorization criteria.

Can I prepare prereleases and beta versions using a structured release sequence?

Yes, you can prepare prereleases and beta versions using a structured release sequence. The workflow aligns version naming and assembles release notes specifically for beta distributions while maintaining the same validation guardrails as stable releases.

Does the release workflow support automated changelog assembly for npm packages?

Yes, the release workflow supports automated changelog assembly for npm packages. It generates release notes and aligns versioning across multiple distribution targets, ensuring documentation references are checked during the publish sequence.

What are the limitations of using guardrails for release publish validation?

The guardrails limit release actions to authorized sequences only, meaning custom publish commands outside the validated workflow may be blocked. You must adhere to the step-by-step guidance and policy compliance checks to successfully execute version changes and publish artifacts.