← 返回
未分类

Lovefromio 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.
使用 `gh` CLI 与 GitHub 交互。通过`gh issue`、`gh pr`、`gh run` 和 `gh api` 管理 issue、PR、CI 运行以及高级查询。
lovefromio
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 506
下载
💾 1
安装
1
版本
#latest

概述

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 <run-id> --repo owner/repo

View logs for failed steps only:

gh run view <run-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)"'

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Lovefromio Elite Longterm Memory

lovefromio
终极AI智能体记忆系统。WAL协议 + 向量搜索 + Git笔记 + 云备份。再也不会丢失上下文。支持Claude、Cursor、GPT、OpenClaw等。
★ 0 📥 494

Lovefromio Continuous Learning

lovefromio
自动从建筑自动化会话中提取模式、最佳实践和可重复使用的知识,以提升后续性能。
★ 0 📥 483

Lovefromio Getnote

lovefromio
Get笔记 – 个人笔记和知识库管理工具。支持一键保存链接、图片或文字为笔记,自动生成摘要、OCR 识别和 AI 分析。触发词包括“记一下”“存到笔记”“保存这个链接”等。
★ 0 📥 450