LLM Skills
~/catalogue/debugging et maintenance//SKILL

Gitcrawl

/SKILL

Utilisez les archives des tickets et des PR sur GitHub avant d'effectuer une recherche sur GitHub. Vérifiez d'abord si les informations sont à jour :

openclawopenclaw
386.5k
5 juin 2026
NOASSERTION
// contenu du skill

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:

  • gitcrawl

install:

  • kind: go

module: github.com/openclaw/gitcrawl/cmd/gitcrawl@latest

bins:

  • gitcrawl

Gitcrawl

Use local GitHub issue/PR archives before live GitHub search. Check freshness first:

bash
gitcrawl doctor --json

Find candidates:

bash
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:

bash
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:

bash
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.

// source originale publique
openclaw/openclaw
/.agents/skills/gitcrawl/SKILL.md
Licence : NOASSERTION. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/gitcrawl/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateuropenclaw
Étoiles 386.5k
LicenceNOASSERTION
Mis à jour5 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward