issues-api

Document the issues CLI client for managing projects, tickets, labels, and comments.

1|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/dokipen/claude-cadence --skill issues-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issues-api
Source: https://github.com/dokipen/claude-cadence/tree/main/.gemini/skills/issues-api
Command: npx skills add https://github.com/dokipen/claude-cadence --skill issues-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLI tooling that enables teams to manage issues across a microservice backend without wrestling with REST calls manually, improving consistency and speed.

Core Features & Use Cases

  • Manage projects, tickets, labels, and comments for the issues-api backend from the command line.
  • Validate and surface JSON outputs for programmatic integration and automation.
  • Use case: a developer runs a ticket create or view command to track work directly from CI scripts.

Quick Start

Install and configure the issues plugin, then run an initial command to verify provider configuration.

Frequently Asked Questions about issues-api

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

FAQPage Schema
How do I manage tickets from the CLI for a microservice backend?

A CLI client for the issues microservice backend manages projects, tickets, labels, and comments, replacing manual REST calls with validated commands and JSON outputs.

Can I create and view tickets directly from CI scripts?

Yes, you can run CLI ticket creation and view commands from CI scripts. The tool outputs JSON data, enabling automated pipelines to parse and track work programmatically.

What is the best way to automate issue tracking without writing REST calls?

Using a dedicated CLI tool for the issues backend automates issue tracking without REST calls, standardizing project and ticket management workflows while providing consistent JSON output.

How do I configure a project to use the issues-api provider?

To use the issues-api provider, configure the project's CLAUDE.md file to set the provider to issues-api. Once configured, the CLI client can execute ticket and project management commands against the backend.

Does the issues CLI tool validate JSON output for automation workflows?

Yes, the issues CLI tool validates and surfaces JSON outputs specifically for programmatic integration and automation. This ensures that ticket management commands return predictable, structured data for downstream scripts.