ss-agile-managing-issues

Manage GitHub issues and metadata via the gh CLI.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-agile-managing-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ss-agile-managing-issues
Source: https://github.com/Emrebener/Sublime-Skills/tree/main/skills/agile-ralph-loop/ss-agile-managing-issues
Command: npx skills add https://github.com/Emrebener/Sublime-Skills --skill ss-agile-managing-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the need to reliably create, view, edit, and manage GitHub issues from the command line without constantly referring to web UI workflows.

Core Features & Use Cases

  • Full issue lifecycle management: create, read, list, edit, close, reopen, delete, and manage linked development branches from the gh issue surface.
  • Issue metadata administration: manage labels, milestones (including gh api-only milestone operations), assignees, pins, locks, transfers, and project-card style associations supported by gh issue edit.
  • Automation-friendly patterns: supports non-interactive flags for autonomous agents and avoids non-deterministic --web behavior.

Quick Start

Use the skill to manage an issue in your repo by running: gh issue view 123 --comments

Frequently Asked Questions about ss-agile-managing-issues

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

FAQPage Schema
How do I manage GitHub issues from the command line without using the web UI?

You can manage GitHub issues from the command line using the gh CLI to create, view, edit, close, and reopen issues. This approach supports full lifecycle management and metadata administration without relying on the web UI.

Can I automate GitHub issue creation and state changes non-interactively?

Yes, GitHub issue creation and state changes support non-interactive flags for autonomous agents. This avoids non-deterministic behaviors like the --web flag, ensuring reliable automation for CRUD operations and commenting.

How do I manage GitHub issue milestones when the standard gh subcommands are missing features?

To manage GitHub issue milestones when standard gh subcommands are missing features, you can use gh api commands. This bypasses absent subcommand limitations and allows direct milestone operations on issues.

What GitHub issue metadata can I administer directly through the gh CLI?

Through the gh CLI, you can administer GitHub issue metadata including labels, milestones, assignees, pins, locks, and transfers. It also supports managing linked development branches and project-card style associations.

Does the gh CLI support cross-repo GitHub issue transfers and linked branch workflows?

Yes, the gh CLI supports cross-repo context GitHub issue transfers and linked branch workflows. You can use issue identifiers via number or full URL to execute these operations directly from the command line.