Github issue
An open-source arsenal of reusable skills for AI agents — repo understanding, code review, delivery workflows, security pentests, and plug-and-play integrations with Jira, GitHub, GitLab, Jenkins & more. Drop into Claude Code, Codex, or any skill-aware host.
npx -y skills add yuelenghan/orbit --skill github-issueAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user needs GitHub issue and milestone-backed tracker operations through the packaged launcher and local CLI runtime.
SKILL.md
1.9 KB, as published. Nobody here has run it
GitHub Issue Skill
Use this skill to operate GitHub Issues and milestone-backed planning data through the packaged launcher and local CLI runtime.
Within Orbit's shared provider framework, this skill is one implementation of the tracker capability.
Runtime and execution
Always run the packaged launcher through ${GITHUB_ISSUE_SKILL_DIR} so it works from the user's current working directory:
- macOS/Linux:
${GITHUB_ISSUE_SKILL_DIR}/bin/github-issue - Windows:
${GITHUB_ISSUE_SKILL_DIR}\bin\github-issue.cmd
${GITHUB_ISSUE_SKILL_DIR} is a documentation placeholder, not a guaranteed shell environment variable.
Resolve BIN to a real launcher path once before the first CLI call.
Do not call node app/dist/cli.js directly.
Scope and boundaries
- GitHub Issues and milestones only.
- CLI-mediated operations only.
- Do not call GitHub REST endpoints directly from skill content.
- Sprint semantics map to milestones so scenarios can keep using the shared
tracker.sprint.*contract.
Capability Domain
Domain:
tracker
Provides:
tracker.config.gettracker.config.settracker.issue.gettracker.issue.searchtracker.issue.createtracker.issue.updatetracker.issue.assigntracker.sprint.gettracker.sprint.issues- provider-specific workflow helpers
Config check:
github-issue config get
Config check
Run github-issue config get when configuration state is unknown or before the first provider-scoped task in a new session.
Supporting files
- Read
references/commands.mdfor the packaged command surface. - Read
references/usage.mdfor execution policy and read/write behavior.