スキル一覧に戻る
Yuvasee

investigation

by Yuvasee

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

SKILL.md


name: investigation description: Deep-dive investigation with documentation output.

Investigation

Conducts deep-dive investigations on specific topics and produces detailed documentation.

Requirements

  • Active session must exist (session path in working memory)
  • If no active session: STOP and ask user for session path

Execution

Session path: [SESSION_PATH from working memory] Topic: $ARGUMENTS

Steps

  1. Investigate thoroughly:

    • Check project docs folder for related documents (if exists)
    • Explore the codebase to understand the topic
    • Identify key files, patterns, dependencies
    • Note potential issues or concerns
  2. Create documentation:

    • File: [SESSION_PATH]/[TIMESTAMP_FILE]-dive-[topic-slug].md

    Structure:

    # Deep Dive: [topic]
    Date: [TIMESTAMP_LOG]
    
    ## Summary
    [Brief overview of findings]
    
    ## Key Findings
    [Bullet points]
    
    ## Code Structure
    [Relevant files with brief explanations]
    
    ## Dependencies & Relationships
    [How components interact]
    
    ## Considerations
    [Issues, edge cases, concerns]
    
    ## Recommendations
    [Suggested next steps]
    
  3. Update session:

    • Edit [SESSION_PATH]/_overview.md:
      • Add to Flow Log: - [TIMESTAMP_ITERATION] Deep dive: [topic] -> [filename].md
      • Add to Files: - [filename].md - Deep dive: [topic]
    • Commit (if git repo): cd [SESSION_DIR] && git add . && git commit -m "Deep dive: [topic]"
  4. Report back: Provide concise summary of key findings with filename

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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