om-followup-issue-from-pr

Creates follow-up and tracking issues from PR comments and design documents.

2.6k|159|Updated Mar 8, 2021
One-click install
npx skills add https://github.com/go-musicfox/go-musicfox --skill om-followup-issue-from-pr-go-musicfox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: om-followup-issue-from-pr
Source: https://github.com/go-musicfox/go-musicfox/tree/main/.agents/skills/om-followup-issue-from-pr
Command: npx skills add https://github.com/go-musicfox/go-musicfox --skill om-followup-issue-from-pr-go-musicfox

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 properly assigned, labeled, and cross-linked tracker issues so no follow-up work is lost. ## Core Features & Use Cases - Comment mode: Extracts the actionable ask from a review comment (conversation or inline), quotes it with credentials redacted, and opens a follow-up issue assigned to the @-mentioned person or the PR author. - Design-doc mode: Detects new design/proposal markdown files in the PR, dedupes against existing Implement: tracking issues, and creates a tracking issue cross-linked with the design PR. - Use Case: A reviewer comments "@alice can you add retry logic here?" on a merged PR. Paste the comment link and the Skill files an issue quoting the request, assigned to alice, with acceptance criteria and links 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.

Frequently Asked Questions about om-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 review comment?

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

How do I track implementation of a design doc added in a PR?

Paste the plain PR link. The Skill detects new markdown files in the design docs area, checks for an existing Implement-titled tracking issue, and creates one if missing, then cross-links it with the design PR.

Does it work with PRs from a different repository?

Yes. The target owner/repo is parsed from the pasted URL rather than assumed from the current repo. Label existence checks run against the target repo, and the tracker's configured link conventions are honored.

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-titled issues. If a match exists, it reports the existing issue instead of creating a duplicate, optionally adding a cross-link comment.

What if the PR comment is not actionable?

If the comment is praise, a question, or otherwise non-actionable, the Skill says so and asks what to file instead of inventing a task. Ambiguous comment selection on plain PR links is also confirmed with the user.