🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

GitHub Team Collaboration

by @kaiyuelv

GitHub team collaboration toolkit for managing team workflows, code reviews, issue tracking, sprint planning, and team metrics. Supports PR automation, issue...

Versionv1.0.0
πŸ’‘ Examples

Manage Pull Requests

from scripts.github_team import list_open_prs, assign_reviewers

List open PRs

prs = list_open_prs("myorg", "myrepo")

Auto-assign reviewers

assign_reviewers("myorg", "myrepo", 123, ["alice", "bob"])

Track Sprint Progress

from scripts.github_team import get_milestone_progress

Get sprint progress

progress = get_milestone_progress("myorg", "myrepo", "Sprint-15") print(f"Closed: {progress['closed_issues']}/{progress['total_issues']}")

Team Metrics

from scripts.github_team import get_team_metrics

Analyze team metrics

metrics = get_team_metrics("myorg", "myrepo", days=30) print(f"Avg review time: {metrics['avg_review_time']} hours")

View on ClawHub
TERMINAL
clawhub install github-team-collaboration

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’