skillett feedback
skillett feedback --title <title> --body <body> [--category <category>]Description
Section titled “Description”Submits feedback directly to the Skillett team. Feedback is visible on the public roadmap and can be voted on by other users.
Options
Section titled “Options”| Flag | Description | Required | Default |
|---|---|---|---|
--title <title> | Short summary of the feedback | Yes | — |
--body <body> | Detailed description | Yes | — |
--category <cat> | Feedback category | No | other |
Categories
Section titled “Categories”| Value | Description |
|---|---|
bug_report | Something isn’t working |
feature_request | New feature idea |
integration_request | Request a new integration |
improvement | Enhancement to existing functionality |
other | General feedback |
Examples
Section titled “Examples”$ skillett feedback --title "Add Linear integration" --category integration_request --body "Would love to manage Linear issues through Skillett"{ "status": "submitted", "id": "fb_abc123"}Exit codes
Section titled “Exit codes”0— Feedback submitted1— Missing required fields or auth error2— Network or server error