feedback-triage

Investigates feedback items and creates classified GitHub issues with project board integration.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/sarkarshivaditya-lab/WellMate --skill feedback-triage-sarkarshivaditya-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-triage
Source: https://github.com/sarkarshivaditya-lab/WellMate/tree/main/.engineering-skills/troykelly-claude-skills/skills/feedback-triage
Command: npx skills add https://github.com/sarkarshivaditya-lab/WellMate --skill feedback-triage-sarkarshivaditya-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw feedback from UAT sessions, bug reports, QA findings, and stakeholder reviews often arrives as unstructured batches of items. Without investigation, teams create vague or duplicate issues that lack reproduction steps, severity, and priority, slowing down resolution. ## Core Features & Use Cases - Investigate-First Protocol: Every feedback item is analyzed (error codes, reproduction steps, code review, impact assessment) before any issue is created. - Classification & Prioritization: Items are typed as Bug, Feature, Research, Spike, or Chore and assigned Critical/High/Medium/Low priority based on severity and business impact. - GitHub Issue & Project Board Integration: Creates well-formed issues via gh issue create with structured templates, then adds each to the GitHub project board with Status, Type, and Priority fields set. - Use Case: After a UAT round, you receive a message listing five bugs and two feature requests. This Skill parses each item, investigates the failing endpoints in code, creates seven labeled GitHub issues, adds them to the project board, and delivers a prioritized summary report. ## Quick Start Triage this UAT feedback into investigated, prioritized GitHub issues and add each one to the project board.

Frequently Asked Questions about feedback-triage

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

FAQPage Schema
How do I turn UAT feedback into GitHub issues?

Parse the feedback into distinct items, investigate each one for error details and reproduction steps, then create issues with gh issue create using structured templates. This Skill automates that flow and adds every issue to your GitHub project board with Status, Type, and Priority fields.

How to prioritize bug reports from user testing?

Classify each item by type (Bug, Feature, Research) and assign priority based on severity and business impact: Critical for production-down issues, High for blocking bugs, Medium for degraded features with workarounds, and Low for cosmetic issues.

What GitHub project board setup is required for issue triage?

You must set the GITHUB_PROJECT_NUM and GH_PROJECT_OWNER environment variables, and the project must be accessible via gh project view. The Skill blocks triage until this gate passes, then sets Status, Type, and Priority fields on every created issue.

Does this skill create issues without investigating them first?

No. Investigation is a hard gate: each item requires error analysis, reproduction steps, code review, and impact assessment before any issue is created. Vague feedback triggers clarifying questions or a Research-type issue instead.

What happens after feedback triage is complete?

You receive a summary report listing all created issues with type, priority, and recommended resolution order. From there, issues can be assigned to developers or resolved directly using an issue-driven development workflow.