github-projects

Automates GitHub Projects administration via gh project CLI commands.

75|9|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/anderskev/beagle --skill github-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-projects
Source: https://github.com/anderskev/beagle/tree/main/skills/github-projects
Command: npx skills add https://github.com/anderskev/beagle --skill github-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub Projects management via gh CLI for automation of project boards and items.

Core Features & Use Cases

  • List/view/create/edit/link projects and items
  • Manage fields and bulk operations
  • JSON outputs and automation patterns

Quick Start

Authenticate with gh and create a project, then add items programmatically.

Frequently Asked Questions about github-projects

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

FAQPage Schema
How do I automate GitHub Projects management from the command line?

You can automate GitHub Projects (v2) administration using the gh project CLI commands to create, list, view, edit, and link projects; add issues, pull requests, or drafts as items; and configure fields and workflows—all without leaving your terminal.

Can I manage project items and fields programmatically with gh CLI?

Yes. The gh project CLI supports creating and editing items, manipulating iteration and single-select fields, performing bulk operations, and outputting results as JSON for automation pipelines and scripting.

What authentication do I need to use gh CLI for GitHub Projects?

Authenticate with gh using credentials that include project scope permissions, which grants the access required to create, view, edit, and manage projects and their items across repositories and organizations.

Can I integrate GitHub Projects automation into my existing workflows?

Yes. JSON output from gh project commands integrates into scripts and automation workflows, enabling you to link project management with CI/CD pipelines, issue tracking, and repository operations.

Does gh CLI support managing projects across multiple repositories and organizations?

Yes. The gh project CLI applies to project administration and item linking across repositories and organizations, allowing centralized command-based management of distributed projects.