What problem does it solve? Scope creep and untracked observations derail pull requests. This Skill captures out-of-scope findings as properly structured GitHub issues so nothing gets lost and PRs stay focused. ## Core Features & Use Cases - Standardized Issue Template: Generates issues with Motivation, Scope, Non-goals, Relates to, and Phase sections matching the project's conventions. - Duplicate Detection: Checks open issues via gh issue list before filing to avoid redundant tickets. - Scope-Creep Guardrail: Enforces a strict rule that any observation outside the current PR's scope becomes a filed issue rather than unplanned work. - Use Case: During a code review you notice a refactoring opportunity unrelated to the current branch. Invoke this Skill to file it as a tracked issue with proper non-goals, then continue the PR uninterrupted. ## Quick Start File a GitHub issue for the caching bug we just discussed using the standard project template.