agentsclimarketplace

Github issue

Skill yuelenghan/orbit/skills/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.

Install
npx -y skills add yuelenghan/orbit --skill github-issue

Assembled 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.get
  • tracker.config.set
  • tracker.issue.get
  • tracker.issue.search
  • tracker.issue.create
  • tracker.issue.update
  • tracker.issue.assign
  • tracker.sprint.get
  • tracker.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.md for the packaged command surface.
  • Read references/usage.md for execution policy and read/write behavior.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.