スキル一覧に戻る
munlucky

moonshot-classify-task

by munlucky

0🍴 0📅 2026年1月26日
GitHubで見るManusで実行

SKILL.md


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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です