reengine-release-and-pr

Performs automated release and PR workflow steps for nurses and doctors.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/stackconsult/RE-Engine --skill reengine-release-and-pr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reengine-release-and-pr
Source: https://github.com/stackconsult/RE-Engine/tree/main/.windsurf/skills/reengine-release-and-pr
Command: npx skills add https://github.com/stackconsult/RE-Engine --skill reengine-release-and-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Traditional release processes are error-prone and manual, slowing down shipping and increasing risk. This skill standardizes branching, commits, tests, and PR creation to improve release quality and traceability.

Core Features & Use Cases

  • Guided release procedure: Step-by-step guidance for creating branches, making cohesive commits, running tests, updating docs, and opening PRs.
  • Changelog synchronization: Ensures changelog updates accompany each release.
  • Audit-ready: Provides a repeatable workflow with a clear summary of changes for PRs and releases.

Quick Start

Initiate a release by creating a new branch, performing cohesive commits, running tests, updating docs, and opening a PR with a concise summary.

Frequently Asked Questions about reengine-release-and-pr

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

FAQPage Schema
How do I automate git release branches and PR creation?▼

Automating git release branches and PR creation involves standardizing branch creation, cohesive commits, test execution, and documentation updates into a repeatable workflow. This approach provides a clear summary of changes for each release PR.

What is the best way to maintain a changelog during feature branch releases?▼

The best way to maintain a changelog during feature branch releases is to synchronize documentation updates directly within the release workflow. Ensuring changelog updates accompany each PR guarantees traceability and audit-ready release records.

How do I create an audit-ready PR workflow for CI pipelines?▼

An audit-ready PR workflow for CI pipelines requires a repeatable procedure covering branch creation, cohesive commits, test execution, and documentation updates. This standardized process yields a concise summary of changes for every pull request.

Does a standardized release procedure reduce manual Git errors?▼

Yes, a standardized release procedure reduces manual Git errors by replacing error-prone manual steps with guided branching, commits, tests, and PR creation. This improves release quality and traceability across software repositories.

Can I use this release management workflow with existing CI pipelines?▼

You can use this release management workflow with existing CI pipelines if your team uses Git-based release processes. The procedure integrates test execution and documentation updates across feature branches to ensure cohesive pull requests.

Why should I standardize commits and documentation for pull requests?▼

Standardizing commits and documentation for pull requests eliminates traditional manual release errors and slows down shipping risks. It ensures changelog synchronization and provides an audit-ready summary of changes for every release.