Extract Notable Changes

Extract notable changes from the Vaadin Roadmap project board into Markdown.

673|86|Updated May 19, 2017
One-click install
npx skills add https://github.com/vaadin/platform --skill extract-notable-changes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Extract Notable Changes
Source: https://github.com/vaadin/platform/tree/main/.claude/skills/extract-notable-changes
Command: npx skills add https://github.com/vaadin/platform --skill extract-notable-changes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of generating the Notable Changes section for a Vaadin platform release note by extracting data from the Vaadin Roadmap project board.

Core Features & Use Cases

  • Extract Notable Changes: Automatically identifies and extracts the notable changes for a given platform version based on the Vaadin Roadmap project board.
  • GitHub Access Token Required: Utilizes a GitHub token with project read access to fetch data from the Vaadin Roadmap project board.
  • Markdown Output: Generates a Markdown file with a user-friendly format suitable for pasting into GitHub release notes.

Quick Start

Run the 'extract-notable-changes' skill with the platform version as the argument, e.g., extract-notable-changes 25.2.

Frequently Asked Questions about Extract Notable Changes

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

FAQPage Schema
How do I extract notable changes for Vaadin platform release notes?

Generating release notes for Vaadin requires a GitHub access token with project read access to fetch data from the Vaadin Roadmap project board. You must provide this token to allow the skill to authenticate and extract the notable changes for the specified platform version.

Can I automate release note creation from a GitHub project board?

Yes, you can automate release note creation from a GitHub project board using this skill to extract notable changes from the Vaadin Roadmap. It processes the project board data for a specific platform version and generates a user-friendly Markdown file for your release documentation.

Does the release notes extraction tool work with the GitHub CLI?

The release notes extraction tool requires the 'gh' dependency, meaning it works in conjunction with the GitHub CLI environment. You need GitHub CLI installed and configured with a project read access token to successfully fetch and extract the Vaadin platform changes.

What output format does the automated documentation generate for release notes?

The automated documentation generates a Markdown file containing the extracted notable changes. This Markdown output is formatted specifically for release notes, making it ready to paste directly into your GitHub release documentation for the Vaadin platform.