gh-project-operations

Automate GitHub Projects V2 issue CRUD and project item management via gh CLI.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill gh-project-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-project-operations
Source: https://github.com/danmestas/wardrobe/tree/main/skills/gh-project-operations
Command: npx skills add https://github.com/danmestas/wardrobe --skill gh-project-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, config-manager, and includes scripts (resource) components.

What problem does it solve?

GitHub Projects V2 is designed for team-wide project tracking but can require repetitive manual work to manage issues and project items. This skill automates creating, listing, updating, and deleting issues; manages project items; performs bulk updates; archives completed work; and exports/imports project data to synchronize boards with external tools.

Core Features & Use Cases

  • CRUD operations on issues (create/list/update/delete)
  • Project item management (add, archive, bulk status changes)
  • Bulk operations and data export/import (CSV/JSON) and charter coordination

Quick Start

Invoke gh-project-operations to manage issues and project items in your GitHub Projects from your harness.

Frequently Asked Questions about gh-project-operations

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

FAQPage Schema
How do I automate GitHub Projects V2 issue management?

Automate GitHub Projects V2 issue management by performing CRUD operations on issues, adding project items, and executing bulk status changes through scripts. This eliminates repetitive manual tracking work for team boards.

Can I export GitHub Projects data to CSV or JSON?

Yes, you can export GitHub Projects data to CSV or JSON formats. The skill handles data export and import to synchronize project boards with external tools and support charter coordination.

Do I need the gh CLI to manage GitHub Projects workflows?

Yes, you need the gh CLI, jq, and a configured GitHub Projects environment to manage project workflows. These dependencies are required to execute the scripts for field updates and item management.

How do I perform bulk updates on GitHub project items?

Perform bulk updates on GitHub project items by invoking the project operations scripts. You can apply bulk status changes, archive completed work, and manage field updates across multiple items simultaneously.

What is the best way to archive completed work in GitHub Projects?

The best way to archive completed work in GitHub Projects is through automated project item management scripts. These scripts handle bulk archival operations and field updates for completed board items.

Are there limitations when automating GitHub Projects with gh and jq?

Automating GitHub Projects with gh and jq requires a pre-configured GitHub Projects environment and depends on CLI access. Complex field updates or governance synchronization may require specific script configurations.