eventify-whats-new

Automate changelog updates for product releases using structured JSON data.

1|Updated Nov 8, 2024
One-click install
npx skills add https://github.com/Jordi-Jaspers/Eventify --skill eventify-whats-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eventify-whats-new
Source: https://github.com/Jordi-Jaspers/Eventify/tree/main/.opencode/skills/eventify-whats-new
Command: npx skills add https://github.com/Jordi-Jaspers/Eventify --skill eventify-whats-new

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill manages the in-app "What's New" changelog, ensuring users stay informed about recent updates and improvements.

Core Features & Use Cases

  • Changelog Management: Automates updates to the user-facing changelog at client/src/lib/data/changelog.ts.
  • Version Tracking: Facilitates structured, semantic versioning updates to inform users of new features, improvements, and fixes.
  • Use Case: A product team releases a minor firmware update and wants to promptly inform users of the new features and bug fixes through the app's changelog.

Quick Start

Add a new version entry listing recent features, improvements, and fixes directly in the changelog data file.

Frequently Asked Questions about eventify-whats-new

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

FAQPage Schema
How do I automate changelog updates for product releases?

In-app changelog management uses structured JSON data to capture version details, features, and bug fixes, directly updating the changelog data file. This automates release notes and user communication for software teams.

What is the best way to structure release notes for in-app notifications?

The best way to structure release notes is using structured JSON data to categorize semantic versioning details into features, improvements, and bug fixes. This format directly feeds the user-visible changelog for in-app updates.

How do I add a new version entry to a TypeScript changelog file?

To add a new version entry, you input the recent features, improvements, and fixes directly into the changelog data file. The Skill targets the `client/src/lib/data/changelog.ts` file for these structured semantic versioning updates.

Can I use structured JSON to track semantic versioning for user communication?

Yes, you can use structured JSON to track semantic versioning. The Skill utilizes JSON data to capture version details and bug fixes, facilitating effective user communication by automating updates to the product's changelog.

Does this changelog management approach work for firmware update release notes?

Yes, this changelog management approach works for firmware updates. A product team can use it to promptly inform users of new features and bug fixes through the app's structured changelog after a minor firmware release.