Search and analyze GitHub archive issues, PRs, and repo workflow status.
This skill appears to be prompt/documentation-style material with no declared secrets, remote endpoints, or extra system permissions. Combined with its open-source origin and very high community adoption, the overall risk is low, though it does instruct users to use local `gitcrawl`/`gh` commands.
The material explicitly states that no keys or environment variables are required, and the README does not request API tokens, passwords, or other sensitive secrets. No direct credential collection, storage, or misuse indicators are present.
The system flags this as prompt-only, and the metadata says there are no remote endpoint hosts. Although the README mentions GitHub search and `gh --live` usage, the skill material itself does not declare any built-in data exfiltration to third-party endpoints.
As a prompt-only skill, the material itself does not include executable installation steps, background services, or auto-run behavior. The README only shows command examples a user may run manually, and the skill itself does not request local code execution privileges.
It does not declare any need to read local files, write to the workspace, access system resources, or connect to external data sources. The description focuses on GitHub issue/PR archive and search workflows, and the skill text itself shows no sign of excessive data-access permissions.
The source is an open-source GitHub repository with extremely high community adoption (about 377k stars), which are strong risk-reducing signals. While the license is undeclared and maintenance status is unknown, there is no sign of a closed-source build, unknown distribution channel, or suspicious injected content, so supply-chain risk appears low overall.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "gitcrawl" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/gitcrawl/SKILL.md 2. Save it as ~/.claude/skills/gitcrawl/SKILL.md 3. Reload skills and tell me it's ready
Search the GitHub archive for issues and PRs related to “CI flaky tests,” list them in reverse chronological order, and summarize the main resolution patterns.
A list of relevant issues/PRs with reverse chronological ordering and a summary of resolution patterns.
Check the archive sync freshness for this repository, including the latest sync time, whether it is behind, and which query ranges may be affected.
A report showing the latest sync time, lag status, and data freshness risk notes.
Analyze issues in this repository, identify clusters of likely duplicate problems, and generate a one-line merge recommendation for each cluster.
Clustered duplicate issues with similarity reasons and handling recommendations for each group.
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.
Verify an OpenClaw release is fully published and working across all channels.
Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Convert text to speech locally and offline with sherpa-onnx, no cloud needed.
Regenerate OpenClaw release changelog sections from Git history before releases.
Prepare and verify OpenClaw stable or beta releases and release notes.
Create and review technical docs and agent instruction files in repositories.
Search and analyze Slack archives, count threads, and support repo workflows.
Search, export, sync, and analyze archived Notion content and related repo data.
Manage issues, PRs, logs, releases, and repos with GitHub CLI.
Search and manage Granola archives, sync status, notes, transcripts, and counts.
Find, rank, and optimize discovery of the most relevant GitHub repositories.
Find duplicate PRs and issues, group them, and sync duplicate status.