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.
68
84%
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
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.mdscripts/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.jsonSee 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:
e987b00
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.