release-notes

Generate release notes for Boundless versions from PR details and code changes.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Current-cmd/PlsTrustMe --skill release-notes-current-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-notes
Source: https://github.com/Current-cmd/PlsTrustMe/tree/main/.claude/skills/ops-release-notes
Command: npx skills add https://github.com/Current-cmd/PlsTrustMe --skill release-notes-current-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate release notes for a new Boundless version by automatically gathering PR details, code changes, and prover-facing documentation.

Core Features & Use Cases

  • Fetch PR details with gh pr view <number> --repo boundless-xyz/boundless --json title,body to capture changes
  • Read the codebase to understand how features work and extract accurate config examples from broker.toml templates
  • Review compose.yml for environment variables and justfile for run instructions to produce actionable notes

Quick Start

Provide the version number and the previous release tag to generate the notes for that Boundless release.

Frequently Asked Questions about release-notes

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

FAQPage Schema
How do I generate release notes for a new Boundless version?

Generate Boundless release notes by providing the target version number and the previous release tag. The tool automatically fetches PR details, inspects code changes, and reviews configuration templates to produce accurate changelogs and upgrade guides.

What is the best way to automate changelog creation from PR details and code changes?

Automating changelog creation works by aggregating PR metadata with gh pr view and inspecting the codebase to verify feature changes. This approach ensures release notes accurately reflect code modifications and configuration updates.

Can I automatically extract configuration examples from broker.toml templates for upgrade guides?

Yes, release notes generation reads broker.toml templates and compose.yml files to extract accurate configuration examples and environment variables. This produces actionable upgrade guides with verified settings for broker deployments.

Do I need to specify both the version number and previous release tag to create Boundless documentation?

Yes, you need to provide both the target version number and the previous release tag. These inputs define the change range for fetching PR details and code modifications needed to generate accurate release notes.

How does reviewing the justfile and compose.yml improve prover-facing release notes?

Reviewing the justfile and compose.yml improves prover-facing documentation by extracting run instructions and environment variables. This ensures the release notes provide actionable operational guidance for broker deployments.