# Reviewer CI Enable

> Enable the CI gate in .reviewer/settings.local.json

- Skill: `imbue-ai/reviewer-ci-enable` (Agent Skill)
- Install (CLI): `npx skillmds@latest add imbue-ai/reviewer-ci-enable`
- Raw SKILL.md: https://api.skillmd.com/api/skills/imbue-ai/reviewer-ci-enable/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: imbue-ai (https://skillmd.com/u/imbue-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/imbue-ai/reviewer-ci-enable

---


This gate is configured per reviewed directory. By default it edits the **root** repo's `.reviewer/settings.local.json`. If the user named a target directory below, edit that directory's `.reviewer/settings.local.json` instead: prefix each `.reviewer/settings.local.json` path in the command with `<dir>/`. Each reviewed repo (the root plus any `stop_hook.additional_git_directories`) keeps its own local settings.

Target directory (optional):

$ARGUMENTS

Run this command:

```bash
jq -n --argjson existing "$(cat .reviewer/settings.local.json 2>/dev/null || echo '{}')" '$existing * {"ci": {"is_enabled": true}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
```

Then confirm that the CI gate has been enabled.

