
Deepline Feedback
Collect or submit product feedback through Deepline.
Install
npx skills add https://github.com/code.deepline.com --skill deepline-feedbackWhat is this skill?
- Feedback collection
- Deepline
- User input
Adoption & trust: 7k installs on skills.sh; 1/1 security scanners passed (skills.sh audits).
Recommended Skills
Grill Memattpocock/skills
Grill With Docsmattpocock/skills
Cavemanjuliusbrussee/blueprint
Lark Tasklarksuite/cli
Lark Workflow Standup Reportlarksuite/cli
To Prdmattpocock/skills
Journey fit
Common Questions / FAQ
Is Deepline Feedback safe to install?
skills.sh reports 1 of 1 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Deepline Feedback
# Deepline Feedback Send feedback or a bug report to the Deepline team. ## Steps 1. **Get feedback text.** Use the argument if provided (e.g. `/deepline-feedback the waterfall broke`). Otherwise ask the user. 2. **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". 3. **If confirmed**, run: ``` deepline provide-feedback --text "{feedback text}" --json deepline session send --current-session --json ``` 4. Tell the user it was sent. If cancelled, do nothing.