om-followup-issue-from-pr

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

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/tkogut/agents-os-core --skill om-followup-issue-from-pr-tkogut
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: om-followup-issue-from-pr
Source: https://github.com/tkogut/agents-os-core/tree/main/global_skills/om-followup-issue-from-pr
Command: npx skills add https://github.com/tkogut/agents-os-core --skill om-followup-issue-from-pr-tkogut

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 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.

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 comment?▼

Paste the PR comment link (issuecomment or discussion_r URL) and the Skill fetches the comment, quotes the actionable excerpt, and creates an issue with acceptance criteria. It assigns the issue to an @-mentioned person or falls back to the PR author.

How does the design-doc tracking issue work?▼

When a PR adds a markdown design document in the specs or docs area, the Skill checks for an existing open tracking issue. If none exists, it creates one titled `Implement: <feature>` and cross-links it with the design PR.

Does it work with PRs from a different repository?▼

Yes, the target repository is parsed from the pasted URL rather than assumed from the current repo. Label existence checks run against the target repo, and the tracker descriptor defines link shapes for the configured tracker.

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

The Skill dedupes by searching open issues for the document slug and `Implement:` titles before creating anything. If a match exists, it reports the existing issue instead of duplicating it and can optionally add a cross-link comment.

What if the PR comment is not actionable?▼

Non-actionable comments such as praise, questions, or LGTM are not converted into invented tasks. The Skill tells you the comment is not actionable and asks what to file instead.

How are secrets in quoted comments handled?▼

Before quoting any comment excerpt, the Skill redacts credential-looking strings such as tokens, API keys, passwords, .env lines, and connection strings. Secrets never appear in issue bodies, comments, or reports.