Review, triage, and manage OpenClaw issues and pull requests faster.
The material indicates this is essentially a maintainer-facing prompt workflow for OpenClaw, and the system flags it as prompt-only with no required secrets or declared remote endpoints, so overall risk is low. Caution is still warranted because the README references gh/gitcrawl commands and GitHub maintenance actions; if the host environment actually grants such tools, they introduce normal data-access and repository-operation considerations.
The material explicitly states that no keys or environment variables are required, and it does not request tokens, API keys, or other sensitive credentials, so credential exposure risk appears low.
The system marks it as prompt-only and no remote endpoints are declared. While the material mentions GitHub search and gh/api workflows, it does not show the skill itself configuring any separate data-exfiltration destination.
The README explicitly includes command examples for gitcrawl, gh, and gh api, and instructs maintainer actions such as commenting, labeling, closing, and landing. If the host permits tool use, this is normal local command/repository-operation capability that warrants caution for operational mistakes, but not a high-risk rating by itself.
The material points to reading local gitcrawl data, the current checkout, and GitHub repository metadata such as issues/PRs, comments, labels, assignees, and timelines. This access scope is broadly consistent with its stated maintainer workflow purpose, with no clear sign of excessive authorization in the text.
The source is a GitHub open-source repository with extremely high community adoption (about 377k stars), which materially lowers supply-chain risk. Although the license is unspecified and maintenance status is unknown, the available evidence still supports a low-risk assessment.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "openclaw-pr-maintainer" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-pr-maintainer/SKILL.md 2. Save it as ~/.claude/skills/openclaw-pr-maintainer/SKILL.md 3. Reload skills and tell me it's ready
Please review this OpenClaw PR: https://github.com/.../pull/123. Summarize the changes, identify risks, note any missing tests, and recommend whether it should be merged.
A concise review with change summary, risks, test coverage notes, and a merge recommendation.
Please handle this OpenClaw issue: #456. Determine the issue type and priority, search for duplicates, and suggest appropriate labels.
A triage result including priority, duplicate links, suggested labels, and next-step recommendations.
Please analyze the contributor behind PR #789. Check the author's account age, activity, past contributions, comment history, and whether maintainer attention is needed.
A contributor background summary with a credibility assessment and any signs that warrant manual review.
Use this skill for maintainer-facing GitHub workflow, not for ordinary code changes.
$gitcrawl first anytime you inspect OpenClaw issues or PRs.gitcrawl data first for related threads, duplicate attempts, and already-landed fixes.gitcrawl for candidate discovery and clustering; use gh, gh api, and the current checkout to verify live state before commenting, labeling, closing, or landing.gitcrawl is missing, stale, lacks the target thread, or has no embeddings for neighbor/search commands, fall back to the GitHub search workflow below.gitcrawl sync --include-comments, future enrichment commands, or broad reclustering unless the user asked to update the local store or stale data is blocking the decision.Common read-only path:
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 openclaw/openclaw --query "<scope or title keywords>" --mode hybrid --json
gitcrawl cluster-detail openclaw/openclaw --id <cluster-id> --member-limit 20 --body-chars 280 --json
When a maintainer asks Codex to review, triage, fix, or land a specific OpenClaw issue/PR, check assignment before deep work.
steipete; if another maintainer is clearly the requester, use that maintainer's bare login.gh issue view / gh pr view; gitcrawl is not enough for assignment state.assigned, time unknown; treat as assigned, not stale.Assignment time proof:
gh api "repos/openclaw/openclaw/issues/<number>/timeline" --paginate \
-H "Accept: application/vnd.github+json" \
--jq '[.[] | select(.event=="assigned") | {assignee:.assignee.login, assigner:.assigner.login, actor:.actor.login, created_at}]'
Use the newest assigned event for each current assignee. Issue timeline events expose created_at; GitHub GraphQL AssignedEvent.createdAt is also valid when REST pagination is awkward.
Claim command for issues or PRs:
gh api -X POST "repos/openclaw/openclaw/issues/<number>/assignees" -f 'assignees[]=<login>' >/dev/null
gh issue view / gh pr view (author.login), then fetch profile metadata once with gh api users/<login> --jq '{login,name,created_at,type}'.By: Jane Doe (@jane, acct 2021-04-03) | OpenClaw: 4 PRs, 2 issues, 11 commits/12mo | GitHub: 9 repos, 86 commits, 9 PRs, 3 issues, 12 reviews
…
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Summarize or transcribe URLs, videos, PDFs, and local files quickly.
Generate shareable code or text diffs for review and collaboration.
Deeply review code and fix only small, high-confidence OpenClaw bugs.
Refactor OpenClaw docs pages with source-checked preservation, clearer structure, and verification.
Inspect, patch, validate, and publish OpenClaw GHSA advisories securely.
Review, triage, validate, and hand off ClawHub GitHub issues and PRs.
Prepare and verify OpenClaw stable or beta releases and release notes.
Find and fix small high-confidence OpenClaw bugs ready to land.