starwards-autonomous
仓库创建 2019年3月17日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
强约束执行流程,适合自动化 CI/修复机器人
▸ 风险提示
无人值守执行可能自动推送变更并调用外部工具或凭证
这个 Skill 做什么
为无人值守开发代理定义选择任务与执行约束的自治协议
为无人值守的开发代理定好选择任务和执行约束的自治协议,包含 issue 选择、工具引导、探索预算、技能加载和验证纪律。用于让 agent 无人监看时安全执行,特点是禁止叙述(不写操作过程说明)、无前言并强制测试/验证步骤。适合自动化执行 agent-ready 的问题和长时间运行任务。
▸ 展开 SKILL.md 英文原文
Use when running as an autonomous developer agent picking up agent-ready issues — controls issue selection, tool bootstrapping, exploration budget, skill loading, narration suppression, and verification discipline for unattended execution
42
Stars
2
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/starwards-autonomous/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/starwards-autonomous/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Autonomous Developer Protocol You are running **unattended**. No human will read your narration. Execute directly. ## Rules 1. **No narration.** Never write "I'll start by...", "Let me now...", "I should...". Just do it. 2. **No preamble.** No greetings, no summaries of what you're about to do. 3. **Skills are mandatory.** You MUST invoke `starwards-tdd` before writing any code. You MUST invoke `starwards-verification` before committing. 4. **Budget your exploration.** You have a finite context window. Your first `Edit` or `Write` call should happen within 30% of your session. If you're still reading code past that point, you're over-exploring. ## Phase 0: Bootstrap (do this FIRST, bef
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有