GitHub 集成。管理仓库、Issue、Pull Request 和 GitHub Actions 工作流。通过 MorphixAI 代理安全访问 GitHub API。
通过 mx_github 工具管理 GitHub 仓库、Issue、PR 和 CI/CD 工作流。
mx_github:
action: get_user
mx_github:
action: list_repos
sort: updated
per_page: 10
mx_github:
action: get_repo
repo: owner/repo-name
列出 Issue(不含 PR):
mx_github:
action: list_issues
repo: owner/repo
state: open
per_page: 10
创建 Issue:
mx_github:
action: create_issue
repo: owner/repo
title: Bug: 登录页面加载异常
body: ## 问题描述\n登录页面在 Safari 中无法正常加载\n\n## 复现步骤\n1. 打开 Safari\n2. 访问登录页
labels: [bug, frontend]
assignees: [username]
更新 Issue:
mx_github:
action: update_issue
repo: owner/repo
issue_number: 42
state: closed
列出 PR:
mx_github:
action: list_pulls
repo: owner/repo
state: open
创建 PR:
mx_github:
action: create_pull
repo: owner/repo
title: feat: 添加用户登录功能
head: feature/user-login
base: main
body: ## 改动内容\n- 实现了 JWT 登录\n- 添加了单元测试
查看工作流运行:
mx_github:
action: listworkflowruns
repo: owner/repo
per_page: 5
触发工作流:
mx_github:
action: trigger_workflow
repo: owner/repo
workflow_id: deploy.yml
ref: main
inputs: { environment: staging }
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 github-workflow-1776271056 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 github-workflow-1776271056 技能
skillhub install github-workflow-1776271056
文件大小: 2.03 KB | 发布时间: 2026-4-16 17:58