Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

release-notes

The release-notes skill retrieves information from a project's release notes documentation to answer questions about release dates, owners, rollout status, and launch checklists. Use this skill when users need specific details about releases that are documented in the release_notes.md file.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/release-notes && cp -r /tmp/release-notes/examples/skilltoolactivation/skills/release-notes ~/.claude/skills/release-notes
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Release Notes Lookup

Use this skill to answer questions about the demo release notes.

After loading this skill:

1. Use `release_docs_read_file` to read `release_notes.md`.
2. Answer from the file content only.
3. If the requested detail is not in the file, say that the release notes do not contain it.