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-prioritizefbgit clone https://github.com/austencloud/tka-platform.gitcp tka-platform/SKILL.MD ~/.claude/skills/austencloud-tka-platform-agents-skills-prioritizefb/SKILL.md--- name: prioritizefb description: Use when feedback items lack priority and need triage --- # Prioritize Feedback ## Run ```bash node scripts/fetch-feedback.js prioritize --json ``` ## Scope Only sets priority on items that lack one. For claiming and working on feedback, use `/fb`. ## Priority Criteria **HIGH:** Blocks core workflows, data loss risk, crashes, auth issues **MEDIUM:** Degrades experience, missing expected functionality, UX friction **LOW:** Polish/cosmetic, edge cases, nice-to-haves ## Workflow 1. Fetch unprioritized items 2. Analyze each with TKA context (flow artists creating choreography) 3. Present table with recommendations 4. Get confirmation 5. Apply: `node scripts/fetch-feedback.js <id> priority <level>`