npx skills add ...
npx skills add nvidia/nemoclaw --skill nemoclaw-maintainer-cross-issue-sweep
Find open issues that a NemoClaw PR may also fix or conflict with. Use when related-issue analysis is requested.
npx skills add nvidia/nemoclaw --skill nemoclaw-maintainer-cross-issue-sweep
Find open issues that a PR can affect in addition to its linked issue. Report two relationship types:
gh CLI authenticatedThe defaults use NemoClaw conventions. Edit repo-policy.md for another repository.
The script collects changed files, changed symbols, error strings, and the linked issue.
See checks/fingerprint-extraction.md.
Search these three inputs. Keep no more than 30 candidates:
Remove duplicates and the linked issue.
Classify each candidate with the rules in checks/relationship-judgment.md:
For ADJACENT_FIX or CONTRADICTING, cite:
Classify the issue as UNRELATED if this evidence is not available.
Increase confidence by one level if the issue body or comments mention the PR number.
See templates/report.md for the format.
scripts/extract-fingerprint.sh — symbols, paths, and error stringsscripts/search-candidate-issues.sh — GitHub Search wrapper, dedupe, capscripts/render-report.py — report rendererThis skill is an optional follow-up to nemoclaw-maintainer-pr-comparator.
The comparator does not run this skill or use its findings in the score.
Run this skill when a maintainer asks for related-issue evidence. Report the evidence separately.
The skill does not: