wiki-policy-check
Installation
SKILL.md
wiki-policy-check — Audit business-rule leaks in this repo
Convention this skill enforces: technical rules live in the project repo; business and product rules live in the central wiki. This skill audits all markdown in the current repo for content that crossed the line and reports what should migrate.
Project root
This skill reads files at paths relative to the project root (the repo where the audit runs), not the agent's current working directory.
- If invoked from inside the project, use the relative paths shown in this skill.
- If invoked from another directory, prepend
<project-root>/to every path; or pass the project root explicitly when calling the script form. - When the project root is ambiguous, confirm with the user via the harness question tool before running.
Prompting
Follow the project-wide convention in CLAUDE.md / AGENTS.md ("Skill Prompting Conventions"). Use the harness's structured-question tool — AskUserQuestion (Claude Code), ask_user_question (Codex), or question (OpenCode) — for the decision points below. Use free-form text only where a path/name/value cannot be enumerated.