| name | feedback |
| description | Use when submitting curdx-flow feedback, bug reports, or feature requests. |
| argument-hint | [feedback message] |
| arguments | message |
| allowed-tools | Bash AskUserQuestion |
| disable-model-invocation | true |
user: /curdx-flow:feedback The task verification system sometimes misses TASK_COMPLETE markers
assistant: I'll create a GitHub issue for that feedback.
user: /curdx-flow:feedback Feature request: add support for parallel task execution
assistant: I'll submit that feature request as a GitHub issue.
Submit Feedback
Help improve curdx-flow by submitting feedback or reporting issues.
Instructions
-
Check if gh CLI is available by running: which gh
-
If gh is available, create an issue with the user's feedback:
gh issue create --repo curdx/curdx-flow --title "<short title from feedback>" --body "<full feedback message>"
- Extract a short, descriptive title from the feedback
- Include the full feedback in the body
- Add the label
feedback if it exists
-
If gh is NOT available, inform the user:
The gh CLI is not installed or not authenticated. Please submit your feedback manually at:
https://github.com/curdx/curdx-flow/issues/new
Or browse existing issues: https://github.com/curdx/curdx-flow/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen
-
If no message was provided, ask the user what feedback they'd like to submit.
Example Usage
/curdx-flow:feedback The task verification system sometimes misses TASK_COMPLETE markers
/curdx-flow:feedback Feature request: add support for parallel task execution
/curdx-flow:feedback Bug: cancel command doesn't cleanup .curdx-state.json properly