Skip to content

Add issue skill for drafting GitHub issues#166

Merged
thavelick merged 2 commits into
mainfrom
add_issue_skill
Jul 13, 2026
Merged

Add issue skill for drafting GitHub issues#166
thavelick merged 2 commits into
mainfrom
add_issue_skill

Conversation

@thavelick

Copy link
Copy Markdown
Owner

Adds an issue agent skill for creating and updating GitHub issues through a local scratch file, then pushing with gh.

Behavior

  • Create flow: drafts a new issue in scratch/. Uses the repo's issue template from .github/ISSUE_TEMPLATE/ when one exists (preferring new_issue.md), otherwise writes a fresh draft with sensible default sections. Irrelevant sections can be left blank, and template comments explaining section usage are kept in place.
  • Update flow: pulls an existing issue into scratch, edits it, and pushes changes.
  • Always waits for explicit approval before running gh issue create/gh issue edit.

🤖 Generated with Claude Code

thavelick and others added 2 commits July 10, 2026 11:46
nowplaying-cli 2.1.0 works around Apple's macOS 15.4+ MediaRemote
lockdown by spawning a perl helper via mediaremote-adapter. That helper
can outlive our `timeout 2` guard and hold the hook's stdout pipe open,
hanging Claude Code's Stop/Notification hooks until their 60s timeout.

Skip media control entirely on Darwin; the playerctl path on Linux is
unaffected.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Draft and edit GitHub issues in a local scratch file, then push with gh.
Uses a repo's issue template when present, otherwise a fresh draft, and
waits for explicit approval before creating or editing on GitHub.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@thavelick thavelick merged commit 4aeba14 into main Jul 13, 2026
3 checks passed
@thavelick thavelick deleted the add_issue_skill branch July 13, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant