What problem does it solve? Actionable requests buried in PR review comments and newly added design documents often get forgotten after a merge. This Skill turns a pasted PR or PR-comment link into tracked follow-up work: it extracts the actionable ask, files a properly assigned issue, and opens an Implement: tracking issue for design docs that lack one. ## Core Features & Use Cases - Comment-to-issue conversion: Parses a PR comment or inline review comment link, quotes the actionable excerpt (with credentials redacted), and creates an issue assigned to the @-mentioned person or the PR author. - Design-doc tracking: Detects markdown design documents added by a PR, dedupes against existing open issues, and creates an Implement: <feature> tracking issue cross-linked with the design PR. - Tracker-agnostic operation: Works through a configurable tracker descriptor with label discipline, cross-repo targeting, and prompt-injection defenses. - Use Case: A reviewer comments "@alice can you add retry logic here?" on a PR. Paste the comment link and the Skill files a follow-up issue quoting the request, with acceptance criteria, assigned to alice and linked back to the PR. ## Quick Start Paste a GitHub PR or PR-comment link and ask the agent to create a follow-up issue from it.