Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计异常

run-github-scoutRUN GitHub scout 搜索

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

372

周安装

16

GitHub Stars

5

下载量

131
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:run-github-scout(RUN GitHub scout 搜索)
来源仓库:https://github.com/yigitkonur/skills-by-yigitkonur
仓库路径:skills/run-github-scout
安装命令:
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill run-github-scout
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill run-github-scout

简介

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。

  • 适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。
  • 使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • run-github-scout 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

GitHub Repo Scout

Find and shortlist the best-fit GitHub repos for a concrete user need. Default to adaptive discovery, internal relevance filtering, and a markdown shortlist. Deeper comparison, feature matrices, and HTML export are optional end-stage branches.

Trigger boundary

Use when: "find the best open-source X for Y", "what GitHub repos fit this use case?", "compare repos for this stack/problem", "I need a shortlist of tools like this", or "find similar repos on GitHub".

Do NOT use when: the task is generic technical research without repo-discovery intent, a codebase-local question, or a non-GitHub product comparison. Use run-research for broad web research that is not centered on GitHub repositories.

Default stance

  • Shortlist first. The default deliverable is an in-conversation markdown shortlist.
  • Search small, then refine. Start with 3-6 broad angles, then run at most one refinement round unless results are still materially weak.
  • Filter before expanding. Read descriptions, names, topics, stars, and recent activity before inventing more searches.
  • Research Power Pack / MCP web tools are optional. Use them when they help naming or landscape discovery. Never require them.
  • Keep deep work top-N only. Feature matrices, code reads, and HTML export happen only after a useful shortlist exists.

Capability check

Choose the leanest path that can still answer the request.

PathUse whenDefault tools
GitHub-onlyThe problem is clearly named, the category is repo-centric, or GitHub search already surfaces relevant candidates.gh search repos, GitHub web/API, repo READMEs
AugmentedNaming is fuzzy, the landscape is broad, category labels are unclear, or first-pass GitHub search is thin/noisy.GitHub search plus optional MCP/web research to learn better terms

Rules:

  • If MCP/web research is unavailable, continue on the GitHub-only path.
  • If web research is available, use it to discover better names, categories, and community-curated alternatives, then map those back to GitHub repos and filter there.
  • Do not ask the user to install a research tool just to run this skill.

Default workflow

1. Interpret the request

Extract the search contract before touching GitHub:

  • core problem or job to be done
  • must-haves
  • exclusions
  • ecosystem or language constraints
  • maturity expectations (production-ready, active, permissive license, etc.)
  • known examples or anti-examples

Ask clarifying questions only when the answer would materially change the search. If the user's request already pins the use case and constraints, skip questions entirely.

2. Choose the search path

  • Use the GitHub-only path by default.
  • Switch to the Augmented path if you hit ambiguous naming, broad category noise, or community terminology problems.
  • Read references/search/web-search-patterns.md only if you need the augmented branch.

3. Run a small first pass

Start with 3-6 search angles, not a giant hypothesis list.

Minimum useful angle set:

  1. direct phrasing of the user's need
  2. broader category phrasing
  3. known examples or well-known alternatives
  4. one unexpected-naming branch

Add a fifth or sixth angle only when a hard constraint matters (language, deployment model, self-hosted, etc.).

Use short, broad queries first. Read references/search/search-methodology.md, references/search/gh-search-syntax-cheatsheet.md, and references/search/output-format-recipes.md if you need exact search patterns.

4. Filter internally before searching again

Treat the first pass as raw material, not the final answer.

For each candidate, classify it as:

  • relevant — clearly fits the job
  • maybe relevant — plausible but needs more evidence
  • off-topic — wrong category, dead end, or obvious mismatch

Filter using the cheapest signals first:

  • repo name
  • description
  • topics
  • stars
  • recent activity or pushed date
  • archived status
  • license presence

Read README intros only for borderline or high-potential candidates. Harvest better terms from relevant and maybe-relevant repos before expanding search.

Use references/search/dedup-and-rank.md when you need a repeatable shortlist assembly step.

5. Run one refinement pass

Refine only after the first classification pass tells you what is missing.

Good reasons to refine:

  • too few relevant repos
  • too much off-topic noise
  • naming mismatch between user language and repo language
  • a promising subcategory emerged from candidate descriptions or topics

Refinement rules:

  • use 1-4 better queries, not a whole new search machine
  • expand only the gaps you observed
  • stop when new searches mostly repeat known repos

Use references/search/search-diversity-examples.md for worked examples of first-pass plus refinement loops.

6. Produce the default output

Default output is markdown in the conversation, not mandatory files.

Deliver:

  1. a one-paragraph recommendation or framing note
  2. a compact markdown table
  3. a grouped shortlist (Best fits, Worth a look, Ruled out / why)
  4. notable gaps or uncertainty

Recommended table:

| Repo | Why it fits | Useful signals | Caveat |
|---|---|---|---|
| owner/repo | Best match for X because Y | 4.2k stars, pushed 2026-04, MIT | Docs thin |

If the user is satisfied with the markdown shortlist, stop there.

7. Offer optional deepen

Only deepen after the markdown shortlist is useful.

Optional branches:

  • light deeper comparison — compare the top 3-5 repos side by side
  • code-level evaluation — verify feature evidence and implementation maturity in the top few repos
  • feature matrix — only if the user wants explicit capability coverage
  • HTML/export — only if the user wants a persistent artifact

If the user asks for files, create them from the final shortlisted dataset only. Do not create .githubresearch/ or other artifact trees unless the user wants export or report output.

Default evaluation rules

Use light, fast, rate-limit-aware signals by default:

  • topic, description, or README match to the user's need
  • stars
  • recent activity or pushed date
  • rough maintainer or commit activity
  • archived or disabled status
  • license presence
  • README clarity
  • tests or CI presence when cheap to detect

Do not default to:

  • author follower scoring
  • org prestige heuristics
  • "AI-wave-only author" style filters
  • a giant multi-metric rubric
  • mandatory per-repo GraphQL or REST drills across the whole candidate set

If the user wants more confidence, deepen only on the top few repos. Read:

  • references/evaluation/evaluation-methodology.md for the light default path and deepen triggers
  • references/evaluation/rest-unique-signals.md for cheap repo signals
  • references/evaluation/graphql-repo-deep-dive.md for optional single-repo deep evidence
  • references/evaluation/code-level-analysis.md for optional code-level checks

Orchestration rules

Default execution model: hybrid lean.

  • The main agent owns intent parsing, search strategy, filtering, and synthesis.
  • Batch or parallelize queries when helpful, but keep the reasoning central.
  • Use subagents only for:

- very large landscapes - explicit deep-dive requests - optional feature-matrix generation - top-N code-level review

If you dispatch help, read references/subagent-prompts.md. Subagents gather evidence; the main agent still writes the final shortlist or comparison.

Output contract

Unless the user asks for a different format, show work in this order:

  1. interpreted need summary
  2. chosen search path and why
  3. first-pass shortlist result
  4. refined shortlist and recommendation
  5. optional deepen choices if more confidence or export is useful

Reference routing

Load only the branch you need.

FileRead when
references/search/search-methodology.mdDefault starting point for first-pass plus refinement search.
references/search/search-diversity-examples.mdYou need examples of good first-pass angles or refinement pivots.
references/search/gh-search-syntax-cheatsheet.mdYou need valid gh search repos qualifiers or OR rules.
references/search/output-format-recipes.mdYou want token-efficient gh output or markdown-ready capture.
references/search/web-search-patterns.mdGitHub-only search is thin or noisy, or naming is fuzzy and web augmentation would help.
references/search/dedup-and-rank.mdYou are turning raw candidates into a grouped shortlist.
references/evaluation/evaluation-methodology.mdYou are checking repo quality signals or deciding whether to deepen.
references/evaluation/rest-unique-signals.mdYou need cheap repo signals beyond the initial search output.
references/evaluation/graphql-repo-deep-dive.mdYou need a single-repo deep evidence query for a top candidate.
references/evaluation/code-level-analysis.mdYou need README, file-tree, or source evidence for the top few repos.
references/subagent-prompts.mdThe landscape is large, or the user explicitly wants deeper comparison work delegated.
references/quality-gates.mdDecide whether to stop, refine once, or deepen.
references/report-template.htmlThe user explicitly wants an HTML export after the shortlist is stable.

Guardrails

  • Do not treat Research Power Pack or MCP web research as mandatory.
  • Do not default to .githubresearch/ or any persistent artifact tree.
  • Do not pad searches with 20 hypotheses, 100-call ceilings, or wave theater.
  • Do not escalate to deep evaluation before you have filtered the first-pass results.
  • Do not read whole READMEs for every candidate; read intros or targeted sections for the top few.
  • Do not let optional deep-dive work become the default path by accident.
  • Stop when the shortlist is good enough and new searches mostly repeat the same field.
  • Be explicit about gaps, uncertainty, and what you did not verify.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.9%
按下载量换算47

Claude

28.78%
按下载量换算38

Cursor

16.88%
按下载量换算22

Gemini CLI

8.86%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

未通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills