← 返回
开发者工具 Key 中文

Skill Github Daily Ops

Daily GitHub repo health check + safe Dependabot auto-merge. Outputs markdown report.
每日 GitHub 仓库健康检查,安全自动合并 Dependabot,输出 Markdown 报告。
zero2ai-hub
开发者工具 clawhub v1.0.1 1 版本 99860.1 Key: 需要
★ 0
Stars
📥 714
下载
💾 16
安装
1
版本
#latest

概述

skill-github-daily-ops

Daily GitHub ops: health report per repo + safe auto-merge of Dependabot PRs (medium/low CVEs only).

Usage

# Health report for all org repos
node scripts/daily-ops.js --org Zero2Ai-hub --report

# Auto-merge safe Dependabot PRs
node scripts/daily-ops.js --org Zero2Ai-hub --merge-dependabot

# Both — specific repos
node scripts/daily-ops.js --org Zero2Ai-hub --repos "repo1,repo2" --report --merge-dependabot

Arguments

ArgDefaultDescription
---------
--org$GITHUB_ORG envGitHub organization
--reposallComma-separated repo names
--reportfalseOutput markdown health report
--merge-dependabotfalseAuto-merge safe Dependabot PRs

Environment Variables

VarDescription
------
GITHUB_TOKENGitHub PAT (or reads from ~/.github_token)
GITHUB_ORGDefault org

Auto-Merge Rules

  • ✅ Merges: Dependabot PRs where severity is LOW or MEDIUM and CI passes
  • ⛔ Skips: HIGH or CRITICAL CVE PRs (require human review)
  • ⏳ Skips: PRs with failing or in-progress CI

Report Output

Markdown table per repo with: open PRs, open issues, last commit date, Dependabot PR count.

Cron Example

# Daily at 08:00 Dubai time (04:00 UTC)
0 4 * * * cd /path/to/workspace && node skills/skill-github-daily-ops/scripts/daily-ops.js --org Zero2Ai-hub --report --merge-dependabot >> /var/log/github-daily-ops.log 2>&1

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 05:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,941
productivity

Trading Journal

zero2ai-hub
记录每笔交易的完整背景(逻辑、入场、出场、盈亏、情绪、教训),生成周度与月度业绩报告,并分析盈亏模式...
★ 2 📥 2,963
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,598