一键导入
gh-treasure-hunt
Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run cargo check on the current Rust project to find compile errors
Use before claiming CodeWhale release work is done: run the full gate sweep and list the manual QA targets.
Use to assign GitHub issues to a milestone and/or owners in bulk, verifying each.
Close resolved CodeWhale issues only after verifying the landed commit/behavior, with a positive crediting comment; never from title alone.
Triage N GitHub issues into a coverage matrix: fetch each, check current code, classify already-done/quick-fix/design/defer with cited evidence.
Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.
基于 SOC 职业分类
| name | gh-treasure-hunt |
| description | Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes. |
Hunt the open queue for the highest value-over-risk wins fast: clean focused community PRs, issues the branch already implements, and safe quick-fixes. Output a ranked action list with credit handling. Never act on title or labels alone, and never merge/close/tag without Hunter's approval.
gh pr list --repo Hmbown/CodeWhale --state open --limit 200 \
--json number,title,author,headRefName,baseRefName,isDraft,mergeable,mergeStateStatus,additions,deletions,changedFiles,reviewDecision,labels,url
gh issue list --repo Hmbown/CodeWhale --state open --limit 300 \
--json number,title,author,labels,milestone,url
mergeable=MERGEABLE, low
changedFiles/additions, not draft, no trust-boundary surface: auth,
sandbox, install, publish, branding). Flag any NEW contributor for credit.gh pr view N --repo Hmbown/CodeWhale \
--json files,commits,reviews,comments,statusCheckRollup,closingIssuesReferences
gh pr checks N --repo Hmbown/CodeWhale
mergeable flag lies):
git fetch origin pull/N/head:refs/tmp/pr-N
base=$(git merge-base <release-branch> refs/tmp/pr-N)
git merge-tree "$base" <release-branch> refs/tmp/pr-N # empty/no conflict markers == clean
git grep -n "DEEPSEEK_BASE_URL" <release-branch>
If the branch already covers it, draft a close-with-evidence note linking the
commit/lines and crediting the reporter. Hold the close for approval..github/AUTHOR_MAP first (else derive the noreply id):
gh api users/HANDLE --jq '"\(.id)+\(.login)@users.noreply.github.com"'
Co-authored-by: Name <ID+handle@users.noreply.github.com>
Harvested from PR #N by @handle
The Harvested from PR #N by @handle line lets auto-close-harvested.yml
close the PR with credit once the commit reaches main. Validate trailers:
python3 scripts/check-coauthor-trailers.py --author-map .github/AUTHOR_MAP --range BASE..HEAD --check-authors
cargo fmt --all -- --check && cargo test --workspace
main-based clean flag for a release branch; run git merge-tree
against the real landing branch.Write treasure.md:
.github/AUTHOR_MAP gaps per win;