What problem does it solve? Findings that surface during a conversation — bugs, missing behaviors, ideas, refactoring needs — often live only in chat scrollback and are lost. This Skill turns each finding into a tracked GitHub issue the moment it appears, so nothing discovered during work disappears. ## Core Features & Use Cases - Duplicate Detection: Searches existing open issues with gh issue list --search and comments on a match instead of filing a twin. - Structured Gap Reports: Writes issue bodies following a gap template with Context, Missing behavior, Impact, Evidence, and Suggested lane — problem only, no solutions. - Conventional Titles and Triage Labels: Titles issues like commit subjects (type(scope): what is missing) and files them with the needs-triage label via gh issue create. - Use Case: While reviewing a crypto tax calculation flow, you notice Solana rewards are not classified. Ask the agent to capture it, and it files a labeled GitHub issue with evidence and a link back. ## Quick Start Ask the agent to capture the finding you just noticed as a gap issue, for example by saying "capture this as an issue".