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 직업 분류 기준
| 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 "..."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.