manage-github-issue-dependencies

Community

Manage GitHub issue dependencies with ease.

Authortomoasleep
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the management of GitHub issue dependencies by enabling creation, deletion, and listing of relationships such as blocked_by and blocking between issues, improving coordination and planning across teams.

Core Features & Use Cases

  • Create dependencies: establish that one issue is blocked by another to reflect prerequisites.
  • Manage blocking relations: designate when an issue blocks another to track work order.
  • Remove dependencies: detach an existing blocked_by or blocking relationship.
  • List dependencies: view which issues block or are blocked by a given issue for quick context.

Quick Start

  • ruby ~/.claude/skills/manage-github-issue-dependencies/scripts/add_dependency.rb owner/repo 1 2
  • ruby ~/.claude/skills/manage-github-issue-dependencies/scripts/remove_dependency.rb owner/repo 1 2
  • ruby ~/.claude/skills/manage-github-issue-dependencies/scripts/list_blocked_by.rb owner/repo 1
  • ruby ~/.claude/skills/manage-github-issue-dependencies/scripts/list_blocking.rb owner/repo 1

Dependency Matrix

Required Modules

gh

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: manage-github-issue-dependencies
Download link: https://github.com/tomoasleep/dotfiles/archive/main.zip#manage-github-issue-dependencies

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.