← ClaudeAtlas

configure-reviewlisted

Use when configuring or changing a repository's tracked branches, layered review policy, ignored tracked paths, retrieval limits, summary depth, or non-secret task-board metadata.
mimfort/rag_for_git · ★ 21 · Code & Development · score 78
Install: claude install-skill mimfort/rag_for_git
# Configure Review Always answer the user in Russian. Update only the requested policy values; **Never clobber** foreign keys such as `categories`. This skill is standalone: no reviewer MCP, database, or board connection is required for the baseline. ## Scope Manage `summary_cluster_depth`, `summary_cluster_depth_overrides`, `summary_topk_threshold`, `summary_paths.ignore`, `paths.ignore`, `context_limits`, and the optional `task_board` block, including its generic `sync_filter`. An empty `task_board:` disables the board for this repository. Never read, request, display, or write credential values in either policy target. Tracked branches are separate from review policy. Manage `repository.primary_branch` and `repository.index_branches` only in the home per-repo target. The committed `.review.yml` cannot own `repository`, because branch selection must be available before a committed ref can be read. Untracked `.venv`, `node_modules`, `__pycache__`, `dist`, and `build` are gitignored and never enter the index. Do not use a filesystem walk to find them. ## Safe YAML preflight Inspect each selected policy or home YAML file with a local boolean-only process. Run this preflight before any tool call that can return file contents. Return only safe/blocked, never matching lines, values, or exception text. Do not use Read or Grep to perform this preflight. The process must reject non-regular or symlinked files, malformed or non-mapping YAML, and credential-like keys at any dept