github-project-management
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install I-Onlabs/claude-code-skills/github-project-management skilz install I-Onlabs/claude-code-skills/github-project-management --agent opencode skilz install I-Onlabs/claude-code-skills/github-project-management --agent codex skilz install I-Onlabs/claude-code-skills/github-project-management --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/I-Onlabs/claude-code-skills cp -r claude-code-skills/github-project-management ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
github-project-management
by ruvnetComprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
github-project-management
by proffesor-for-testingComprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
github-project-management
by MicrockComprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
opencode_cli
by SpillwaveSolutionsThis skill should be used when configuring or using the OpenCode CLI for headless LLM automation. Use when the user asks to "configure opencode", "use...
Agentic Skill Details
- Repository
- claude-code-skills
- Type
- Non-Technical
- Meta-Domain
- general
- Primary Domain
- general
- Sub-Domain
- issue swarm
- Market Score
- 78.0
Agent Skill Grade
C
Score: 78/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- SKILL.md is 1278 lines - violates layered structure principle
- No references/ directory for layered structure
Recommendations
- Focus on improving Pda (currently 14/30)
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 1/19/2026
Developer Feedback
I took a look at your github-project-management skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 78/100, solid C-grade work based on Anthropic's skill best practices. Your strongest area is Utility (20/20 — really chef's kiss here with genuine problem-solving power), but Progressive Disclosure Architecture is holding you back hard (14/30). The main issue? Your SKILL.md file is 1278 lines crammed into a single file, which violates the whole layered-architecture principle that keeps skills maintainable and token-efficient.
What's Working Well
- Utility is maxed out — You're genuinely addressing real GitHub project management gaps with the swarm coordination concept. That's the kind of practical value that matters.
- Ease of Use scores high (24/25) — Your trigger terms ("github project management", "swarm-coordination") are solid, metadata is clean, and the workflow steps are numbered clearly.
- Examples and templates are comprehensive — You've got input/output pairs and concrete checklists, which makes this actually usable rather than theoretical.
- Workflow clarity — The numbered step-by-step approach in your examples makes it clear how to actually invoke this thing.
The Big One: Massive SKILL.md File
This is THE blocker. At 1278 lines in a single file, you're violating Progressive Disclosure Architecture (PDA). Here's the deal: Claude skills need to follow a layered structure where SKILL.md is a concise overview (think 150-250 lines max) and detailed implementation lives in a references/ directory.
Concrete fix:
- Create a
github-project-management/references/directory - Move detailed sections into separate files:
references/swarm-topologies.md— Your topology optionsreferences/automation-patterns.md— Workflow automation detailsreferences/templates.md— All your issue/board templatesreferences/github-constraints.md— Limitations and workarounds
- Keep SKILL.md as a ~200-line overview with links to these references
- Use collapsible sections (
<details>) in SKILL.md to preview key concepts
Impact: This alone bumps you from 14/30 → 22/30 on PDA (+8 points).
Other Things Worth Fixing
Add trigger phrases to your description — Currently missing them. Change from generic "Comprehensive GitHub project management..." to something like:
description: Performs github project management with swarm coordination. Use when "github project management", "manage github projects", "github issue automation", or "swarm coordination".Gets you +2 on spec compliance.No Table of Contents — Add a TOC near the top of SKILL.md linking to reference files. Helps navigation significantly and adds +1 to PDA's "navigation signals".
Tool dependency clarity — Your prerequisites mention
ruv-swarmandclaude-flow. Either include installation instructions or note fallback options if these aren't available. Prevents user friction.
Quick Wins
- Split the monster SKILL.md into references/ (+8 points)
- Add trigger phrases to frontmatter description (+2 points)
- Create table of contents linking references (+1 point)
- Document tool prerequisites better (+2 points)
Do those four things and you're looking at 91/100, solid A-grade work.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
Browse Category
More general Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?