nvidia/nemoclaw-maintainer-cross-issue-sweep
Scan open issues to find issues that a PR can also fix or conflict with. Report each relationship with file and line evidence. Use this skill during PR review to find related fixes and risks.
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-maintainer-cross-issue-sweep
<!-- SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
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.
Copy this checklist into your response and check off each step:
Cross-issue sweep progress:
- [ ] Step 1: Extract fingerprint (files, symbols, error strings, primary issue)
- [ ] Step 2: Search candidate issues (capped at 30, primary excluded)
- [ ] Step 3: Classify each candidate (4-class with evidence)
- [ ] Step 4: Apply reverse-link boost
- [ ] Step 5: Filter (drop UNRELATED, SAME_ISSUE_DIFF, low-confidence)
- [ ] Step 6: Render report using templates/report.md
scripts/extract-fingerprint.sh <pr-number>
The script collects changed files, changed symbols, error strings, and the linked issue.
See checks/fingerprint-extraction.md.
scripts/search-candidate-issues.sh <fingerprint-json>
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.
scripts/render-report.py < classifications.json
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:
Take nvidia/nemoclaw-maintainer-cross-issue-sweep from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.