Skills Plugins MCP Prompt Model 博客 我的中心
开发编程 #api #github

github-ops

GitHub操作、自動化、APIインテグレーション、およびCI/CDワークフロー。

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=affaan-m-ecc-docs-ja-jp-skills-github-ops-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name github-ops description GitHub操作、自動化、APIインテグレーション、およびCI/CDワークフロー。 origin ECC GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "release", "CI is broken" Tool Requirements gh CLI for all GitHub API operations Repository access configured via gh auth login Issue Triage Classify each issue by type and priority: Types: bug, feature-request, question, documentation, enhancement, duplicate, invalid, good-first-issue Priority: critical (breaking/security), high (significant impact), medium (nice to have), low (cosmetic) Triage Workflow Read the issue title, body, and comments Check if it duplicates an existing issue (search by keywords) Apply appropriate labels via gh issue edit --add-label For questions: draft and post a helpful response For bugs needing more info: ask for reproduction steps For good first issues: add good-first-issue label For duplicates: comment with link to original, add duplicate label # 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 Management Review Checklist Check CI status: gh pr checks <number> Check if mergeable: gh pr view <number> --json mergeable Check age and last activity Flag PRs >5 days with no review For community PRs: ensure they have tests and follow conventions Stale Policy Issues with no activity in 14+ days: add stale label, comment asking for update PRs with no activity in 7+ days: comment asking if still active Auto-close stale issues after 30 days with no response (add closed-stale label) # 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 Operations When CI fails: Check the workflow run: gh run view <run-id> --log-failed Identify the failing step Check if it is a flaky test vs real failure For real failures: identify the root cause and suggest a fix For flaky tests: note the pattern for future investigation # 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 Release Management When preparing a release: Check all CI is green on main Review unreleased changes: gh pr list --state merged --base main Generate changelog from PR titles Create release: 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" Security Monitoring # 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 Review and auto-merge safe dependency bumps Flag any critical/high severity alerts immediately Check for new Dependabot alerts weekly at minimum Quality Gate Before completing any GitHub operations task: all issues triaged have appropriate labels no PRs older than 7 days without a review or comment CI failures have been investigated (not just re-run) releases include accurate changelogs security alerts are acknowledged and tracked
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。