Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | 30% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 89% | 0% |
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.
(example goal: maximize NEW contributors landed before a release).
bash 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, lowchangedFiles/additions, not draft, no trust-boundary surface: auth, sandbox, install, publish, branding). Flag any NEW contributor for credit.
bash gh pr view N --repo Hmbown/CodeWhale \ --json files,commits,reviews,comments,statusCheckRollup,closingIssuesReferences gh pr checks N --repo Hmbown/CodeWhale
local-only; the main-based mergeable flag lies): bash 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
issue asks for, then confirm the exact lines. bash 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.
mismatch, or a single missing test. Keep them genuinely small.
add trailers, using .github/AUTHOR_MAP first (else derive the noreply id): bash gh api users/HANDLE --jq '"\(.id)+\(.login)@users.noreply.github.com"' text 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: bash python3 scripts/check-coauthor-trailers.py --author-map .github/AUTHOR_MAP --range BASE..HEAD --check-authors
bash cargo fmt --all -- --check && cargo test --workspace
main-based clean flag for a release branch; run git merge-treeagainst the real landing branch.
direct merge erase issue reporters/helpers from credit.
and crediting, and is drafted then held for approval.
Write treasure.md:
quick-fix, with the landing branch and merge-tree result;
.github/AUTHOR_MAP gaps per win;Other measured skills in the registry, with their headline benchmark lift.