backlog-agent

Manage Nulab Backlog projects via REST API v2 from the terminal.

3|2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hanabi-jpn/clawhub-skills --skill backlog-agent-hanabi-jpn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backlog-agent
Source: https://github.com/hanabi-jpn/clawhub-skills/tree/main/business-ops-pack/backlog-agent
Command: npx skills add https://github.com/hanabi-jpn/clawhub-skills --skill backlog-agent-hanabi-jpn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines project management on Nulab Backlog by providing a command-line interface, allowing users to manage issues, wikis, Git repositories, and more without leaving the terminal.

Core Features & Use Cases

  • Project Management: Create, update, and manage issues, milestones, and sprints.
  • Git Integration: Manage Git repositories, branches, and pull requests.
  • Wiki Management: Create and edit wiki pages with Markdown support.
  • Use Case: Imagine you are a project manager handling multiple projects with complex workflows. The Backlog Agent allows you to automate many routine tasks, integrate with CI/CD pipelines, and generate reports directly from the terminal.

Quick Start

Use the 'bl issues' command to list all issues in the 'DEV' project that are currently in progress.

Frequently Asked Questions about backlog-agent

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

FAQPage Schema
How do I manage Nulab Backlog issues directly from the terminal?

Managing Nulab Backlog issues from the terminal is possible through this command-line interface that interacts with the REST API v2. It enables creating, updating, and tracking issues, milestones, and sprints programmatically for streamlined project management.

Can I manage Git repositories and pull requests in Backlog via command line?

Yes, managing Git repositories and pull requests via command line is supported. The tool provides full programmatic control over Backlog's Git repository features, allowing developers to handle branches and pull requests directly from their terminal environment.

Do I need an API key to authenticate Backlog project management commands?

Yes, an API key or OAuth2 authentication is required to execute Backlog project management commands. This authentication mechanism ensures secure access to the REST API v2 for managing issues, wikis, and Git repositories through the terminal.

What is the best way to automate Backlog wiki creation with Markdown?

The best way to automate Backlog wiki creation with Markdown is using this terminal-based interface. It supports wiki management by allowing users to create and edit wiki pages programmatically through the REST API v2, integrating seamlessly into automated project workflows.

How does Backlog terminal management integrate with CI/CD pipelines?

Backlog terminal management integrates with CI/CD pipelines by executing command-line operations for issue tracking and Git repository management. This allows automated routines, sprint updates, and report generation to run directly within continuous integration and deployment workflows.