Annotate Commit banner
AltDoug AltDoug

Annotate Commit

Git community

Description

--- description: Annotate matching [open] entries with a (commit: <sha>) reference codex-description: After committing a fix directly (no PR — push-to-main workflows), attach a (commit: <sha>) reference so sync auto-flips the entry once that commit reaches the default branch. Defaults to HEAD: run it AFTER the fix commit exists, never right after cutting a branch — a target already on the default branch is rejected because it predates the fix and would false-close the entry (--force overrides fo

Installation

Installs to ~/.claude/skills/altdoug-found-issues-annotate-commit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/altdoug-found-issues-annotate-commit && curl -fsSL https://raw.githubusercontent.com/AltDoug/found-issues/HEAD/commands/annotate-commit.md -o ~/.claude/skills/altdoug-found-issues-annotate-commit/SKILL.md

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

Full documentation available on GitHub

View Source Repository