Project-Management-Interactive-copilot-test
A universal skill for automating GitHub Project V2 Kanban boards, supporting status transitions, sprint management, and interactive workflows via CLI.
Introduction
This skill provides a robust framework for managing GitHub Projects V2 via command-line operations, specifically designed for agile teams practicing interactive sprint workflows. By utilizing the GitHub CLI (gh) and GraphQL API, it enables seamless automation of board operations, including moving issues across Kanban columns like Todo, In Progress, Testing, Review, and Done. It is inherently project-agnostic, relying on a localized configuration file to map project-specific IDs for fields and columns, allowing the same codebase to manage multiple repositories and projects concurrently.
-
Automates Kanban board state transitions with batch operation support for high-volume task management.
-
Integrates directly with GitHub issues to update project items automatically based on issue number references.
-
Supports sprint initialization processes, allowing users to move milestone-linked issues to specific project columns in bulk.
-
Includes query capabilities to list project items by status or generate column counts for sprint reporting.
-
Compatible with Claude Code agents to facilitate confirmation-based task execution and sprint gating.
-
Requires a project-specific .claude/config/project-board.json file defining the organization, repository, project number, and field/column GUIDs.
-
Users must ensure the GitHub CLI (gh) is installed and authenticated with the project scope enabled (gh auth refresh -s project).
-
Designed for technical teams using Kanban methodologies; requires jq for JSON processing within shell scripts.
-
The tool is best utilized by developers and project managers looking to bridge the gap between git-based code changes and project tracking transparency.
-
Facilitates complex sprint workflows, including context compaction and resumption from previous sessions when combined with specialized agent logic.
Repository Stats
- Stars
- 0
- Forks
- 0
- Open Issues
- 7
- Language
- JavaScript
- Default Branch
- main
- Sync Status
- Idle
- Last Synced
- May 3, 2026, 08:50 PM