Skills Plugins MCP Prompt Model 博客 我的中心
開発 #github #ai

gitcrawl

Use for local GitHub issue/PR archive search, sync freshness, clusters, durable maintainer triage, handoff to Octopool-backed gh reads, and Gitcrawl repo/release work.

DeepseekModel キュレーション済みスキル 品質 優秀 · 78 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=openclaw-gitcrawl-agents-skills-gitcrawl-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name gitcrawl description Use for local GitHub issue/PR archive search, sync freshness, clusters, durable maintainer triage, handoff to Octopool-backed gh reads, and Gitcrawl repo/release work. Gitcrawl Use local archive data first for GitHub issue and pull request questions. Browse or hit live GitHub APIs only when the local archive is stale, missing the requested scope, or the user asks for current external context. Sources Config: resolve with gitcrawl doctor --json ; fresh macOS installs default to ~/Library/Application Support/gitcrawl/config.toml , while Linux honors ${XDG_CONFIG_HOME:-~/.config}/gitcrawl/config.toml DB: resolve with gitcrawl doctor --json ; fresh macOS installs default to ~/Library/Application Support/gitcrawl/gitcrawl.db , while Linux honors ${XDG_DATA_HOME:-~/.local/share}/gitcrawl/gitcrawl.db ; portable-store installs may point at a configured store database instead of the default local DB Cache: resolve with gitcrawl init --json for new installs or from cache_dir in config; fresh macOS installs default to ~/Library/Caches/gitcrawl , while Linux honors ${XDG_CACHE_HOME:-~/.cache}/gitcrawl Vectors: resolve with gitcrawl init --json for new installs or from vector_dir in config; fresh macOS installs default to ~/Library/Application Support/gitcrawl/vectors , while Linux honors ${XDG_DATA_HOME:-~/.local/share}/gitcrawl/vectors Legacy installs may still resolve config, database, cache, vectors, and logs under ~/.config/gitcrawl/ ; check the active config before assuming a migrated path. Repo: openclaw/gitcrawl ; on ClawSweeper this is checked out at ~/clawsweeper-workspace/gitcrawl Preferred CLI: gitcrawl ; fallback to go run ./cmd/gitcrawl from a verified repo checkout if the installed binary is stale Freshness For recent/current questions, check freshness before analysis: gitcrawl doctor --json Routine refresh: gitcrawl doctor gitcrawl refresh owner/repo Targeted refresh: gitcrawl sync owner/repo --numbers 123,456 --with pr-details --with pr-details hydrates PR files, commits, checks, workflow runs, and review-thread resolution state in the local archive. Use it when the review needs those details; it does not populate Octopool's separate gh cache. For agent-driven discovery, prefer bounded freshness: gitcrawl search issues "query" -R owner/repo --state open --sync-if-stale 5m --json number,title,url Query Workflow Resolve scope: owner/repo, issue/PR number, cluster id, keyword, label, author, state, or date range. Check freshness for recent/current requests. Use CLI for normal reads; use read-only SQL for precise counts/rankings. Report absolute date spans, repo names, issue/PR numbers, cluster ids, and known gaps. Common commands: gitcrawl search issues "query" -R owner/repo --state open --json number,title,url gitcrawl clusters owner/repo -- sort size --min-size 5 gitcrawl cluster-detail owner/repo -- id < id > gitcrawl threads owner/repo --numbers 123 --include-closed --json For an exact PR, read the archive with threads first. --include-closed keeps closed or merged candidates in scope; archive state is not proof of current GitHub state. Then use bare PATH gh for fresh metadata when needed, including before final merge/comment decisions: gh pr view 123 -R owner/repo --json number,title,state,url,isDraft,headRefName,headRefOid Drill down into checks only when needed: gh pr checks 123 -R owner/repo --json name,state,bucket, link Keep the existing Octopool-backed gh shim and use narrow JSON field lists so supported reads share its cache. Native gh uses headRefName / headRefOid for PR refs and bucket / link for check classification and URLs, not the old Gitcrawl field names. gitcrawl gh is removed and exits 2 with a migration note. Do not retry its status , view , or checks recipes, pass its --live / --cached flags to gh , or rebuild an older Gitcrawl to recover that cache. This is a command migration, not an authentication failure: do not run octopool login , change tokens, auth, PATH, or config, or bypass the existing shim to repair it. See the gh migration guide for ownership and first-time setup. SQL gitcrawl does not currently expose a first-class sql command. For exact local archive counts or rankings, use SQLite read-only mode against the configured DB and prefer CLI commands for normal reads. Useful examples: db= " $(gitcrawl doctor --json | jq -r .db_path) " sqlite3 - readonly " $db " \ "select count(*) as threads from threads;" sqlite3 - readonly " $db " \ "select r.full_name, count(*) as threads from threads t join repositories r on r.id = t.repo_id group by r.full_name order by threads desc limit 20;" sqlite3 - readonly " $db " \ "select state, count(*) as threads from threads group by state;" Do not run mutating SQL against the archive. Use local maintainer commands for overrides instead of writing database rows directly. When the installed CLI lacks a new feature, build or run from a verified openclaw/gitcrawl checkout before concluding the feature is missing. Maintainer Boundaries close-thread , close-cluster , exclusions, and canonical-member choices are local maintainer overrides; they do not write back to GitHub. Use bare PATH gh for authorized GitHub writes; Octopool handles fallback to the real CLI. Gitcrawl no longer owns the gh shim or its configuration. Verification For repo edits, prefer existing Go gates: GOWORK=off go test ./... Then run targeted CLI smoke for the touched surface, for example: gitcrawl doctor --json gitcrawl status --json gitcrawl search issues "test" -R openclaw/gitcrawl --state open -- limit 5 gitcrawl threads owner/repo --numbers 123 --include-closed --json gh pr view 123 -R owner/repo --json number,title,state,url,headRefOid
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。