← ClaudeAtlas

dcrlisted

Parallel recursive review — selects relevant lenses, spawns focused reviewers per wave until all selected lenses pass clean. (repo)
jackneil/claude-jacked · ★ 1 · Code & Development · score 67
Install: claude install-skill jackneil/claude-jacked
# Generated by /jacked-setup — 2026-09-01 | Template v2 | Engine: jacked v0.96.0 # Standalone — no dependencies. Commit this file. To update: uv tool install --upgrade claude-jacked && jacked install && /jacked-setup dcr ## Repo Config - **Project**: claude-jacked - **Type**: CLI tool + local FastAPI service / dashboard (Python) - **Stack**: Python (FastAPI, uvicorn, hatchling, pystray/rumps); SQLite via `jacked/web/database.py`; file-based Memory Vault under `jacked/memory/` (cross-process file locks, atomic rollups, Claude-hook capture/recall); integrates the Anthropic API and OAuth/credential flows ## Default Lens Selection Always on: Guardrails, Security, Access Control, Data Integrity & Schema Safety, Observability & Debuggability, Logic & Edge Cases, Testing, Maintainability, Simplicity & Reuse Usually off: UX & Flow (turn ON when the change touches the `jacked/data/web/` dashboard), Performance (turn ON for the sweep / usage-monitor / bulk-refresh paths) (Still allow runtime override — if changes clearly involve an "off" lens, include it.) ## Planning Phase Lenses When reviewing a plan or design doc (PLANNING phase, no code changes yet): Use: Guardrails, Logic & Edge Cases, Maintainability, Simplicity & Reuse Skip: Security, Access Control, Performance, UX & Flow, Testing, Observability & Debuggability, Data Integrity & Schema Safety (can't assess without code) Reviewers focus on: missing edge cases in the design, over-engineering, architectural soundness, plan com