docs: Markdown単語チェックskill設計を追加する#41
Open
ssaattww wants to merge 1 commit into
Open
Conversation
## 背景 - Markdown資料作成者へ細かい用語規則を覚えさせず、repo固有lint設定を読む共通skill設計が必要になった ## 変更内容 - markdown-word-checker skillの目的、repo固有tools/lint設定の読み込み契約、review-enforcerとの呼び出し関係を設計した - 複数repo対応の最低構成とskip/unsupported/failed gateの扱いを明記した - sub-agent委譲時のreport契約、backtick回避チェック、利用者exact entryレビュー境界を設計に含めた - 初回レビュー、修正、r2レビューのreportを追加した ## 検証 - git diff --check - sub-agent design review: reports/task-markdown-word-check-design-review-20260520230107.md - sub-agent design review r2: reports/task-markdown-word-check-design-review-r2-20260520230107.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #40
概要
markdown-word-checkerskill の設計を追加しました。tools/lint/から読み込む方針にしています。review-enforcerと Markdown資料作成skillから呼び出す責務分担を整理しました。設計内容
skip/unsupported/failed gateによる複数repo向けfallbackを定義。レビュー
reports/task-markdown-word-check-design-review-20260520230107.mdreports/task-markdown-word-check-design-fix-20260520230537.mdreports/task-markdown-word-check-design-review-r2-20260520230107.md(no findings)検証
git diff --check注意
skills/markdown-word-checker/SKILL.mdの作成、既存skill変更、shared script移動は後続です。