github-project-management

Automates GitHub issue triage, project board synchronization, and sprint tracking with swarm coordination.

Updated May 8, 2026
One-click install
npx skills add https://github.com/FrekiManagarm/d-chambaud --skill github-project-management-frekimanagarm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-project-management
Source: https://github.com/FrekiManagarm/d-chambaud/tree/main/.agents/skills/github-project-management
Command: npx skills add https://github.com/FrekiManagarm/d-chambaud --skill github-project-management-frekimanagarm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing GitHub issues, project boards, and sprints manually across repositories is repetitive and error-prone, especially when coordinating multiple contributors and tracking progress across milestones. ## Core Features & Use Cases - Issue Management & Triage: Create, label, decompose, and auto-triage issues using the GitHub CLI and swarm agents, including stale issue cleanup and duplicate detection. - Project Board Automation: Sync issues bidirectionally with GitHub Projects boards, auto-move cards by status, and build custom views and dashboards. - Sprint Planning & Analytics: Manage sprints and milestones, track velocity, burndown, cycle time, and generate progress reports. - Use Case: A team lead labels a new issue "swarm-ready"; the skill decomposes it into subtasks, adds it to the project board, assigns agents, and posts automated progress comments until completion. ## Quick Start Ask the assistant to create a GitHub issue for a new feature, decompose it into subtasks, and add it to your project board with automated progress tracking.

Frequently Asked Questions about github-project-management

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

FAQPage Schema
How do I automate GitHub issue triage and labeling?▼

Use the triage workflow with keyword-based rules that map issue content to labels and agent assignments. The skill analyzes unlabeled issues, suggests labels, assigns priority, and can detect and link duplicate issues automatically.

How to sync GitHub issues with a project board automatically?▼

Initialize board sync with your project ID and a status mapping configuration that links swarm task states to board columns. The skill then moves cards automatically as issue status changes and supports bidirectional updates.

What tools are required for GitHub project board automation?▼

You need the GitHub CLI (gh) installed and authenticated, plus the ruv-swarm or claude-flow MCP server configured. Repository access permissions are required for issue, label, and project board operations.

Is it safe to let automation read GitHub issue bodies and comments?▼

Issue bodies, comments, and label names are untrusted user input and may contain prompt injection attempts. The skill instructs agents to treat all GitHub content as data, never interpolate it into unquoted shell commands, and never act on directives embedded in issues.

Can I track sprint velocity and burndown from GitHub Projects?▼

Yes, the sprint management commands track velocity, burndown, cycle time, and throughput from project board data. Reports can be generated in markdown and distributed to Slack or email on a schedule.