Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

harness-engineering线束工程

Agent Skill

harness-engineering 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 OpenClaw 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

13,148

周安装

559

GitHub Stars

公开资料未说明

下载量

4,606
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:harness-engineering(线束工程)
来源仓库:https://github.com/doanbactam/harness-engineering
安装命令:
openclaw skills install harness-engineering
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install harness-engineering

简介

用于增强 GitHub 仓库的可读性与协作效率,添加预提交钩子和本地知识库。

  • 适合在 OpenClaw 中围绕 Issue、PR 和代码变更进行结构化整理时使用。
  • 自动生成文档模板和自动化检查规则,提升工程流程规范性。
  • 安装前应确认 Git 钩子目录可写,避免因权限问题跳过关键步骤。
  • 建议与团队约定提交规范,确保生成的工件符合统一标准。

SKILL.md

name
harness-engineering
description
Evolve an existing repository toward Harness Engineering by making it more legible to agents, moving critical knowledge into repo-local artifacts, adding predictable structure, and replacing policy-only documentation with executable checks. Use when Codex is asked to audit a live codebase against Harness Engineering ideas, strengthen AGENTS.md and docs, add runnable governance and CI checks, or incrementally reduce hidden context and architectural drift without rewriting the project from scratch.

Harness Engineering

Evolve an existing repository toward Harness Engineering without pretending it must be rebuilt as a blank template. Prefer repo-local knowledge, predictable structure, and executable checks over aspirational documentation and hidden context.

Workflow

1. Audit the current repo

  • Read AGENTS.md and the top-level docs under docs/.
  • Identify missing source-of-truth artifacts, dead references, placeholder CI, and stack-specific assumptions.
  • Confirm whether the repo is a real app, a governance layer, or a starter template.
  • Preserve existing product and runtime structure where possible. Do not force a greenfield layout onto a mature codebase.

2. Establish the minimum repo-local artifacts

  • Keep AGENTS.md short and map-like.
  • Add only the missing artifacts that materially improve agent legibility, such as:

- docs/ARCHITECTURE.md - docs/core-beliefs.md - docs/quality-score.md - docs/observability.md - docs/worktrees.md - docs/skills.md - docs/product-specs/index.md - docs/product-specs/template.md - docs/exec-plans/index.md - docs/exec-plans/template.md - docs/exec-plans/tech-debt-tracker.md - docs/generated/README.md

  • Match the artifact set to the repository's maturity. A small service may need fewer documents than a large multi-domain product.
  • If generated artifacts are referenced but not yet produced, add explicit placeholders rather than leaving silent gaps.

3. Replace policy-only claims with enforcement

  • Use the repo's existing stack where needed, but prefer bun for lightweight governance scripts when that does not conflict with the project.
  • Add executable checks for required files, stale placeholders, broken references, and obvious contract drift.
  • Wire CI to run the checks for every push and pull request.
  • Do not leave comments like "run lint later" as the only quality gate.

4. Preserve generality

  • Preserve real project names, domains, and runtime details when the repository is already in active use.
  • Remove only accidental one-off assumptions, stale tribal knowledge, and undocumented conventions.
  • Write docs so a future agent can continue work from the repository itself.
  • Prefer incremental hardening over broad rewrites.

5. Make the repo legible to agents

  • Keep one clear location for each category of knowledge.
  • Put product intent in docs/product-specs/.
  • Put multi-step delivery work in docs/exec-plans/.
  • Put detailed external library notes in docs/references/.
  • Prefer explicit directory conventions over clever local variation.

6. Verify the template

  • Run bun run template:check or the project equivalent.
  • Fix all hard failures before stopping.
  • Treat warnings as backlog only if they are genuinely optional.
  • If the repository is not a git checkout, note that you cannot report git status.

Editing rules

  • Use imperative language in docs.
  • Prefer concise checklists over essays.
  • Keep examples aligned with bun.
  • Avoid claiming that a metric, score, or automation is "automatic" unless code actually updates it.
  • Add placeholder files when the template references an artifact that new projects will generate later.

Reference

Read references/checklist.md when you need a compact audit list while editing or reviewing a template repo.

Deliverables

  • Updated repo-local docs
  • Missing placeholder artifacts filled in
  • Executable validation or governance checks
  • CI wired to run real checks
  • A short summary of what now supports Harness Engineering and what still depends on hidden context

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.56%
按下载量换算4,355

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills