github-project-manager

Automate GitHub issue creation, project discovery, and board updates.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/jander99/skills --skill github-project-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-project-manager
Source: https://github.com/jander99/skills/tree/main/skills/github-project-manager
Command: npx skills add https://github.com/jander99/skills --skill github-project-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub project management tasks across repositories can become tedious and error-prone when creating issues, discovering relevant projects, assigning items to boards, and updating item fields across multiple projects. This skill automates these workflows to reduce manual overhead and ensure consistent project governance.

Core Features & Use Cases

  • Create issues with full metadata (title, body, labels, assignees, milestones, type)
  • List and discover Projects v2 for users and organizations
  • Add issues and pull requests to project boards
  • Update project item fields (status, priority, custom fields)
  • Move items across project workflow states (Backlog, Ready, In Progress, Done)
  • Query project items and filter by criteria
  • Link related issues and manage project board organization

Quick Start

Install the skill and start automating GitHub Project workflows by creating issues, adding them to boards, and updating statuses.

Frequently Asked Questions about github-project-manager

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

FAQPage Schema
How do I automate GitHub project management workflows across multiple repositories?

Automate GitHub project management workflows by creating issues with metadata, discovering Projects v2, adding items to boards, and updating fields via MCP tools or GraphQL fallback.

Can I create GitHub issues with full metadata like labels and assignees automatically?

Yes, creating GitHub issues with full metadata is supported. You can automatically apply titles, bodies, labels, assignees, milestones, and issue types when generating issues through the workflow.

How do I move GitHub Projects v2 items across workflow states like Backlog or Done?

Move GitHub Projects v2 items across workflow states by updating project item fields. You can transition items between Backlog, Ready, In Progress, and Done automatically.

Does this approach support discovering and listing Projects v2 for organizations?

Yes, discovering and listing Projects v2 is supported for both users and organizations. You can query available project boards and add issues or pull requests to them programmatically.

What is the best way to update custom fields on GitHub project board items?

The best way to update custom fields on GitHub project board items is through automated workflow transitions. This skill updates status, priority, and custom fields using MCP tools or a GraphQL fallback.

Do I need GraphQL to query and filter GitHub project items by specific criteria?

You do not strictly need GraphQL to query and filter GitHub project items. The skill utilizes MCP tools for workflow transitions and field updates, automatically falling back to GraphQL only when necessary.