board-manager

Official

Manage project board items with ease.

Authorrollercoaster-dev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill handles creating, moving, and updating items on the Monorepo Development board, enabling teams to organize work efficiently.

Core Features & Use Cases

  • Add Issue to Project Board: Create a new board item for an issue.
  • Update Issue Status: Move items between Backlog, Next, In Progress, In Review, and Done.
  • Workflow Automation: After creating an issue or completing work, refresh the board automatically.

Quick Start

  • Add New Issue: gh project item-add 11 --owner rollercoaster-dev --url https://github.com/rollercoaster-dev/monorepo/issues/123
  • Move to In Progress: ITEM_ID=$(gh project item-list 11 --owner rollercoaster-dev --format json | jq -r '.items[] | select(.content.number == 123) | .id') gh project item-edit --project-id PVT_kwDOB1lz3c4BI2yZ --id "$ITEM_ID" --field-id PVTSSF_lADOB1lz3c4BI2yZzg5MUx4 --single-select-option-id 3e320f16

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: board-manager
Download link: https://github.com/rollercoaster-dev/monorepo/archive/main.zip#board-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.