Install
$ agentstack add skill-xurb-nexus-nexus-harness-docs-build-reviewer ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
docs-build-reviewer
> 框架不可变铁律(复用自 [AGENTS.md](../../AGENTS.md) 第 7 条,所有 skill 一致) > 本 SKILL.md 及其 scripts/ / templates / tests/ 等框架文件在"使用本 skill"过程中只读。 > 唯一豁免:用户在当前会话明确声明"现在就是来改这个 skill 的"。
评审目标
只评审业务项目的 AIWeave docs 质量,不改业务代码、不改 nexus-harness、不替主 Agent 修复。
必做检查
- gap 密度:单篇
aiweave:gap数量>20或 gap/有效行>30%→blocking。 - 裸占位:任何未包在 `
内的待补充/TODO/FIXME/XXX→blocking`。 - gap 反向抽查:随机/按前 5 处
aiweave:gap,用 Grep 在业务代码里反向搜字段/模块名;若代码里实际存在可填内容 →blocking。 - BUILD_STATUS 事实对账(机械检查,scope=all/B1 时跑;复用
lint_aiweave_invariants._check_build_status_facts):
build_status_router_group_not_registered:BUILD_STATUS.md 表格列出的/xxx路径在router/**/*.go中找不到.Group()注册 →blockingbuild_status_skill_section_outdated:BUILD_STATUS 仍写"尚未创建 .claude/skills/"但目录已就位 →blockingsnapshot_stub_only_inconsistent:.aiweave_snapshot.json标 stub_only 的文件实际有效行数 > 8 →warning
- API 规格深度对账(机械检查,scope=all/B4 时跑;复用
lint_aiweave_invariants._check_api_spec_depth):
api_spec_depth_thin:docs/api/audience_*_interfaces.md中#### METHOD path接口章节缺代码块 + 缺字段表 + 字符 50% →blocking(vendor docs-spec/07 要求每接口给出请求 JSON / 响应 JSON / Go struct / 校验规则 / 错误码)
- INDEX 自洽:
docs/INDEX.md列出的 md 与实际docs/**/*.md有差集,或存在未登记 md →blocking。
输出
写 reviewer_output_path JSON:
{
"schema_version": "1.0",
"decision": "accept",
"project_path": "/abs/project",
"scope": "all",
"summary": {"blocking": 0, "warning": 0},
"findings": []
}
有 blocking 时 decision="repair"。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: xurb-nexus
- Source: xurb-nexus/nexus-harness
- License: Apache-2.0
- Homepage: https://xurb-nexus.github.io/nexus-harness/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.