← Back to Skills Marketplace
yequanzheng

这是我的test3

by yequanzheng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
248
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install fdksafs3
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)"'
Usage Guidance
This skill simply documents gh CLI commands for GitHub. Before installing: (1) ensure you have the gh CLI installed and authenticated if you want the skill to work — the SKILL.md should have declared gh as a required binary; (2) understand that when the agent runs these commands it will use any GitHub credentials available to gh on the host (GITHUB_TOKEN or gh auth), so only enable the skill for agents you trust; (3) if you want to restrict access, don't authenticate gh in the environment where the agent runs or only allow manual invocation. If you want the author to be clearer, ask them to add a required-binary entry for gh and to explicitly document expected authentication methods.
Capability Analysis
Type: OpenClaw Skill Name: fdksafs Version: 1.0.1 The skill bundle provides standard documentation and command examples for using the GitHub CLI (gh) to interact with repositories, pull requests, and workflow runs. The instructions in SKILL.md are aligned with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or prompt injection risks.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md consistently describe interacting with GitHub via the gh CLI. However, the skill does not declare the gh binary as a required dependency even though all runtime examples use gh; this is a minor omission but worth noting.
Instruction Scope
Instructions are narrowly scoped to running gh commands (PR checks, runs, logs, gh api queries, and JSON output). They do not instruct the agent to read unrelated files, network endpoints, or secrets beyond GitHub usage.
Install Mechanism
No install spec is provided (instruction-only), which is low risk because nothing is written to disk by the skill itself.
Credentials
The skill declares no required env vars, which aligns with its instruction-only nature. Be aware that gh uses the host's GitHub credentials (e.g., GITHUB_TOKEN, gh auth, or credential helpers); running the commands will therefore use whatever GitHub auth is present on the machine/agent. This is expected for a GitHub helper but is a gateway to your GitHub access if the agent is allowed to run commands.
Persistence & Privilege
No persistent or elevated privileges are requested. always is false and the skill does not attempt to modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fdksafs3
  3. After installation, invoke the skill by name or use /fdksafs3
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Fixed a formatting issue in the skill metadata section. The "description" field is now correctly included after the "name" field. - No changes to functionality.
v1.0.2
- Replaced SKILL.md with a new skill.md file using a standardized filename. - Updated description to better summarize GitHub CLI usage for issues, pull requests, CI runs, and advanced queries. - Removed non-English and placeholder text from metadata for clarity and consistency.
v1.0.1
- Updated SKILL.md with a minor change to the "githubdescription" field. - Removed unnecessary files: _meta.json and skill.md. - Added SKILL.md as the documentation file for the skill.
v1.0.0
- Initial release of the GitHub Skill. - Provides usage examples for common GitHub CLI (`gh`) commands related to pull requests and workflow runs. - Includes instructions for accessing advanced data using `gh api`. - Documents how to use `--json` and `--jq` options for structured and filtered output. - Instructions and descriptions are provided in both English and Chinese.
Metadata
Slug fdksafs3
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 这是我的test3?

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 248 downloads so far.

How do I install 这是我的test3?

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

Is 这是我的test3 free?

Yes, 这是我的test3 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 这是我的test3 support?

这是我的test3 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 这是我的test3?

It is built and maintained by yequanzheng (@yequanzheng); the current version is v1.0.1.

💬 Comments