Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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,urlmergeable=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/CodeWhalemergeable 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 == cleangit grep -n "DEEPSEEK_BASE_URL" <release-branch>.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 @handleHarvested 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-authorscargo fmt --all -- --check && cargo test --workspacemain-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;f018d3e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.