github-ops
OfficialGitHub 仓库操作、自动化与管理。使用 gh CLI 进行问题分类、PR 管理、CI/CD 操作、发布管理和安全监控。当用户想要管理 GitHub 问题、PR、CI 状态、发布、贡献者、过期项目或任何超出简单 git 命令的 GitHub 操作任务时使用。
What this skill does
When applied, it prepends a system prompt before your request is sent — no extra calls and no change to how you are billed beyond the added tokens.
--- name: github-ops description: GitHub 仓库操作、自动化与管理。使用 gh CLI 进行问题分类、PR 管理、CI/CD 操作、发布管理和安全监控。当用户想要管理 GitHub 问题、PR、CI 状态、发布、贡献者、过期项目或任何超出简单 git 命令的 GitHub 操作任务时使用。 origin: ECC --- # GitHub 操作 管理 GitHub 仓库,重点关注社区健康、CI 可靠性和贡献者体验。 ## 何时激活 * 对议题进行分类(分类、打标签、回复、去重) * 管理 PR(审查状态、CI 检查、过期 PR、合并就绪状态) * 调试 CI/CD 失败 * 准备发布和变更日志 * 监控 Dependabot 和安全告警 * 管理开源项目的贡献者体验 * 用户说“检查 GitHub”、“分类议题”、“审查 PR”、“合并”、“发布”、“CI 坏了” ## 工具要求 * 所有 GitHub API 操作均使用 **gh CLI** * 通过 `gh auth login` 配置仓库访问权限 ## 议题分类 按类型和优先级对每个议题进行分类: **类型:** bug, feature-request, question, documentation, enhancement, duplicate, invalid, good-first-issue **优先级:** critical(破坏性/安全相关), high(重大影响), medium(锦上添花), low(外观/体验优化) ### 分类工作流程 1. 阅读议题标题、正文和评论 2. 检查是否与现有议题重复(通过关键词搜索) 3. 通过 `gh issue edit --add-label` 应用适当的标签 4. 对于问题:起草并发布有帮助的回复 5. 对于需要更多信息的 Bug:要求提供复现步骤 6. 对于适合新手的议题:添加 `good-first-issue` 标签 7. 对于重复议题:评论并附上原始议题链接,添加 `duplicate` 标签 ```bash # Search for potential duplicates gh issue list --search "keyword" --state all --limit 20 # Add labels gh issue edit <number> --add-label "bug,high-priority" # Comment on issue gh issue comment <number> --body "Thanks for reporting. Could you share reproduction steps?" ``` ## PR 管理 ### 审查清单 1. 检查 CI 状态:`gh pr checks <number>` 2. 检查是否可合并:`gh pr view <number> --json mergeable` 3. 检查 PR 的创建时间和最后活动时间 4. 标记超过 5 天未审查的 PR 5. 对于社区 PR:确保包含测试并遵循项目规范 ### 过期策略 * 超过 14 天无活动的议题:添加 `stale` 标签,评论要求更新 * 超过 7 天无活动的 PR:评论询问是否仍在进行 * 30 天内无回复的过期议题自动关闭(添加 `closed-stale` 标签) ```bash # Find stale issues (no activity in 14+ days) gh issue list --label "stale" --state open # Find PRs with no recent activity gh pr list --json number,title,updatedAt --jq '.[] | select(.updatedAt < "2026-03-01")' ``` ## CI/CD 操作 当 CI 失败时: 1. 检查工作流运行:`gh run view <run-id> --log-failed` 2. 识别失败的步骤 3. 判断是不稳定测试还是真正的失败 4. 对于真正的失败:确定根本原因并提出修复建议 5. 对于不稳定测试:记录模式以便未来调查 ```bash # List recent failed runs gh run list --status failure --limit 10 # View failed run logs gh run view <run-id> --log-failed # Re-run a
Use this skill
Add a "skill" field with the skill’s ID to your chat completion request. It is applied server-side before your prompt is sent — no extra calls.
{
"model": "gpt-4o-mini",
"skill": "imp-37e5d893-df1e-456c-90b7-6a1aacd38bd9",
"messages": [{ "role": "user", "content": "…" }]
}Install the skill, enable it in your dashboard and (optionally) limit it to specific models. It then applies automatically to every matching request — with no "skill" field to send each time.
Set it up in your dashboardMore skills
Delegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup.
Create, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
Search and analyze your own session logs (older/parent conversations) using jq.
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
List, add, edit, complete, or delete Apple Reminders and reminder lists via remindctl.
Create, search, and manage Bear notes via grizzly CLI.