← Back to Skills Marketplace
aceundefeated

Aj Github

by aceundefeated · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
153
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aj-github
Description
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
README (SKILL.md)

GitHub Skill

Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.

Pull Requests

Check CI status on a PR:

gh pr checks 55 --repo owner/repo

List recent workflow runs:

gh run list --repo owner/repo --limit 10

View a run and see which steps failed:

gh run view \x3Crun-id> --repo owner/repo

View logs for failed steps only:

gh run view \x3Crun-id> --repo owner/repo --log-failed

API for Advanced Queries

The gh api command is useful for accessing data not available through other subcommands.

Get PR with specific fields:

gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON Output

Most commands support --json for structured output. You can use --jq to filter:

gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'

\r

Usage Guidance
This skill is just documentation for the gh CLI. Before installing/using it: (1) ensure the gh CLI is installed and you're comfortable with the agent having access to your gh authentication (the CLI will use your existing gh auth or GH_TOKEN), because commands run by the agent can act with your GitHub permissions; (2) prefer to require explicit confirmation before running destructive commands (merge, close, delete); (3) note a minor metadata inconsistency: _meta.json contains a different ownerId/slug than the registry listing — likely benign but worth double-checking if provenance matters.
Capability Analysis
Type: OpenClaw Skill Name: aj-github Version: 1.0.0 The skill bundle provides standard instructions and examples for using the GitHub CLI (gh) to manage pull requests, issues, and workflow runs. The SKILL.md file contains legitimate usage patterns for commands like 'gh pr', 'gh run', and 'gh api' without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the instructions: all examples use the gh CLI (pr, run, issue, api). The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
SKILL.md only shows gh commands and guidance to use --repo or URLs. It does not instruct reading arbitrary files, contacting unexpected endpoints, or accessing unrelated environment variables.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Using gh will rely on whatever GitHub auth the local environment already provides (normal and expected).
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configs. It is user-invokable and may be called autonomously per platform defaults.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aj-github
  3. After installation, invoke the skill by name or use /aj-github
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of aj-github - Introduces skill to interact with GitHub via the `gh` CLI. - Supports issues, pull requests, CI runs, and advanced API queries. - Provides usage examples for `gh issue`, `gh pr`, `gh run`, and `gh api`. - Highlights JSON output and filtering with `--json` and `--jq`. - Offers tips on specifying repositories for commands.
Metadata
Slug aj-github
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Aj Github?

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.

How do I install Aj Github?

Run "/install aj-github" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aj Github free?

Yes, Aj Github is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aj Github support?

Aj Github is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aj Github?

It is built and maintained by aceundefeated (@aceundefeated); the current version is v1.0.0.

💬 Comments