feat(readme): add Deep Audit one-liner commands for personalized analysis

- Add 🔬 Deep Audit section with two options:
  - Quick Version (~10 sec): curl | bash | claude one-liner
  - Full Audit (~30 sec): downloads YAML reference for comprehensive analysis
- Add row in navigation table pointing to Deep Audit
- Outputs: health score, prioritized findings, CLAUDE.md template, suggestions
- Bump version to 2.9.5

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-12 14:13:12 +01:00
parent d32052eff6
commit f01ff982d5
4 changed files with 51 additions and 4 deletions

View file

@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [2.9.5] - 2026-01-12
### Added
- **README.md** - Deep Audit section with one-liner commands
- New row in "Not Sure Where to Start?" table
- `🔬 Deep Audit` section with two options:
- Quick Version (~10 sec): Single curl pipe to Claude
- Full Audit (~30 sec): Downloads YAML reference + scan for comprehensive analysis
- Outputs: Health score, prioritized findings, CLAUDE.md template, suggested extensions
### Stats
- 1 file modified (README.md, ~35 lines added)
- Focus on one-command personalized audit experience
## [2.9.4] - 2026-01-12
### Added

View file

@ -65,6 +65,7 @@ claude
| Need to evaluate/approve adoption | [PM Path](#-by-role-tailored-learning-paths) | 20 min |
| Want to check your current setup | [Audit Your Setup](#-audit-your-setup) | 2 sec |
| Want AI assistants to know Claude Code | [LLM Reference](#-llm-reference) | 1 curl |
| Want personalized recommendations | [Deep Audit](#-deep-audit-personalized-recommendations) | 30 sec |
### ⚡ Audit Your Setup
@ -90,6 +91,38 @@ curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-
**What's inside**: Decision trees, command reference, context zones, MCP servers, agent templates, troubleshooting—optimized for machine consumption. Points to line numbers in the [full guide](./english-ultimate-claude-code-guide.md) for deep dives.
### 🔬 Deep Audit (Personalized Recommendations)
Get a comprehensive audit with health score, prioritized findings, and custom templates for your project:
**Quick Version** (~10 sec):
```bash
curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/examples/scripts/audit-scan.sh | bash -s -- --json | claude -p "Analyze this Claude Code setup. Give: 1) Health score 0-100 2) Top 3 quick wins 3) CLAUDE.md template for detected stack. Be concise."
```
**Full Audit** (~30 sec, recommended):
```bash
# Copy entire block
REF=$(curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/claude-code-reference.yaml)
SCAN=$(curl -sL https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/examples/scripts/audit-scan.sh | bash -s -- --json 2>/dev/null)
claude -p "Reference:
$REF
My setup:
$SCAN
Audit my Claude Code setup. Output:
1. Health Score (0-100) with priority breakdown
2. Findings table: Priority|Element|Status|Action
3. Top 3 quick wins (<5 min)
4. CLAUDE.md template (~60 lines) for my stack
5. Suggested agents/commands/hooks for my project type"
```
**What you get**: Health score, prioritized findings, stack-specific CLAUDE.md template, suggested extensions
**Want maximum depth?** Use [claude-setup-audit-prompt.md](./claude-setup-audit-prompt.md) with `claude --ultrathink`
### 🎯 By Role (Tailored Learning Paths)
<table>
@ -329,7 +362,7 @@ If this guide saved you time, helped you master Claude Code, or inspired your wo
---
*Version 2.9.4 | January 2026 | Crafted with Claude*
*Version 2.9.5 | January 2026 | Crafted with Claude*
<!-- SEO Keywords -->
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,

View file

@ -3,7 +3,7 @@
# Source: english-ultimate-claude-code-guide.md
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
version: "2.9.4"
version: "2.9.5"
updated: "2026-01"
# ════════════════════════════════════════════════════════════════

View file

@ -10,7 +10,7 @@
**Last updated**: January 2026
**Version**: 2.9.4
**Version**: 2.9.5
---
@ -9009,4 +9009,4 @@ Thumbs.db
**Contributions**: Issues and PRs welcome.
**Last updated**: January 2026 | **Version**: 2.9.4
**Last updated**: January 2026 | **Version**: 2.9.5