audit-issue-conflicts

Detect semantic conflicts and architectural incompatibilities across project issues.

7|2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/BrennonTWilliams/little-loops --skill audit-issue-conflicts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-issue-conflicts
Source: https://github.com/BrennonTWilliams/little-loops/tree/main/.gemini/skills/audit-issue-conflicts
Command: npx skills add https://github.com/BrennonTWilliams/little-loops --skill audit-issue-conflicts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, git.

What problem does it solve?

This skill identifies semantic conflicts, incompatible technical decisions, and overlapping scopes across open project issues, preventing wasted effort and architectural drift.

Core Features & Use Cases

  • Conflict Detection: Automatically scans issues for requirement, objective, and architectural incompatibilities.
  • Intelligent Resolution: Provides structured recommendations to merge, deprecate, split, or link conflicting issues.
  • Use Case: When managing a large backlog, use this skill to find two features that propose different technical approaches to the same problem and automatically link them as blocked by one another.

Quick Start

Run the audit issue conflicts skill to scan all open issues for potential semantic conflicts and report findings.

Frequently Asked Questions about audit-issue-conflicts

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

FAQPage Schema
How do I detect semantic conflicts across project issues in a large backlog?

Detect semantic conflicts by scanning issue backlogs to parse titles, summaries, and implementation steps for requirement overlaps or objective contradictions. This process identifies architectural incompatibilities and overlapping scopes to prevent wasted development effort and architectural drift.

What is the best way to find incompatible technical decisions in open software issues?

Finding incompatible technical decisions requires auditing open issues for conflicting technical approaches to the same problem. The audit automatically links blocked dependencies and provides structured recommendations to merge, deprecate, split, or link the conflicting issues.

Do I need git and python3 to automate issue conflict detection?

Yes, you need git and python3 to automate issue conflict detection. The skill requires integration with git and local issue management tools to perform dependency linking and status updates during the backlog conflict analysis process.

Can I automatically link blocked dependencies when two features propose different technical approaches?

Yes, you can automatically link blocked dependencies when features propose different approaches. The skill scans for these architectural incompatibilities and automatically links the conflicting issues as blocked by one another to ensure long-horizon development consistency.

How does issue conflict detection handle long-horizon software development coordination?

Issue conflict detection handles long-horizon coordination by identifying objective contradictions and architectural incompatibilities across open issues. It ensures consistency by parsing implementation steps and providing resolution recommendations to merge, deprecate, or split overlapping scopes.

Why does my issue backlog have architectural drift and overlapping requirement scopes?

Architectural drift and overlapping scopes occur when multiple issues propose incompatible technical decisions without coordination. Auditing issue backlogs to detect requirement overlaps and objective contradictions prevents this wasted effort and resolves the inconsistencies.