Manage GitHub issues and PRs (list, create, comment).
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill xspoonai-official-github-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xspoonai Official Github Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-xspoonai-official-github-manager)More formats (shields.io, HTML) on the badges page.
---
name: github-manager
description: Manage GitHub issues and PRs (list, create, comment).
version: 1.0.0
author: SpoonOS Contributor
tags: [github, productivity, collaboration, issues]
---
# GitHub Manager
A skill to help AI agents manage GitHub repositories by interacting with issues and pull requests.
## Quick Start
```python
# List open issues in a repo
issues = await agent.run_tool("github_tool", action="list_issues", repo="owner/repo")
print(issues)
```
## Scripts
| Script | Purpose |
|--------|---------|
| [github_tool.py](scripts/github_tool.py) | Main tool for GitHub interactions |
## Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| `GITHUB_TOKEN` | Yes | Personal Access Token with repo scope |
## Best Practices
1. Use a granular Personal Access Token (PAT).
2. Always specify the full `owner/repo` name.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.