moonshot-classify-task | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / moonshot-classify-task

moonshot-classify-task

maintained by munlucky

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: moonshot-classify-task description: Classifies a user request into task types (feature, modification, bugfix, refactor) and extracts intent keywords. Use at the start of PM analysis. context: fork

PM Task Classification

Inputs

  • analysisContext.request.userMessage

Procedure

  1. Identify intent keywords from the user message.
  2. Select one taskType: feature | modification | bugfix | refactor.
  3. Set confidence: high | medium | low.

Heuristics

  • feature: "new", "add", "implement", "create", "build"
  • modification: "change", "modify", "improve", "adjust", "remove"
  • bugfix: "bug", "error", "broken", "fails"
  • refactor: "refactor", "clean up", "restructure", "remove duplication"

Technology Stack Detection

React/Next.js 키워드 감지 시 시그널 설정:

  • Keywords: "react", "next", "next.js", "nextjs", "jsx", "tsx", "useState", "useEffect"
  • Output: signals.reactProject: true

Output (patch)

request.taskType: feature
request.keywords:
  - implement
  - react
signals:
  reactProject: true  # Set when React/Next.js keywords detected
notes:
  - "taskType=feature, confidence=high"
  - "tech-stack: react/next.js detected"  # Add when reactProject=true

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 5个月前
tools tools productivity tools

Related Skills

ui-ux-pro-max
chevron_right
ai-sdk

ai-sdk

vercel
star 22.3k
chevron_right
planning-with-files
chevron_right
agent-browser
chevron_right
content-prd
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.