開発
#github
gitcrawl
GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=openclaw-openclaw-agents-skills-gitcrawl-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name gitcrawl description GitHub archive: issue/PR search, sync freshness, duplicate clusters, gh-shim PR status, and Gitcrawl repo work. metadata {"openclaw":{"homepage":"https://github.com/openclaw/gitcrawl","requires":{"bins":"[Truncated]"},"install":["[Truncated]"]}} Gitcrawl Use local GitHub issue/PR archives before live GitHub search. Check freshness first: gitcrawl doctor --json Find candidates: gitcrawl threads openclaw/openclaw --numbers <issue-or-pr-number> --include-closed --json gitcrawl neighbors openclaw/openclaw --number <issue-or-pr-number> -- limit 12 --json gitcrawl search issues "query" -R openclaw/openclaw --state open --json number,title,url gitcrawl clusters openclaw/openclaw -- sort size --min-size 5 gitcrawl cluster-detail openclaw/openclaw -- id <cluster-id> For PR triage, start cached and go live only before mutation/merge decisions: gitcrawl gh pr status <number-or-url> -R openclaw/openclaw --compact gitcrawl gh pr view <number-or-url> -R openclaw/openclaw --json number,title,state,url,isDraft,headRef,headSha gitcrawl gh --live pr status <number-or-url> -R openclaw/openclaw --compact Use live gh plus checkout proof before commenting, labeling, closing, reopening, merging, or filing a PR review: gh pr view <number> --json number,title,state,mergedAt,body,files,comments,reviews,statusCheckRollup gh issue view <number> --json number,title,state,body,comments,closedAt Report absolute dates, repo names, issue/PR numbers, cluster ids, and source gaps. Do not close/label from similarity alone; require matching intent plus live verification.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .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 / カスタム) |