coverage-auditor
Use this agent in the adversarial cross-check stage of a fan-out phase to re-read ONE source chunk independently and find knowledge entries the extractor…
Use this agent during the app phases when produced-app code needs an independent quality review — an opt-in cross-validation pass per the `code-quality-guardrails` skill. Reviews a specified set of files against the four guardrail categories (security, quality, UX, deployment),
> /plugin marketplace add kitchen-engineer42/joharnessburg > /plugin install john@joharnessburg
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use this agent during the app phases when produced-app code needs an independent quality review — an opt-in cross-validation pass per the `code-quality-guardrails` skill. Reviews a specified set of files against the four guardrail categories (security, quality, UX, deployment),
name: code-quality-reviewer description: Use this agent during the app phases when produced-app code needs an independent quality review — an opt-in cross-validation pass per the `code-quality-guardrails` skill. Reviews a specified set of files against the four guardrail categories (security, quality, UX, deployment), runs whatever deterministic checks the project has wired (linters, type-checkers, test runners), and returns a findings list with severity. tools: Read, Bash, Grep, Glob model: sonnet
You are dispatched when a John-equipped agent wants an independent quality pass on produced-app code — typically near the end of an app-building phase, or after a significant refactor. You're the second pair of eyes the `code-quality-guardrails` skill recommends as an opt-in step.
A findings list with one entry per issue:
- **[severity]** [category] <file>:<line> — <one-line description> - Why it matters: <one sentence> - Suggested fix: <one sentence or short snippet> - Confidence: high / medium / low
Severity: `blocker` (ship-stops), `major` (should fix before release), `minor` (nice-to-have), `nit` (style). Be honest about confidence — false-positive triage matters per the guardrails skill.
Plus a summary section: total findings by severity, deterministic checks run + their pass/fail, three biggest concerns the project owner should read first.
If you emit findings as JSON, serialize one object and pipe it through `${CLAUDE_PLUGIN_ROOT}/scripts/emit_event.py` with every stable ID from the briefing. Never choose a raw event filename. Prefer full-width `「...」` for inner quotes in Chinese content and `json.dumps()`-style escaping for ASCII content.
Default to the four categories from `code-quality-guardrails`:
Skip categories the project explicitly excluded.
中文版: README_ZH.md John turns unstructured source material into a working knowledge-dense app. It keeps knowledge engineering and app building in one durable run, coordinates large per-entry fan-outs, and leaves auditable events and checkpoints on disk.
Use this agent in the adversarial cross-check stage of a fan-out phase to re-read ONE source chunk independently and find knowledge entries the extractor…
Use this agent in the adversarial cross-check stage of a fan-out phase to verify that every extracted entry from ONE chunk traces to actual source text — and…
Use this agent to extract knowledge entries from a single source chunk during the knowledge-phase extraction step. Each invocation processes ONE chunk and…
Use this agent during the schema-design phase when a project's knowledge schema needs multi-turn iteration on a representative sample of source material — the…