Sth Log banner
jay0917 jay0917

Sth Log

AI community

Description

--- name: sth-log description: Record a changelog entry. AI auto-infers change type (Feature / Fix / Refactor / Docs / Breaking) and computes the SemVer bump. User only describes what changed. --- # /sth-log — Skill Changelog (AI-assisted) ## Purpose Record what you changed in a skill. AI figures out type + version bump so you don't have to think SemVer. ## Usage ``` /sth-log <skill> <description> → log with AI inference /sth-log <skill> <description> --version <x.y.z> →

Installation

Installs to ~/.claude/skills/jay0917-skills-team-hub-sth-log/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jay0917-skills-team-hub-sth-log && curl -fsSL https://raw.githubusercontent.com/jay0917/skills-team-hub/HEAD/commands/sth-log.md -o ~/.claude/skills/jay0917-skills-team-hub-sth-log/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository