review-feedback

Analyze exported feedback JSON and prepare actionable GitHub issues via gh CLI.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeveck/zskills --skill review-feedback-zeveck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-feedback
Source: https://github.com/zeveck/zskills/tree/main/skills/review-feedback
Command: npx skills add https://github.com/zeveck/zskills --skill review-feedback-zeveck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reads exported user feedback and converts pending entries into actionable GitHub issues, reducing manual triage time and error-prone work.

Core Features & Use Cases

  • Reads exported feedback JSON and evaluates each pending entry for actionability.
  • Detects duplicates by searching existing GitHub issues, assigns labels (bug, enhancement, ui), and prepares a concise issue body.
  • Supports a one-issue-per-entry workflow with context retained for quick filing after user approval.

Quick Start

Import feedback.json and triage entries to file approved issues on GitHub using gh CLI.

Frequently Asked Questions about review-feedback

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

FAQPage Schema
How do I automate triaging user feedback into GitHub issues?

To automate triaging user feedback into GitHub issues, import an exported feedback JSON file. The system evaluates pending entries for actionability, detects duplicates against existing issues, proposes labels, and prepares a summary for approval before filing via gh CLI.

How does duplicate detection work when filing feedback as GitHub issues?

Duplicate detection works by searching existing GitHub issues for matching context before filing. This prevents redundant issue creation by checking pending feedback entries against current repository issues and presenting a consolidated summary for your review.

Do I need the gh CLI installed to file GitHub issues from exported feedback?

Yes, you need the gh CLI installed and authenticated to file GitHub issues from exported feedback. The tool relies on gh CLI for issue creation while preserving traceability and ensuring safe handling of sensitive data during the approval workflow.

Can I automatically assign labels like bug or enhancement when creating GitHub issues from feedback?

Yes, you can automatically assign labels like bug, enhancement, and ui when creating GitHub issues from feedback. The system proposes appropriate labels for each pending entry and includes them in the summary for your approval before filing.

What is the best way to securely handle sensitive data when exporting user feedback to GitHub?

The best way to securely handle sensitive data when exporting user feedback to GitHub is to process entries through an approval workflow. This ensures safe handling by presenting a summary for your review before any issue is created via gh CLI.