# Patronum Verify

> Run agento-patronum self-test to verify hook enforcement is working.

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

---


# Skill: patronum-verify

Run the agento-patronum self-test.

## Steps

1. Run: `bash "${CLAUDE_PLUGIN_ROOT}/scripts/patronum-verify.sh"`
2. Present the results to the user.
3. If any tests fail, diagnose from the script output itself — its Installation Check section already reports whether `jq` is installed and whether `~/.claude/patronum.json` exists and is valid JSON. Suggest running setup again if files are missing.
4. If a previous run was interrupted, the self-test may have left the live config renamed to `~/.claude/patronum.json.verify-absent` (protection silently disabled). Tell the user to check for that file and rename it back to `~/.claude/patronum.json`.

