github-issues Skill
Create, triage, label, assign GitHub issues via gh or REST. Published by NousResearch in hermes-agent.
What is github-issues Skill?
Create, triage, label, assign GitHub issues via gh or REST. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use github-issues Skill
- Use it for research.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/github/github-issues/SKILL.md
What it does
Create, triage, label, assign GitHub issues via gh or REST.
Skill instructions
GitHub Issues Management Create, search, triage, and manage GitHub issues. Each section shows gh first, then the curl fallback. Prerequisites - Authenticated with GitHub (see github-auth skill) - Inside a git repo with a GitHub remote, or specify the repo explicitly Setup bash if command -v gh &/dev/null && gh auth status &/dev/null; then AUTH="gh" else AUTH="git" if [ -z "$GITHUBTOKEN" ]; then if hermesenv="${HERMESHOME:-$HOME/.hermes}/.env"; [ -f "$hermesenv" ] && grep -q "^GITHUBTOKEN=" "$hermesenv"; then GITHUBTOKEN=$(grep "^GITHUBTOKEN=" "$hermesenv" | head -1 | cut -d= -f2 | tr -d '\n\r') elif grep -q "github.com" ~/.git-credentials 2/dev/null; then GITHUBTOKEN=$(grep "github.com" ~/.git-credentials 2/dev/null | head -1 | sed 's|https://[^:]:([^@])@.|\1|') fi fi fi REMOTEURL=$(git remote get-url origin) OWNERREPO=$(echo "$REMOTEURL" | sed -E 's|.github.com[:/]||; s|.git$||') OWNER=$(echo "$OWNERREPO" | cut -d/ -f1) REPO=$(echo "$OWNERREPO" | cut -d/ -f2) --- 1. Viewing Issues
Explore related resources
Frequently asked questions
What is github-issues?
github-issues is a open-source AI agent skill with Copy skill directory. Create, triage, label, assign GitHub issues via gh or REST.
Who is github-issues best for?
github-issues is best for reusing agent instructions, scripts, and references, research workflows.
How do I install github-issues?
Install or run github-issues using Copy skill directory. Check github-issues for the latest setup command.
Is github-issues actively maintained?
github-issues may need a closer maintenance check before production use.
Auto-fetched from GitHub.