release

Evaluate feature branches against acceptance criteria and output a MERGE READY or NOT READY verdict.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/remiboivin021/synexis --skill release-remiboivin021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/remiboivin021/synexis/tree/main/.agents/skills/release
Command: npx skills add https://github.com/remiboivin021/synexis --skill release-remiboivin021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and enforces release readiness checks to prevent premature merges, ensuring release stability.

Core Features & Use Cases

  • Gate validations: verifies acceptance criteria, gate statuses, and branch hygiene before merge.
  • Evidence-driven decisions: blocks when critical unknowns exist and documents rationale for NOT READY.
  • Release planning: produces minimal, actionable merge steps and release notes.

Quick Start

Instruct the AI to evaluate a feature branch against the defined gates and produce a MERGE READY or NOT READY decision with a concrete plan.

Frequently Asked Questions about release

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

FAQPage Schema
How do I evaluate a feature branch for merge readiness before a release?

Evaluate release readiness by checking a feature branch against acceptance criteria, gate results, and branch hygiene. This enforces deterministic criteria and outputs a definitive MERGE READY or NOT READY verdict with concrete remediation steps.

What is automated release governance and how does it prevent premature merges?

Automated release governance enforces deterministic checks on acceptance criteria, QA status, and documentation consistency. It blocks merges when critical unknowns exist and documents the exact rationale behind a NOT READY decision to prevent premature merges.

How do I enforce branch hygiene and code review gates across multiple pull requests?

Enforce branch hygiene by applying deterministic gate validations to pull requests and release branches across projects. It verifies code review statuses and blocks merges until all governance criteria and documentation requirements are resolved.

Can I use automated release checks for QA status and documentation consistency across projects?

Yes, you can apply automated release checks across projects to verify QA gate statuses and documentation consistency. The evaluation focuses on governance and blocks releases by flagging unresolved blockers if critical documentation is missing.

What happens when a release branch fails acceptance criteria and gate validations?

When a release branch fails gate validations, the system blocks the merge and outputs a NOT READY verdict. It provides evidence-driven rationale for the failure and generates concrete remediation steps to resolve the blockers.