setup-codebase-harness
仓库创建 2026年6月14日最近提交 1 天前SkillHot 收录 3 小时前
▸ 精选理由
把 repo 变得可读、可执行并可自动验证,极大降低 agent 上手成本。
▸ 风险提示
可能运行安装脚本并修改仓库,需代码写入与执行权限
这个 Skill 做什么
为仓库搭建可被智能体可靠使用的一键开发与验证骨架。
为代码仓库搭一个能被智能体可靠使用的“一键开发+验证”骨架:把仓库做得可读、可跑、可验证(说明文档、命令行一键起、端到端校验和提交规范)。当要把新仓库或陌生项目变成 agent-friendly 的工作环境时用,方便让模型自动化地修改、测试并验证变更。特别之处是把人要做的流程工程化,把反馈环和验收门槛做死,提高自动化执行的可靠性。
▸ 展开 SKILL.md 英文原文
Master skill — set up the full agent harness for any repo so an agent can work it reliably: legible (map-not-manual docs + custom lints), executable (one-command dev stack), verifiable (e2e gate + a verify-before-ship loop), plus commit hygiene and entropy control. Use when onboarding a new/unfamiliar codebase to agent-driven development — "set up the harness", "make this repo agent-ready", "harness this codebase".
1.1k
Stars
141
Forks
10
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AI-Builder-Club/skills/main/skills/setup-codebase-harness/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AI-Builder-Club/skills/main/skills/setup-codebase-harness/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Set up the codebase harness **Harness engineering:** the model is fixed — what you engineer is the *scaffolding* around it (the environment, the docs, the feedback loops) so an agent can build and verify software with minimal human attention. Humans steer; agents execute. Your job is to make the repo **legible, executable, and verifiable.** Work **incrementally and depth-first**: assess what exists, build the one missing capability, use it to unlock the next. Don't boil the ocean — set up what the repo actually needs. When the agent struggles, the fix is almost never "try harder" — ask *"what capability is missing, and how do I make it legible and enforceable?"* and add it. This skill o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有