スキル一覧に戻る
yeyuan98

investigating-git-repo

by yeyuan98

Claude Code Skills for development

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

SKILL.md


name: investigating-git-repo version: 1.0.0 description: Answers questions about GitHub repositories by cloning and analyzing them. Use when the user asks about GitHub repositories, needs code analysis, or wants to explore repository structure. allowed-tools: Read, Bash, AskUserQuestion

Follow steps below exactly. If the procedure below didn't work out. Do not try to resolve issues on your own. Message the user that which step errored and stop.

Step 01: Get full HTTPS URL of the remote repository

Use web search MCP to search for full path of the project specified by user.

The URL for git cloning will always end in .git. For example:

  • Project at https://github.com/gohugoio/hugo, the git URL is https://github.com/gohugoio/hugo.git

General rules:

  1. web search show explicitly ask for github.com results.
  2. the git URL will end with .git.

This Step 01 is the ONLY step that use MCP server.

Step 02: Check git command existence

Run bash: git --version. If not found, stop.

Step 03: Create temporary folder

Run bash: mktemp -d. Record the return path.

Step 03: Clone github repository

Run bash: git clone <CLONE_URL_FROM_STEP01> <PATH_TO_TEMP_DIR_FROM_STEP03>

Step 04: Analyze repository and answer question

Inspect the cloned repository in the temporary folder to answer user's question(s). Focus your analysis on answering the questions. If you find certain question(s) unclear given the repo content, use AskUserQuestion tool to ask for user clarification.

Now return answers. Do not clean up the temporary directory.

スコア

総合スコア

55/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
言語

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

0/5
タグ

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

0/5

レビュー

💬

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