Agent skill
github-project-board
Synchronize AI swarms with GitHub Projects for visual task management and progress tracking. Use for project board automation, task synchronization, sprint management, and team coordination with GitHub Projects.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/development/github/project-board
SKILL.md
Github Project Board
Overview
This skill enables synchronization between AI swarms and GitHub Projects for visual task management, progress tracking, and team coordination. It provides bidirectional sync, automated card management, and comprehensive project analytics.
Key Capabilities:
- Bidirectional sync between swarm tasks and project cards
- Automated card movement based on task status
- Real-time progress tracking and visualization
- Sprint management and velocity tracking
- Team workload distribution and analytics
Quick Start
# List your GitHub Projects
gh project list --owner @me
# Get project ID
PROJECT_ID=$(gh project list --owner @me --format json | \
jq -r '.projects[] | select(.title == "Development Board") | .number')
# Add an issue to the project
gh project item-add $PROJECT_ID --owner @me \
--url "https://github.com/$REPO/issues/123"
# List project items
gh project item-list $PROJECT_ID --owner @me --format json
When to Use
- Task Visualization: Creating visual boards for swarm tasks
- Sprint Planning: Managing sprints with automated tracking
- Progress Tracking: Real-time updates on task completion
- Team Coordination: Distributing work across team members
- Reporting: Generating analytics and status reports
Related Skills
- github-swarm-issue - Issue-based coordination
- github-swarm-pr - PR management
- github-sync - Repository synchronization
Version History
- 1.0.0 (2026-01-02): Initial skill conversion from project-board-sync agent
Sub-Skills
- 1. Board Initialization (+3)
- 1. Board Organization (+3)
- Common Issues
Sub-Skills
- Status Mapping (+1)
- Swarm-Board Synchronization (+1)
- Auto-Assignment Rules (+1)
- Generate Board Analytics
- Summary
- Status Distribution
- KPI Tracking
- Configuration Options
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?