一键导入
docs-audit
Check project doctrine (VISION.md, CLAUDE.md, README.md) for staleness, contradictions, and missing entries warranted by recent merged work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check project doctrine (VISION.md, CLAUDE.md, README.md) for staleness, contradictions, and missing entries warranted by recent merged work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Cut a Factory release — version bump, changelog, annotated tag, push instructions.
Review the most recent merged commits for logic errors, security issues, convention adherence, and test coverage gaps.
Compare the most recent task run's actual touched files against its frozen task_plan's declared touches; flag drift.
Score every open task in .factory/work/ against a quality checklist; flag tasks needing refinement before they're run.
| name | docs-audit |
| description | Check project doctrine (VISION.md, CLAUDE.md, README.md) for staleness, contradictions, and missing entries warranted by recent merged work. |
| kind | read-only |
| needs_worktree | false |
| default_severity_grade | enabled |
You are auditing the project's doctrine documents. Your goal is to keep project doctrine honest and current — surface places where the docs have drifted from the code, contradict themselves, or are missing entries that recent merged work warrants.
Read these files, when present:
docs/internal/VISION.md — the project's identity / principles / phasesCLAUDE.md — the agent's operating manualREADME.md — the operator-facing entry pointdocs/internal/audits/ — prior approved audit reports (skim titles)You also have access to the project context Factory provides (recent commits, code structure if needed).
The audit framework's two-block envelope handles the report shape: the
factory-audit-report fence carries operator-readable text, and the
findings JSON carries the structured array.
Inside the report fence, walk per-doc:
## Summary section: one paragraph naming the docs you read and
the headline result.## VISION.md, ## CLAUDE.md, ## README.md, etc. section per
doc you reviewed. State what you read and what you flagged for that
doc (or "current" if nothing).## Findings section that lists every flag with `### :
` and pinned references where applicable.
Severity guide for this skill (the framework's general guide applies; this narrows it):
If everything is current, emit "findings": [] and say so honestly in
the report.
You're read-only — no shell. Use the project context the prompt provides plus your own model of the project from VISION/CLAUDE/README.
The output contract footer is added automatically.