gitbucket-api

Route GitBucket issue operations through the gb CLI with token authentication.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill gitbucket-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitbucket-api
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/issue-operations/platforms/gitbucket-api
Command: npx skills add https://github.com/michael-conrad/.opencode --skill gitbucket-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitBucket provides a GitHub-compatible API surface, but its platform lacks seamless GitHub workflow integration. This Skill acts as a platform router that uses the gb CLI to execute GitBucket operations (issues, labels, comments, and PRs) in a GitHub-like workflow, enabling cross-platform automation with proper routing when github.platform=gitbucket.

Core Features & Use Cases

  • Bridges GitBucket with GitHub-compatible workflows by routing issue- and label-related tasks through the gb CLI.
  • Supports creating issues, adding comments, and closing issues, while highlighting known API deficiencies and recommended workarounds.
  • Serves as a platform-aware path for routing GitBucket-specific operations and for invoking gb CLI-based tooling in multi-platform automation.

Quick Start

Create a GitBucket issue on owner/repo with a title, body, and labels, then verify the result.

Frequently Asked Questions about gitbucket-api

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

FAQPage Schema
How do I automate GitBucket issue management using a CLI?

The gb CLI bridges GitBucket with GitHub-compatible workflows by routing issue and label operations through token-based authentication, enabling cross-platform automation when your platform is set to gitbucket.

Can I manage GitBucket labels and comments through API automation?

The gb CLI supports creating issues, adding comments, closing issues, and managing labels by executing GitBucket operations with token-based authentication for cross-platform automation.

Does the gb CLI work with GitBucket's GitHub-compatible API for cross-platform automation?

It routes GitBucket-specific operations through the gb CLI with token-based authentication, providing a platform-aware path for multi-platform automation workflows.

What are the limitations of using GitBucket API for issue and label operations?

While it supports creating, commenting, and closing issues, the tool highlights known API deficiencies and recommends workarounds, including fallback web UI for unsupported updates.

Why does my GitBucket workflow fail when routing issue operations through standard GitHub tools?

Using the gb CLI with token-based authentication ensures all calls properly route GitBucket operations, handling known deficiencies and providing fallbacks where the API surface is incomplete.