issues

Manage GitHub issue lifecycles by parsing dependencies and filtering actionable tasks.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/loomantix/codex-platform --skill issues-loomantix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issues
Source: https://github.com/loomantix/codex-platform/tree/main/.codex/skills/issues
Command: npx skills add https://github.com/loomantix/codex-platform --skill issues-loomantix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the friction of managing GitHub issue queues by automating dependency tracking, status updates, and branch creation, ensuring developers focus on actionable, unblocked work.

Core Features & Use Cases

  • Dependency-Aware Queueing: Automatically filters out issues that are blocked by other open tasks or PRs, surfacing only what is ready to be worked on.
  • Workflow Automation: Provides standardized commands to claim issues, create feature branches, and link dependencies across issues to maintain a clean, parseable state.
  • Use Case: A developer can use the ready command to instantly see a prioritized list of tasks that are not blocked, then use the start command to automatically claim the issue and create a properly named git branch.

Quick Start

Use the issues skill to display all currently actionable issues in the repository.

Frequently Asked Questions about issues

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

FAQPage Schema
How do I filter actionable GitHub issues from blocked ones?

Filtering actionable GitHub issues from blocked ones requires parsing dependency relationships to exclude tasks blocked by other open issues or PRs. This ensures developers only see an unblocked, prioritized list of work that is ready to be started.

What is the best way to automate GitHub issue claiming and branch creation?

Automating GitHub issue claiming and branch creation involves using standardized workflow commands to simultaneously assign the issue and initialize a properly named git feature branch. This maintains a clean, parseable state across your software development repositories.

Do I need the GitHub CLI to track issue dependencies automatically?

Tracking issue dependencies automatically relies on the GitHub CLI to parse relationships and orchestrate workflows. It provides the necessary interface to link cross-issue dependencies and manage issue lifecycles directly within your repositories.

How does dependency-aware queueing work for GitHub tasks?

Dependency-aware queueing for GitHub tasks works by automatically filtering out issues that are blocked by other open tasks or pull requests. It surfaces only the unblocked work, ensuring developers focus on actionable items and maintain a clean issue queue.

Can I link dependencies across separate GitHub issues?

You can link dependencies across separate GitHub issues by using automated workflow commands to establish relationships between them. This cross-issue dependency linking maintains a parseable state and ensures accurate blocking status tracking.