headless-automation
仓库创建 2026年6月30日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
适合自动化审计与流水线门控,产生可复现的通过/失败信号。
这个 Skill 做什么
在无交互环境(CI/流水线)中以只读、安全方式运行并产出确定性结果。
在无人交互的环境(CI/CD、流水线、定时任务)里以只读和安全的方式运行检查或自动化步骤,产出确定性的通过/失败信号和报告产物。适用于合并把关、自动审计或任何无人值守的运行场景。强调不记录秘密、把 STOP 步骤变成记录的假设,并保证退出码和结果可被流水线可靠依赖。
▸ 展开 SKILL.md 英文原文
Use when running the project OS non-interactively (CI, pipelines, unattended) — safe-headless commands, STOP-gates become recorded assumptions, deterministic exit codes, no-secret logging.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/headless-automation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/headless-automation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Headless Automation: Run Read-Only in CI ## When to use - Running this OS inside CI/CD, a scheduled job, or any pipeline with no human at the keyboard. - Wanting automated audits, reviews, or readiness checks to gate a merge or deploy. - Producing a deterministic pass/fail signal and a report artifact for a build. - Any unattended invocation where a normal interactive STOP-and-ask would simply hang. This applies to every project type — a web app's PR gate, a CLI tool's release check, a backend's pre-deploy audit, a data pipeline's contract check. The default posture is **read/review-only**: headless runs observe, audit, and report; they do not change code, data, or infrastructure unless
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有