analyze-code | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / analyze-code

analyze-code

maintained by tatsuki-washimi

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: analyze_code description: 外部ライブラリや他言語で書かれたコードの実装を分析して知見を得る

Analyze Code

This skill helps in understanding code outside of the main project source tree.

Instructions

  1. Locate Source:

    • If analyzing an installed library: Find where it is installed (usually .venv/lib/pythonX.X/site-packages/).
    • If analyzing non-Python code (e.g. C++, MEDM files): Find the files in the directory tree.
  2. Read and Analyze:

    • Use view_file to read the implementation.
    • For binary files or unknown formats, try to find a parser or read as text if applicable (e.g. MEDM .adl files are text).
    • Map the external logic to how it interacts with or should be implemented in the current project.
  3. Report:

    • Explain the data structures, algorithms, or logic flow found.
    • Highlight differences with the current implementation.

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 4 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.