AgentSkillsCN

Prioritizefb

自动为尚未排序的反馈设定优先级

SKILL.md
--- frontmatter
description: Auto-prioritize unprioritized feedback

Prioritize Feedback

Run

bash
node scripts/fetch-feedback.js prioritize --json

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>