KS
Killer-Skills

project-orchestrator:changelog — how to use project-orchestrator:changelog how to use project-orchestrator:changelog, project-orchestrator:changelog setup guide, automated changelog management, Claude Code project orchestration, project-orchestrator:changelog alternative, project-orchestrator:changelog vs manual changelog

v1.0.0
GitHub

About this Skill

Ideal for Development Agents requiring automated changelog management and standardized change tracking. project-orchestrator:changelog is a full-lifecycle project orchestration plugin for generating and managing changelog entries in Claude Code projects.

Features

Automatically generates changelog entries after completing changes
Checks for .project-orchestrator/project.yml configuration files
Supports changelog file paths via config.services[name].changelog
Triggers after bug fixes, new features, refactors, API changes, and configuration changes
Skips changelog entries for typo fixes and other minor changes

# Core Topics

GigaFyde GigaFyde
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add GigaFyde/project-orchestrator/project-orchestrator:changelog

Agent Capability Analysis

The project-orchestrator:changelog MCP Server by GigaFyde is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use project-orchestrator:changelog, project-orchestrator:changelog setup guide, automated changelog management.

Ideal Agent Persona

Ideal for Development Agents requiring automated changelog management and standardized change tracking.

Core Value

Empowers agents to generate standardized changelog entries in Markdown format, utilizing `.project-orchestrator/project.yml` for configuration and creating `CHANGELOG.md` files, thus simplifying change tracking and focusing on the rationale behind changes.

Capabilities Granted for project-orchestrator:changelog MCP Server

Automating changelog updates after bug fixes
Generating changelog entries for new features and API changes
Standardizing refactor and configuration change documentation

! Prerequisites & Limits

  • Requires `.project-orchestrator/project.yml` or `CHANGELOG.md` file presence
  • Limited to Markdown format for changelog entries
Project
SKILL.md
2.0 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Changelog

Overview

Write standardized changelog entries after completing changes. Focus on WHY not WHAT.

Config Loading

  1. Check if .project-orchestrator/project.yml exists
  2. If yes: use config.services[name].changelog for the correct file path
  3. If no: look for CHANGELOG.md in the service directory or project root

When to Trigger

After completing:

  • Bug fixes
  • New features
  • Refactors affecting behavior
  • API changes
  • Configuration changes

Skip for: typo fixes, comment-only changes, test-only changes

Format

markdown
1### YYYY-MM-DD - Brief Title 2 3**Summary:** One-line description. 4 5**What prompted the change:** 6- Motivation or problem 7 8**Problem solved:** 9- What this enables

Location

Write to the affected service's changelog path from config.services[name].changelog.

If no changelog path is configured:

  • Check if {service_path}/CHANGELOG.md exists
  • If not, check if CHANGELOG.md exists at project root
  • If neither exists, ask the user where to write the entry

Multiple services? Write entry to EACH affected service's changelog.

Checklist

  • Date format: YYYY-MM-DD (not "Jan 17")
  • Title: Brief, describes outcome (not implementation)
  • Summary: One line, WHY not WHAT
  • Prompted: What problem existed
  • Solved: What's now possible
  • 10-20 lines max
  • Written to correct service changelog

Red Flags

BadGood
"Updated code""Fix bookmark sync failing silently"
"Fixed bug""Prevent duplicate records on import"
Lists files changedExplains behavior change
50+ lines10-20 lines
Entry in root READMEEntry in service CHANGELOG.md

Example

markdown
1### 2026-01-17 - Fix SSE reconnection dropping notifications 2 3**Summary:** SSE connections now preserve undelivered notifications during reconnect. 4 5**What prompted the change:** 6- Users reported missing notifications after connection drops 7 8**Problem solved:** 9- Notifications queue during disconnect and deliver on reconnect

Related Skills

Looking for an alternative to project-orchestrator:changelog or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication