スキル一覧に戻る
tatsuki-washimi

analyze-code

by tatsuki-washimi

gwpy expansions for experiments

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

SKILL.md


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.

スコア

総合スコア

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

レビュー

💬

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