Audit your repo. See what's missing. Apply only what you approve — with rollback for every change. Existing config is always preserved.
npx @nerviq/cli --lite
npx @nerviq/cli --snapshot
Three steps to a safer Claude Code rollout.
Scan the repo, score readiness, and see the highest-value next actions before changing anything.
npx @nerviq/cli
Export proposal bundles with file previews, rationale, risk labels, and create, patch, or manual-review classification.
npx @nerviq/cli plan
Apply only the proposal bundles you want and get rollback + activity artifacts for every write batch.
npx @nerviq/cli apply
Start with read-only discovery. Go deeper only when you're ready.
Score 0-100 against 85 checks. Detects framework, recommends domain packs, and surfaces a traceable Top 5 Next Actions list before any write happens.
npx @nerviq/cli
Export plan files with rationale, file previews, diff-style output, and create, patch, or manual-review classification.
npx @nerviq/cli plan
Ship a first `audit-repo` skill template so teams can run nerviq from inside Claude Code, not only from a separate terminal.
.claude/skills/audit-repo
Generates CLAUDE.md from your scripts and stack, reads pyproject.toml for Python projects, creates Mermaid diagrams, and adds safer defaults.
npx @nerviq/cli setup
Apply only the ready proposal bundles you want. Every batch emits rollback and activity artifacts under .nerviq/.
npx @nerviq/cli apply
Permission profiles, hook registry, domain packs, MCP packs, policy packs, and a pilot rollout kit for security-conscious teams.
npx @nerviq/cli governance
Measure before/after impact in an isolated temp copy and export deltas, workflow evidence, and a markdown or JSON report.
npx @nerviq/cli benchmark
GitHub Action that audits every PR. Set a minimum score threshold. Fail the build if standards drop.
uses: nerviq/nerviq@v1.16.1
Step-by-step guided tour. Pick what to fix, skip what you don't need.
npx @nerviq/cli interactive
Live monitoring. Re-audits on every config change in real time.
npx @nerviq/cli watch
Generate a shields.io badge for your README.
npx @nerviq/cli badge
AI-assisted feedback for mature setups. Requires API key and explicit opt-in.
npx @nerviq/cli deep-review
Not a generic template. Actually analyzes your project.
Reads package.json and includes your actual test, build, lint, and dev commands.
Next.js Server Components, Django models, FastAPI Pydantic, React hooks — each gets specific guidelines.
Detects strict mode, adds TS-specific rules. No @ts-ignore without tracking.
Scans your directories and generates an architecture diagram. More token-efficient than prose (per Anthropic docs).
Adds <constraints> and <verification> blocks with context-aware rules.
Auto-generates a checklist based on your actual test, lint, and build commands.
Every check is backed by tested research from the CLAUDEX catalog.
Project instructions Claude reads every session
Test/lint commands so Claude checks its own work
Block .env reads, deny rules for sensitive files
PreToolUse + PostToolUse automation
Architecture visualization. More token-efficient than prose
Structured prompts with clearer constraints and verification blocks
Custom /test, /deploy, /review, /fix
Built-in OWASP Top 10 scanning
Security reviewer, test writer subagents
Path-specific conventions per file type
On-demand domain knowledge
Context7, database, and API integrations
Not demos. Real projects, real gaps found, real improvements applied.
Also found 2 bugs in our own tool during dogfooding. Both fixed and shipped same day. Full case studies
Honesty builds trust. Here's where this tool is not the right answer.
audit or suggest-only first. Never overwrite a hand-built config without reviewing the proposal.Audit, augment, and suggest-only are read-only. Setup creates missing Claude artifacts, and apply uses proposal bundles with rollback + activity logs. Core flows run locally; deep-review is the only opt-in mode that sends selected config to Anthropic for analysis.
/init?Claude Code's /init generates a basic CLAUDE.md. We go much further: 85 audit checks, smart CLAUDE.md with Mermaid diagrams, PreToolUse/PostToolUse hooks, security agents, framework-specific rules, XML constraint blocks, and verification criteria — all backed by research from the CLAUDEX catalog.
Use benchmark for the real answer on your repo. It runs a baseline audit, applies starter-safe changes in an isolated temp copy, and reports before/after deltas, workflow-evidence coverage, and a case-study style summary.
The audit is Claude Code-specific. However, CLAUDE.md files are recognized by many AI coding tools. The skills format was adopted as a cross-platform standard by OpenAI Codex CLI in December 2025. Hooks and agents are Claude Code-only features.
From a systematic research project covering all 73 official Claude Code documentation pages, 100+ community tools and MCP servers verified via GitHub API, Anthropic blog posts, benchmark papers, and hands-on experiments. The count includes features, techniques, patterns, tools, stats, and limitations — not all are actionable. 948 were verified with real evidence. The research is ongoing.
Audit will still show you what else you might be missing (hooks, agents, rules, MCP config). Setup will never overwrite your existing files — it only creates what's missing. If your project is already well-configured, the tool will tell you. A hand-crafted CLAUDE.md that reflects your real conventions will always be better than a generated one.
85 checks. Read-only discovery. Proposal bundles before writes. Domain packs, MCP packs, and workflow evidence when you need deeper rollout confidence.