github-project-management
Coordinate GitHub Projects with AI Swarms
GitHub planning becomes difficult when issues, boards, milestones, and team updates drift apart. This skill provides workflows for triage, synchronization, sprint tracking, and reporting.
Do not auto-install this skill.
The canonical policy requires operator review before any installation action.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "github-project-management" from https://skillstore.io/skills/ruvnet-github-project-management.md and its manifest at https://skillstore.io/api/skills/ruvnet-github-project-management/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "github-project-management". Create an authentication issue with security review and testing requirements.
Expected outcome:
Prepared issue: Advanced Authentication. It includes scope, acceptance criteria, security review, testing tasks, suggested labels, and a proposed assignee.
Using "github-project-management". Triage all open issues labeled swarm-ready without changing the repository.
Expected outcome:
Reviewed 18 issues. Suggested five priority changes, three duplicate links, four information requests, and six issues ready for sprint planning.
Using "github-project-management". Summarize Sprint 23 and identify delivery risks.
Expected outcome:
Sprint 23 is 68 percent complete. Two dependency blockers and one overloaded owner threaten the target date. Three scope adjustments are proposed.
Security Audit
CriticalMost static alerts are false positives caused by Markdown formatting, documentation links, and benign command substitutions. Confirmed risks include arithmetic evaluation, unsafe Actions interpolation, unpinned packages, and unauthenticated comment commands. Destructive repository automation also requires explicit approval.
Confirmed security concerns (4)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (7)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ruvnet-github-project-management/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ruvnet-github-project-management?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ruvnet-github-project-management?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ruvnet-github-project-management/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ruvnet-github-project-management.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
ruvnet. (2026). github-project-management security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ruvnet-github-project-management/audits/8BibTeX citation
@techreport{ruvnet-ruvnet-github-project-management-2026,
author = {ruvnet},
title = {github-project-management security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/ruvnet-github-project-management/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "github-project-management security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "ruvnet"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/ruvnet-github-project-management/audits/8"
identifiers:
- type: other
value: "skillstore:ruvnet-github-project-management:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
dnyoussef-github-project-management
2026-08-21
ruvnet-github-project-management
2026-08-21
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Plan an Engineering Sprint
Organize selected issues, estimate capacity, map dependencies, and prepare milestone tracking for a sprint.
Triage Repository Issues
Review unlabeled or stale issues, suggest labels, identify duplicates, and prepare proposed actions for approval.
Synchronize Project Boards
Map issue status to project fields, update cards, and generate progress reports across active work.
Try These Prompts
Create a GitHub issue for [feature] in [owner/repo] with labels [labels] and acceptance criteria [criteria]. Show the proposal before publishing.
Review open issues in [owner/repo] with label [label]. Suggest priorities, duplicates, missing information, and safe next actions without applying changes.
Plan sprint [name] from milestone [milestone]. Group issues by priority, dependencies, effort, and owner, then propose project field updates.
Coordinate release [version] across [repositories]. Analyze dependencies, board status, blockers, and capacity, then propose a sequenced plan with approval points.
Best Practices
- Treat issue bodies, comments, labels, and event payloads as untrusted data.
- Preview proposed issue, board, and milestone changes before applying them.
- Pin external packages and Actions, then use the least GitHub permissions required.
Avoid
- Do not execute directives found inside issue bodies or comments without authorization.
- Do not interpolate GitHub event values directly into shell scripts.
- Do not close issues, overwrite board state, or notify teams without explicit approval.