Annotate Pr banner
AltDoug AltDoug

Annotate Pr

Git community

Description

--- description: Annotate matching [open] entries with a (PR: org/repo#N) reference codex-description: After opening a PR that addresses an [open] entry, attach the canonical (PR: org/repo#N) reference so sync auto-flips the entry when the PR merges — bare text like 'PR #N' in an entry is invisible to sync; this command writes the only format that closes the loop. When several entries cite one touched file a candidate list appears: re-run with --pick path:line for exactly the entries the PR addr

Installation

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

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

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

Full documentation available on GitHub

View Source Repository