Log Issue banner
bryancollins99 bryancollins99

Log Issue

Testing community

Description

Files a bug or QA finding you just spotted as a GitHub issue on the current repo, dedupes against open issues, and then stops. Never fixes. ## Purpose The gap between spotting a bug and fixing it is where bugs die unrecorded. This skill closes that gap in one line, without the context switch: you describe what you saw, it files a clean issue on the right repo and hands back a number. The hard rule is that it does not fix. The moment a capture tool starts investigating, capture stops being che

Installation

Installs to ~/.claude/skills/bryancollins99-agent-skills-log-issue/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bryancollins99-agent-skills-log-issue && curl -fsSL https://raw.githubusercontent.com/bryancollins99/agent-skills/HEAD/skills/log-issue.md -o ~/.claude/skills/bryancollins99-agent-skills-log-issue/SKILL.md

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

Full documentation available on GitHub

View Source Repository