Gtm-eng-skills deepline-feedback
Send feedback or bug reports to the Deepline team, including session transcript and environment info.
install
source · Clone the upstream repo
git clone https://github.com/getaero-io/gtm-eng-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/getaero-io/gtm-eng-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/deepline-feedback" ~/.claude/skills/getaero-io-gtm-eng-skills-deepline-feedback && rm -rf "$T"
manifest:
skills/deepline-feedback/SKILL.mdsource content
Deepline Feedback
Send feedback or a bug report to the Deepline team.
Steps
-
Get feedback text. Use the argument if provided (e.g.
). Otherwise ask the user./deepline-feedback the waterfall broke -
Confirm. Use AskUserQuestion with a question like:
This report will include:
- Your feedback: {feedback text}
- Environment info (auto-collected)
- Current session transcript
Send this feedback?
Options: "Send it" / "Cancel".
-
If confirmed, run:
deepline provide-feedback --text "{feedback text}" --json deepline session send --current-session --json -
Tell the user it was sent. If cancelled, do nothing.