nemoclaw-maintainer-cross-issue-sweep

Identify adjacent open issues and contradiction risks from a GitHub PR diff.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-maintainer-cross-issue-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-maintainer-cross-issue-sweep
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/NemoClaw/nemoclaw-maintainer-cross-issue-sweep
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-maintainer-cross-issue-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you find other open GitHub issues that a PR may also fix or could unintentionally break, so maintainers can bundle fixes and coordinate conflicting expectations before merging.

Core Features & Use Cases

  • PR fingerprinting: Extracts touched files, touched symbols, error-string tokens, and the PR’s primary linked issue for exclusion.
  • Issue discovery with safeguards: Searches open issues using multiple fingerprint dimensions with caps, deduping, and primary-issue exclusion.
  • Evidence-based classification: Uses a strict four-class judgment (ADJACENT_FIX, CONTRADICTING, SAME_ISSUE_DIFF, UNRELATED) and requires cited PR diff lines plus issue symptoms to prevent hallucinated matches.
  • Reverse-link boosting: If issues already mention the PR number, confidence is boosted to better reflect prior human context.
  • Actionable output: Renders a report highlighting adjacent-fix opportunities and contradictions, with file:line and symptom references plus suggested next actions.

Quick Start

Use the skill to run a cross-issue sweep for your PR number so you get adjacent-fix and contradiction candidates in a single report with evidence.

Frequently Asked Questions about nemoclaw-maintainer-cross-issue-sweep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find out if a GitHub pull request fixes multiple open issues?

To find out if a GitHub pull request fixes multiple open issues, you can perform a cross-issue sweep that fingerprints the PR diff to search for adjacent issues with matching touched files and symbols. This identifies bundle-fix opportunities using evidence-based classification.

What is regression risk detection in pull request review?

Regression risk detection in pull request review identifies contradiction risks by checking if a PR's diff unintentionally breaks or conflicts with expectations described in other open issues. It classifies these conflicts using cited PR diff lines and issue symptoms to prevent hallucinated matches.

How do I check for contradiction risks before merging a GitHub PR?

You check for contradiction risks before merging a GitHub PR by running a cross-issue sweep that fingerprints the diff and metadata, then classifies candidate issues as ADJACENT_FIX, CONTRADICTING, SAME_ISSUE_DIFF, or UNRELATED. The output report highlights conflicts with file:line references and suggested next actions.

Do I need GitHub CLI access to run a cross-issue sweep on a pull request?

Yes, you need authenticated GitHub CLI access to run a cross-issue sweep on a pull request. The process requires an open PR number and uses deterministic scripts for fingerprinting, searching, and rendering reports alongside LLM judgment constrained by cited evidence.

How does evidence-based classification prevent false matches in issue triage?

Evidence-based classification prevents false matches in issue triage by requiring cited PR diff lines and issue symptoms to support any ADJACENT_FIX or CONTRADICTING judgment. This strict four-class system avoids hallucinated matches by demanding concrete file:line and symptom references.