pr-followup-issues

Analyze GitHub PR diffs and checks to generate categorized Linear issues.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/kingler/v0-jetvision-assistant --skill pr-followup-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-followup-issues
Source: https://github.com/kingler/v0-jetvision-assistant/tree/main/.claude/skills/pr-followup-issues
Command: npx skills add https://github.com/kingler/v0-jetvision-assistant --skill pr-followup-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically analyzes a GitHub PR (merged or open) to surface follow-up work and converts it into categorized Linear issues, reducing manual triage and project-management overhead.

Core Features & Use Cases

  • Analyze PR context (title, body, checks, reviews) and extract actionable follow-ups.
  • Categorize follow-ups into CI/CD, Testing, Performance, Tech Debt, Documentation, and Security.
  • Create Linear issues linked to the PR, with context, references, and optional dry-run support for review.

Quick Start

Process a PR by number and generate categorized Linear follow-up issues.

Frequently Asked Questions about pr-followup-issues

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

FAQPage Schema
How do I automatically create Linear issues from a GitHub PR?

You can automatically create Linear issues from a GitHub PR by analyzing the PR context, diffs, and checks to generate categorized follow-ups. This process scans CI, tests, performance, tech debt, documentation, and security signals to produce structured Linear issues with titles, descriptions, and priorities.

What do I need to set up before generating Linear issues from GitHub PRs?

Before generating Linear issues from GitHub PRs, you need the gh CLI authenticated and Linear MCP configured. These prerequisites allow the tool to scan repository PR data and output structured Linear creation data including labels and estimates.

Can I review categorized PR follow-ups before they are created in Linear?

Yes, you can review categorized PR follow-ups before they are created in Linear using optional dry-run support. This allows you to inspect the analyzed CI, testing, and security signals before actual Linear issues are generated.

How does PR analysis categorize technical debt and security follow-ups?

PR analysis categorizes technical debt and security follow-ups by scanning PR data, diffs, and checks. It extracts actionable signals across predefined categories like CI/CD, Performance, Documentation, and Security to generate structured Linear issues with context and references.

Does this automated PR triage work with open pull requests or only merged ones?

Automated PR triage works with both open and merged pull requests. The tool analyzes the PR context, title, body, and checks to surface actionable follow-up work, reducing manual triage overhead regardless of the PR state.