HomeBrowseUpload
← Back to registry
// Skill profile

Feedback

name: feedback

by bytesagain · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain/bytesagain-feedback
View on GitHub
// Full documentation

---

name: feedback

version: "2.0.0"

author: BytesAgain

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

license: MIT-0

tags: [feedback, tool, utility]

description: "Collect user feedback, categorize by theme, and track issue resolution. Use when gathering opinions, prioritizing bugs, or tracking fix progress."

---

# Feedback

Feedback collector — gather user feedback, categorize, prioritize, and track resolution.

Commands

| Command | Description |

|---------|-------------|

| `feedback help` | Show usage info |

| `feedback run` | Run main task |

| `feedback status` | Check current state |

| `feedback list` | List items |

| `feedback add <item>` | Add new item |

| `feedback export <fmt>` | Export data |

Usage

feedback help
feedback run
feedback status

Examples

# Get started
feedback help

# Run default task
feedback run

# Export as JSON
feedback export json

Output

Results go to stdout. Save with `feedback run > output.txt`.

Configuration

Set `FEEDBACK_DIR` to change data directory. Default: `~/.local/share/feedback/`

---

*Powered by BytesAgain | bytesagain.com*

*Feedback & Feature Requests: https://bytesagain.com/feedback*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band