feedback

Collect user feedback and file GitHub issues or local reports.

3|3|Updated Aug 19, 2024
One-click install
npx skills add https://github.com/AMDResearch/dh_comms --skill feedback-amdresearch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback
Source: https://github.com/AMDResearch/dh_comms/tree/main/.agents/skills/feedback
Command: npx skills add https://github.com/AMDResearch/dh_comms --skill feedback-amdresearch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects user feedback about the Agentic Meta Project and files it as a GitHub issue if gh CLI is available, otherwise writes a local report to capture user input and feed it back into the project.

Core Features & Use Cases

  • Structured feedback collection: asks user for feedback type (bug, friction, suggestion, feature request) and gathers a description, steps to reproduce, and relevant context (project name, Amplify version, involved skills).
  • Flexible routing: creates a GitHub issue via gh when available or stores a local report under .untracked/feedback and updates feedback-index.md to maintain a centralized log.
  • Contextual enrichment: captures client project name, version, and involved workflows to aid triage and prioritization.

Quick Start

Describe feedback as a bug or suggestion and I will file it to GitHub if possible or save a local report otherwise.

Frequently Asked Questions about feedback

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

FAQPage Schema
How do I collect user feedback and file it as a GitHub issue automatically?

To collect user feedback and file it as a GitHub issue automatically, describe the issue type and context. The tool validates gh CLI availability and constructs a GitHub issue, or falls back to a local report if unavailable.

What types of user feedback can I track for issue reporting?

You can track bug reports, friction notes, suggestions, and feature requests for issue reporting. The tool gathers descriptions, steps to reproduce, and contextual details like project name and version to aid triage.

Do I need the gh CLI installed to submit user feedback to GitHub?

You do not strictly need the gh CLI to submit user feedback. The tool checks for gh CLI availability to create a GitHub issue, but falls back to writing a local report to .untracked/feedback and updates the feedback index.

How does feedback routing work when GitHub CLI is not available?

When GitHub CLI is not available, feedback routing writes a local report under .untracked/feedback. It then updates feedback-index.md to maintain a centralized log of the captured user input.

What context is captured when filing a bug report or feature request?

When filing a bug report or feature request, the tool captures the client project name, Amplify version, involved skills, and steps to reproduce. This contextual enrichment aids in triage and prioritization.

Can I use local workflows to log friction notes without a GitHub repository?

Yes, you can use local workflows to log friction notes without a GitHub repository. The tool stores reports locally and updates feedback-index.md, ensuring user input is recorded centrally even without remote access.