Source profileQuality 76/100

affaan-m/ECC/docs/zh-CN/skills/github-ops/SKILL.md

github-ops

Use it for deployment tasks; the detail page covers purpose, installation, and practical steps.

Source repository stars
234,327
Declared platforms
0
Static risk flags
0
Last source update
2026-07-27
Source checked
2026-07-28

Decision brief

What it does—and where it fits

管理 GitHub 仓库,重点关注社区健康、CI 可靠性和贡献者体验。

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/github-ops"
    Safe inspection promptEditorial

    Inspect the Agent Skill "github-ops" from https://github.com/affaan-m/ECC/blob/4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38/docs/zh-CN/skills/github-ops/SKILL.md at commit 4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Re-run a failed workflow

      gh run rerun --failed bash

      gh run rerun --failed bash
    2. 02

      Review and auto-merge safe dependency bumps

      gh pr list --label "dependencies" --json number,title

      审查并自动合并安全的依赖项更新立即标记任何严重/高严重性告警至少每周检查一次新的 Dependabot 告警
    3. 03

      何时激活

      对议题进行分类(分类、打标签、回复、去重) 管理 PR(审查状态、CI 检查、过期 PR、合并就绪状态) 调试 CI/CD 失败 准备发布和变更日志 监控 Dependabot 和安全告警 管理开源项目的贡献者体验 用户说“检查 GitHub”、“分类议题”、“审查 PR”、“合并”、“发布”、“CI 坏了”

      对议题进行分类(分类、打标签、回复、去重)管理 PR(审查状态、CI 检查、过期 PR、合并就绪状态)调试 CI/CD 失败
    4. 04

      工具要求

      所有 GitHub API 操作均使用 gh CLI 通过 gh auth login 配置仓库访问权限

      所有 GitHub API 操作均使用 gh CLI通过 gh auth login 配置仓库访问权限所有 GitHub API 操作均使用 gh CLI 通过 gh auth login 配置仓库访问权限

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score76/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars234,327SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    affaan-m/ECC
    Skill path
    docs/zh-CN/skills/github-ops/SKILL.md
    Commit
    4e973d3eaf92d97f8d2e2d8abb39d8bdc8711b38
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    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 标签
    # 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 标签)
    # 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. 对于不稳定测试:记录模式以便未来调查
    # 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 failed workflow
    gh run rerun <run-id> --failed
    

    发布管理

    准备发布时:

    1. 确保主分支上的所有 CI 检查通过
    2. 审查未发布的更改:gh pr list --state merged --base main
    3. 根据 PR 标题生成变更日志
    4. 创建发布:gh release create
    # List merged PRs since last release
    gh pr list --state merged --base main --search "merged:>2026-03-01"
    
    # Create a release
    gh release create v1.2.0 --title "v1.2.0" --generate-notes
    
    # Create a pre-release
    gh release create v1.3.0-rc1 --prerelease --title "v1.3.0 Release Candidate 1"
    

    安全监控

    # Check Dependabot alerts
    gh api repos/{owner}/{repo}/dependabot/alerts --jq '.[].security_advisory.summary'
    
    # Check secret scanning alerts
    gh api repos/{owner}/{repo}/secret-scanning/alerts --jq '.[].state'
    
    # Review and auto-merge safe dependency bumps
    gh pr list --label "dependencies" --json number,title
    
    • 审查并自动合并安全的依赖项更新
    • 立即标记任何严重/高严重性告警
    • 至少每周检查一次新的 Dependabot 告警

    质量门禁

    在完成任何 GitHub 操作任务之前:

    • 所有已分类的议题都带有适当的标签
    • 没有超过 7 天未收到审查或评论的 PR
    • CI 失败已被调查(不仅仅是重新运行)
    • 发布包含准确的变更日志
    • 安全告警已被确认并跟踪

    Alternatives

    Compare before choosing

    Computed 86234,327

    affaan-m/ECC

    github-ops

    GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git commands.

    Computed 9737,126

    github/awesome-copilot

    geofeed-tuner

    Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyon

    Computed 967

    event4u-app/agent-config

    laravel-horizon

    Use when working with Laravel queues in production — Horizon dashboard, worker supervision, job metrics, balancing strategies — even when the user just says 'my jobs are piling up'.

    Computed 95234,327

    affaan-m/ECC

    mle-workflow

    Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.