wikitool-content-gate
Thin wrapper for deterministic wikitool content gates before push.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Thin wrapper for deterministic wikitool content gates before push.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interview users to shape an article's intent, scope, and angle and surface what they know, before research and drafting.
Thin wrapper for operating the wikitool CLI with canonical help/reference alignment.
Run the Rust wikitool CLI for sync, indexing, docs, import, inspection, workflow, and release operations. Use when executing command-line workflows with dry-run guardrails and canonical CLI-help validation.
| name | wikitool-content-gate |
| description | Thin wrapper for deterministic wikitool content gates before push. |
Thin wrapper for content gating with wikitool.
Use normal reasoning and editorial judgment. Verify the live command surface against wikitool --help, wikitool <command> --help, and docs/wikitool/reference.md.
Typical gate loop:
wikitool review --format json --view brief --summary "..."wikitool review --draft-path .wikitool/drafts/Title.wiki --title "Title" --format json --view brief --summary "Draft review"; follow its next_steps for article promote and scoped push dry-run.wikitool article lint .wikitool/drafts/Title.wiki --title "Title" --format json; wikitool article fix .wikitool/drafts/Title.wiki --title "Title" --apply safe; wikitool article promote .wikitool/drafts/Title.wiki --title "Title" --format jsonwikitool article lint <path> --format jsonwikitool article fix <path> --apply safewikitool knowledge inspect references duplicates --title "<Title>" --format jsonwikitool validate --summarywikitool validate --category broken-links --title "<Title>" --limit 20 --verify-live --format jsonwikitool diffwikitool push --dry-run --summary "..."