plan-from-feedback

Fetch and analyze open GitHub issues to generate structured implementation plans.

71|2|Updated Oct 26, 2019
One-click install
npx skills add https://github.com/TrainLCD/MobileApp --skill plan-from-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-from-feedback
Source: https://github.com/TrainLCD/MobileApp/tree/main/.claude/skills/plan-from-feedback
Command: npx skills add https://github.com/TrainLCD/MobileApp --skill plan-from-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill solves the bottleneck of manually triaging and planning work from a large backlog of user feedback, allowing developers to quickly identify high-priority tasks and understand the technical requirements for implementation.

Core Features & Use Cases

  • Automated Triage: Filters open issues from the TrainLCD/Issues repository based on triage levels, difficulty, and platform.
  • AI-Powered Planning: Generates concise implementation plans including affected files and step-by-step instructions for selected tickets.
  • Use Case: When starting a new sprint, use this skill to find the top 3 P1-level bugs that are easy to fix, receiving an immediate breakdown of which files to modify and how to approach the fix.

Quick Start

Use the plan-from-feedback skill to find three easy P1 tickets and generate implementation plans for them.

Frequently Asked Questions about plan-from-feedback

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

FAQPage Schema
How do I generate implementation plans from GitHub issues automatically?

To generate implementation plans from GitHub issues, this Skill fetches open tickets via the GitHub CLI and applies heuristic analysis to suggest affected files and step-by-step technical instructions.

What's the best way to triage user feedback for sprint planning?

Triage user feedback for sprint planning by filtering open GitHub issues based on triage priority, estimated difficulty, and platform to identify high-priority tasks and understand technical requirements.

Do I need the GitHub CLI to analyze issue metadata and create development plans?

Yes, you need the GitHub CLI (gh) installed to provide read-only access to issue metadata, which is required to analyze tickets and generate structured development plans.

Can I filter GitHub issues by platform and difficulty to find easy bug fixes?

Yes, you can filter GitHub issues by platform, triage priority, and estimated difficulty to quickly find easy high-priority bug fixes and receive an immediate breakdown of required modifications.

Does the plan-from-feedback Skill write code or just suggest implementation steps?

The plan-from-feedback Skill suggests implementation steps by performing heuristic-based technical analysis to identify affected files and provide step-by-step instructions, rather than writing the code itself.

How does automated issue triage handle a large backlog of user feedback?

Automated issue triage handles large backlogs by filtering open tickets based on priority levels, difficulty, and platform metadata, then generating concise implementation plans to eliminate manual sorting bottlenecks.