SF ShipGlows
Menu Open navigation menu Close navigation menu
Operate & Ship

Skill Detail

sg-changelog

Turn recent git history into a human-readable changelog instead of leaving progress trapped in commits.

A changelog generation skill for summarizing meaningful project changes in a cleaner public format.

Problem

What problem this solves

Important work gets buried in commit logs, making it harder for collaborators or future-you to understand what changed and why.

Outcome

What changes when it works

You get a changelog-shaped summary of recent work that is easier to scan than raw git history.

Why It Matters

What this changes for a solo founder

This skill is useful when you want public or internal release notes without manually reconstructing the story from scattered commits.

When to use it

  • When a batch of work is finished and needs a summary
  • When release notes are missing or stale
  • When you want a cleaner visible history for a project

What you give it

  • A repository with recent git history
  • The change window you want to summarize

What you get back

  • A changelog-oriented summary
  • A more legible release narrative
  • Less dependence on raw commit archaeology

Typical examples

  • /sg-changelog
  • /sg-changelog last release
  • /sg-changelog recent docs and site updates

Limits

  • It can summarize what happened, but not fix poor commit discipline retroactively
  • The best output still depends on meaningful underlying git history

Related Skills

See the rest of the loop around this move.

Operate & Ship

sg-end

Close a task cleanly so the work is summarized, tracked, and ready for the next thread.

A task-closing skill for wrapping up implementation, documenting completion, and recording closure in the chantier flow when applicable.

Open skill page
Plan & Decide

sg-review

Review recent work and the session state before you lose the thread of what changed.

A review skill for summarizing recent changes, identifying remaining gaps, and updating local workflow state cleanly.

Open skill page
Operate & Ship

sg-docs

Create or repair documentation so the repo stays navigable for both humans and agents.

A documentation skill for maintaining docs, metadata, and governance-layout compliance across project surfaces.

Open skill page

Go Deeper

This public page explains the move. The repository explains the execution contract.

Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.