investigation | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / investigation

investigation

maintained by Yuvasee

star 4 account_tree 0 verified_user MIT License
bolt View GitHub

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

chat Comments (0)

chat_bubble_outline

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

Skill Details

GitHub Stars 4
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools debugging

Related Skills

fabric
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right
page-behavior-audit
chevron_right

Build your own?

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