write-ios-macos-changelog

Analyze git history to generate iOS and macOS changelogs within a specified timeframe.

680|24|Updated Sep 6, 2024
One-click install
npx skills add https://github.com/inline-chat/inline --skill write-ios-macos-changelog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-ios-macos-changelog
Source: https://github.com/inline-chat/inline/tree/main/.codex/skills/write-changelog
Command: npx skills add https://github.com/inline-chat/inline --skill write-ios-macos-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of release notes by extracting meaningful changes from a repository's commit history for iOS and macOS, saving time during releases.

Core Features & Use Cases

  • Changelog generation: Build concise release notes from commit messages and changed files within a defined timeframe.
  • Multi-app support: Produce combined or separate notes for iOS and macOS releases, including shared modules when relevant.
  • Use Case: Imagine preparing a release for an upcoming iOS/macOS app update; this Skill compiles the changes into a ready-to-publish changelog.

Quick Start

Run the skill with a specified timeframe, e.g., "generate changelog from last 7 days" and review the generated release notes.

Frequently Asked Questions about write-ios-macos-changelog

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

FAQPage Schema
How do I auto-generate iOS and macOS release notes from git commit history?

To auto-generate changelogs from commit history, specify a timeframe and this Skill parses git commits to compile structured iOS and macOS release notes, highlighting new features, fixes, and improvements.

Can I create separate changelogs for iOS and macOS from the same repository?

Yes, you can create separate changelogs for iOS and macOS from the same repository. The Skill supports producing combined or separate release notes, including shared modules when relevant to the apps.

Does this changelog generator work with standard Git tooling?

Yes, this changelog generator works with standard Git tooling. It relies on standard Git tooling and simple text processing to parse commits and generate structured release notes for your iOS and macOS apps.

How do I compile release notes for a specific timeframe from git commits?

Compile release notes for a specific timeframe by instructing the Skill with a defined period, such as the last 7 days. It analyzes the git history within that window to build concise changelogs.

What is the best way to extract new features and fixes from commit messages for app updates?

The best way to extract new features and fixes from commit messages is using this Skill, which analyzes changed files and commit history to compile ready-to-publish release notes for iOS and macOS app updates.