propose-parallel-issues

Analyze GitHub Project issues to identify conflict-free parallel work pairings.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/shiroinock/nv-atlas --skill propose-parallel-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: propose-parallel-issues
Source: https://github.com/shiroinock/nv-atlas/tree/main/.claude/skills/propose-parallel-issues
Command: npx skills add https://github.com/shiroinock/nv-atlas --skill propose-parallel-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project上の実装可能なIssue間でファイル競合を評価し、同時実装可能な組み合わせを提案します。対象ファイルの記述に基づく競合検出とディレクトリ階層の考慮を行います。

Core Features & Use Cases

  • 対象ファイルの抽出と競合判定を自動化し、実装候補を明示します。
  • 同一ファイルまたは同一ディレクトリ配下の競合リスクを検出して、要注意 or 競合として区別します。
  • 推奨セットとマトリクス形式の競合状況、起動手順を出力し、作業の並行性を計画可能にします。

Quick Start

Run this skill to fetch implementable issues from nv-atlas project #6 and generate safe parallel work recommendations.

Frequently Asked Questions about propose-parallel-issues

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

FAQPage Schema
How do I identify safe parallel work options among GitHub issues to avoid file conflicts?

To identify safe parallel work options among GitHub issues, you analyze target file sections from implementable issues to detect exact path collisions and hierarchical directory relationships, categorizing results into safe, caution, or conflicting sets.

What is the best way to plan parallel issue implementation without causing directory-level conflicts?

The best way to plan parallel issue implementation without directory-level conflicts is to assess exact path collisions and hierarchical relationships among target files, generating a matrix of conflict statuses and recommended safe pairings.

How does conflict detection work for parallel issues touching the same files?

Conflict detection for parallel issues touching the same files works by extracting target file sections, evaluating exact path collisions, and checking hierarchical directory relationships to distinguish between safe pairings and potential risks.

Can I use GitHub project issues to find which tasks can be implemented simultaneously?

Yes, you can use GitHub project issues to find simultaneously implementable tasks by analyzing the target files specified in each issue, assessing exact path collisions, and categorizing conflict-free combinations as safe parallel work options.

What is the difference between caution and conflicting when assessing parallel GitHub issues?

The difference between caution and conflicting parallel issues is based on file overlap: identical files trigger a conflicting status, while issues touching files within the same directory hierarchy are categorized as caution due to potential directory-level risks.