Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install austencloud-tka-platform-agents-skills-submitfbgit clone https://github.com/austencloud/tka-platform.gitcp tka-platform/SKILL.MD ~/.claude/skills/austencloud-tka-platform-agents-skills-submitfb/SKILL.md--- name: submitfb description: Use when submitting a bug report, feature request, or feedback item to the tracker --- # Submit Feedback Extract from conversation context: - **Title:** Concise summary (max 80 chars) - **Description:** Detailed description - **Type:** bug / feature / general - **Priority:** low / medium / high / critical - **Module/Tab:** If mentioned, otherwise system/general ## Scope Submission only. For working on existing feedback, use `/fb`. For marking items done, use `/done`. ## Show Preview ``` Title: [title] Type: [type] Priority: [priority] Module: [module] / [tab] Description: [description] ``` ## Submit (after confirmation) ```bash node scripts/submit-feedback.js "Title" "Description" --type [type] --priority [priority] --module [module] --tab [tab] ``` Report result with feedback ID.