ot-followup-issue-from-pr

Creates tracker issues from PR comments and design documents.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/triage-software/skills --skill ot-followup-issue-from-pr-triage-software
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ot-followup-issue-from-pr
Source: https://github.com/triage-software/skills/tree/main/skills/ot-followup-issue-from-pr
Command: npx skills add https://github.com/triage-software/skills --skill ot-followup-issue-from-pr-triage-software

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Actionable requests buried in PR review comments and newly added design documents often get forgotten after merge. This Skill turns a pasted PR or PR-comment link into tracked follow-up work by extracting the actionable ask and opening a properly assigned, labeled issue in the configured tracker. ## Core Features & Use Cases - Comment mode: Fetches the linked PR comment (conversation or inline review), quotes the actionable excerpt with credentials redacted, and creates a follow-up issue assigned to the @-mentioned person or the PR author. - Design-doc mode: Detects markdown design documents added by the PR, dedupes against existing tracking issues, and opens an Implement: <feature> tracking issue cross-linked with the design PR. - Use Case: A reviewer comments "@alice can you add rate limiting here?" on a merged PR. Paste the comment link and the Skill files a labeled issue quoting the request, with acceptance criteria, assigned to alice, linked back to the PR. ## Quick Start Paste a PR or PR-comment link and ask the agent to create a follow-up issue from it.

Frequently Asked Questions about ot-followup-issue-from-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a follow-up issue from a PR comment?▼

Paste the PR comment link (issuecomment or discussion_r URL) and ask for a follow-up issue. The Skill fetches the comment, quotes the actionable excerpt, and creates an issue assigned to the @-mentioned person or the PR author.

How to track implementation of a design doc added in a PR?▼

Paste the plain PR link. The Skill scans the PR's changed files for markdown documents in the design docs area, checks for an existing tracking issue, and opens an `Implement: <feature>` issue cross-linked with the design PR if none exists.

Does it work with PRs from a different repository?▼

Yes. The target repo is parsed from the pasted URL's owner/repo, never assumed from the current repo. Label existence checks run against the target repo via the tracker descriptor's cross-repo operations.

What happens if a tracking issue already exists for the design doc?▼

The Skill dedupes first by searching open issues for the document slug and Implement-prefixed titles. If a match exists, it reports and reuses that issue instead of creating a duplicate, optionally adding a cross-link comment.

What if the PR comment is not actionable?▼

Non-actionable comments like praise, questions, or LGTM are not turned into tasks. The Skill tells you the comment has no concrete ask and asks what to file instead of inventing scope.