wikitool-content-gate
Thin wrapper for deterministic wikitool content gates before push.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Thin wrapper for deterministic wikitool content gates before push.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.
Based on SOC occupation classification
| 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 "..."