Agent skill
prioritizefb
Auto-prioritize unprioritized feedback
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/prioritizefb
SKILL.md
Prioritize Feedback
Run
node F:/_CODE/shared-scripts/feedback/fetch-feedback.js prioritize --json
Priority Criteria
HIGH: Article accuracy errors, template breakage, security issues, anti-spam filter failures, data loss risk MEDIUM: Missing content, broken categories, CSS/skin issues, extension misconfiguration, SEO problems LOW: Polish/cosmetic, edge cases, nice-to-haves, minor formatting
Wiki Context
When prioritizing, consider the wiki's purpose:
- Article accuracy is critical - wrong technique descriptions could cause injury
- Template integrity affects every page that uses them
- Anti-spam is essential for a public wiki
- SEO matters for discoverability of flow arts content
- Skin/CSS issues affect readability for all visitors
Workflow
- Fetch unprioritized items
- Analyze each with wiki context
- Present table with recommendations
- Get confirmation
- Apply:
node F:/_CODE/shared-scripts/feedback/fetch-feedback.js <id> priority <level>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?