project-orchestrator:changelog

Create standardized changelog entries for affected services after changes.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-changelog
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-orchestrator:changelog
Source: https://github.com/GigaFyde/project-orchestrator/tree/main/skills/changelog
Command: npx skills add https://github.com/GigaFyde/project-orchestrator --skill project-orchestrator-changelog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Service changes often fail to produce consistent changelog entries across multiple services, leading to brittle release notes and documentation gaps. This Skill enforces a standardized format, ensures entries are written to the correct locations, and captures essential metadata (date, title, rationale).

Core Features & Use Cases

  • Centralized formatting: writes changelog entries in a consistent structure for all affected services.
  • Flexible location: respects per-service paths via the configured changelog field or falls back to CHANGELOG.md in the service or project root.
  • Scope-aware: supports single or multi-service changes and writes to each affected service's changelog.

Quick Start

Run the changelog update after completing changes to a service to generate a properly formatted entry.

Frequently Asked Questions about project-orchestrator:changelog

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

FAQPage Schema
How do I automate changelog entries for multiple services?▼

You can automate changelog entry creation across multiple services by applying a standardized format with a date, title, and structured summary to each affected service's changelog path.

What is the best way to standardize service changelog formatting?▼

Standardize service changelog formatting by enforcing a consistent structure containing a date, brief title, and structured summary for bug fixes, feature updates, and configuration changes.

How do I configure changelog file paths for different services?▼

Configure changelog file paths using the config.services[name].changelog field; if unspecified, the system falls back to CHANGELOG.md in the service directory or the project root.

Can I generate changelog entries for configuration changes and bug fixes?▼

Yes, you can generate changelog entries for configuration changes and bug fixes by writing scope-aware entries that capture essential metadata like the date, title, and rationale.

Does this changelog automation tool work without external dependencies?▼

Yes, this changelog automation tool works without external dependencies, operating independently to write structured entries to configured paths or fallback CHANGELOG.md files.