Original Reddit post

I solo-maintain an open source project, and one of the hardest part has always been having good documentation and release notes. A few weeks ago I finally decided to create (well, have Claude create) a custom /release command that uses a couple of skills to:

  • Update/verify the changelog
  • decide the version if not provided
  • create a canonical release PR Now all my releases are sexy and tidy. As a bonus, when it’s unsure about what to do, it goes and checks via git/gh what actually happened in the repo since last release. Life saver. submitted by /u/raptored01

Originally posted by u/raptored01 on r/ClaudeCode