Skip to main content

logics-doc-linter

Lint and validate the Logics Markdown conventions. Use when Codex should verify filenames, top headings, and required indicators across `logics/request`, `logics/backlog`, `logics/tasks`, `logics/product`, and `logics/architecture`, and report inconsistencies. Use when this capability is needed.

跳到安装

来源信息

仓库
tomevault-io/skills-registry
最近来源活动
2026年4月28日 22:53
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
logics-doc-linter
description
Lint and validate the Logics Markdown conventions. Use when Codex should verify filenames, top headings, and required indicators across `logics/request`, `logics/backlog`, `logics/tasks`, `logics/product`, and `logics/architecture`, and report inconsistencies. Use when this capability is needed.
metadata
{"author":"alexago83"}
# Lint Logics docs ## Run ```bash python logics/skills/logics-doc-linter/scripts/logics_lint.py python logics/skills/logics-doc-linter/scripts/logics_lint.py --require-status ``` ## What it checks - Filename patterns (`req_###_*.md`, `item_###_*.md`, `task_###_*.md`, `prod_###_*.md`, `adr_###_*.md`). - First heading format: `## <doc_ref> - <Title>`. - Required indicators: - requests: `From version`, `Understanding`, `Confidence` - backlog/tasks: plus `Progress` - product briefs: `Date`, `Status`, related refs, `Reminder` - architecture docs: `Date`, `Status`, `Drivers`, related refs, `Reminder` - `Status` value validation when present using the allowed values for each doc family. - Optional strict mode (`--require-status`) to enforce `Status` on every supported doc type. - For modified or untracked workflow docs (`request`, `backlog`, `task`): - blocking errors for critical indicator placeholders such as `X.X.X` and `??%` - warning-level reporting for leftover template filler text such as `Describe the need` or `Add context and constraints` - warning-level reporting for generic Mermaid scaffolds or missing/stale `%% logics-signature` comments in workflow Mermaid blocks - if a doc edit is explicitly non-semantic, add a marker such as `> Maintenance edit:` or `> Non-semantic edit:` in the doc so the linter can keep indicators stable without guessing intent --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
在 GitHub 查看