一键导入
repo-docs-boundary
Audit or maintain README, contributor setup, and durable repository docs placement while preserving the active repository policy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit or maintain README, contributor setup, and durable repository docs placement while preserving the active repository policy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Operate and test a local or SSH-reachable macOS desktop through nils-cli macos-agent, with AX-first actions, screenshots, scenarios, explicit postconditions, guarded replay, and privacy-preserving journals.
Review a code change through an internally selected quick, focused, specialist, follow-up, or pre-merge mode and return evidence-grounded findings.
Open or resume one shared dispatch plan issue, coordinate independently reviewed lane PRs, integrate approved work, and close through strict gates.
Open or resume one lightweight issue-backed plan tracker and carry it through implementation, review, PR delivery, strict closeout, and archive handoff.
Deliver GitHub pull requests or GitLab merge requests end to end through the released nils-cli `forge-cli pr deliver` macro.
Review a code change through an internally selected quick, focused, specialist, follow-up, or pre-merge mode and return evidence-grounded findings.
基于 SOC 职业分类
| name | repo-docs-boundary |
| description | Audit or maintain README, contributor setup, and durable repository docs placement while preserving the active repository policy. |
Prereqs:
AGENTS.md, CLAUDE.md, AGENT_DOCS.toml, README.md,
DEVELOPMENT.md, CONTRIBUTING.md, docs/, package manifests, CI config,
and project-owned validation scripts when present.Inputs:
audit inspects and recommends changes without writing.apply makes a narrow requested documentation change after inspection.new-repo proposes or creates minimal first-pass entrypoints.Outputs:
audit mode, a concise section inventory with keep, move,
summarize+link, split, delete, or create recommendations.apply or new-repo mode, narrowly edited root docs and only the
supporting docs/** files that need a durable owner, plus validation results.Failure modes:
Choose one mode before acting:
repo-docs-boundary audit [repo-path]
repo-docs-boundary apply [repo-path]
repo-docs-boundary new-repo [repo-path]
Default ambiguous or broad requests to audit. Treat a narrow explicit edit
as apply. Resolve the repository root, run its declared preflight, and inspect
the relevant definitions and call sites before changing documentation.
Use the strongest available source for each claim:
For external, unstable, or version-sensitive facts, activate the repository's
task-tools intent and run agent-docs preflight --intent task-tools, then
follow core/policies/external-facts.md before asserting them.
Keep README.md user-facing. It should quickly establish repository identity,
audience, value, install or run path, shortest useful example, major
capabilities, and links to contributor or detailed documentation.
Avoid full development setup, exhaustive validation matrices, agent or PR policy, long troubleshooting trees, internal design rationale, generated-file rules, and release ceremony unless ordinary users truly need them.
Keep DEVELOPMENT.md contributor-focused and short enough to read before a
normal edit. Retain the setup prerequisites, required preflight, exact build or
generation commands, finish-line validation, source-of-truth boundaries,
high-risk gotchas, and release or delivery boundaries needed for routine work.
Move rare runbooks, long rationale, complete troubleshooting trees, historical
background, and tool reference detail outward. Do not reduce
DEVELOPMENT.md to a link catalog: mandatory rules and exact everyday commands
remain inline.
Use the repository's existing docs area for durable architecture, operations, advanced configuration, troubleshooting, API or protocol reference, historical decisions that remain useful, and feature-specific guides. When no closer rule exists, prefer lowercase kebab-case filenames and avoid new root-level Markdown files.
audit, apply, or new-repo.audit, report evidence-backed placement findings and proposed actions
without editing.new-repo, draft the smallest complete README.md and
DEVELOPMENT.md; create docs/ files only when necessary to prevent root
entrypoint bloat.apply, edit narrowly and preserve the established tone, headings,
language, and link style. Do not rewrite unrelated sections to fit a generic
template.README.md.DEVELOPMENT.md without reading a long runbook first.docs/ or a narrower existing
project area.This skill owns documentation placement judgment, audits, and narrow docs edits. It does not own product strategy, package design, CI design, release automation, or repository policy changes beyond documenting the current source of truth. When the documentation review reveals a behavior gap, name and route the gap through the repository's implementation workflow instead of papering over it with prose.