gh-project

Create and update GitHub issues from ForgePlan artifacts via gh CLI.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ForgePlan/marketplace --skill gh-project-forgeplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-project
Source: https://github.com/ForgePlan/marketplace/tree/main/plugins/fpl-skills/skills/gh-project
Command: npx skills add https://github.com/ForgePlan/marketplace --skill gh-project-forgeplan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, forgeplan, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges ForgePlan artifacts with GitHub Projects v2, streamlining project management and workflow tracking.

Core Features & Use Cases

  • Project Integration: Seamlessly connect ForgePlan artifacts to GitHub Projects v2 boards.
  • Configuration Management: Configure per-project settings in .forgeplan/state/gh-project.yaml.
  • Operations: Supports init, add-pr, link-prd, sync-status, and list operations to manage project items.
  • Use Case: For instance, after creating a new PRD in ForgePlan, use /gh-project link-prd PRD-NNN to automatically create a corresponding GitHub issue and board entry.

Quick Start

Run /gh-project init to configure GitHub Projects v2 integration for your ForgePlan project.

Frequently Asked Questions about gh-project

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

FAQPage Schema
How do I integrate ForgePlan artifacts with GitHub Projects v2?

You can integrate ForgePlan artifacts with GitHub Projects v2 by running the `/gh-project init` operation to configure settings, which bridges artifact tracking directly to your project boards.

How do I automatically create a GitHub issue from a ForgePlan PRD?

To automatically create a GitHub issue from a ForgePlan PRD, execute the `/gh-project link-prd PRD-NNN` command, which generates a corresponding GitHub issue and board entry for the specified artifact.

Do I need the gh CLI to use GitHub Projects v2 integration with ForgePlan?

Yes, the gh CLI and a configured ForgePlan environment are required dependencies to automate the creation and updating of GitHub issues from your artifacts.

What project management operations are supported for GitHub Projects v2?

Supported project management operations include `init`, `add-pr`, `link-prd`, `sync-status`, and `list` to manage board items and configure per-project settings.

Can I sync the status of ForgePlan artifacts to GitHub Projects v2?

Yes, you can sync artifact statuses to GitHub Projects v2 by running the `/gh-project sync-status` operation to keep your project board tracking up to date.