Sunday, March 22, 2026
Daily picks
28
articles scored
#1 GOLDReleaseClaude Blog
Bringing Code Review to Claude Code
- Claude Code now has a built-in Code Review feature — get structured feedback on your code without leaving the terminal
- Ask Claude Code to review any file, a diff, or your full recent changes; it flags issues, suggests improvements, and explains its reasoning inline
- Closes the loop: write code → get review → fix → commit, all inside one session — no context switch to a separate chat window
- Especially useful for solo devs who don't have peers to review PRs, or teams that want a fast AI first-pass before human review
- Ships as a native Claude Code capability, not a third-party add-on
#2 SILVERUpdateClaude Blog
Advancing Claude for Excel and PowerPoint
- Anthropic has shipped updates to how Claude works inside Microsoft Excel and PowerPoint
- Improvements cover complex formula handling, richer data analysis in spreadsheets, and better slide generation in PowerPoint
- If you're on Microsoft 365, Claude's capabilities inside those apps just got meaningfully deeper — no extra setup needed
#3 BRONZEGuideReddit r/ClaudeCode
How I got Claude Code to maintain its own documentation (and stop breaking production)
- Solo dev with 135 DB tables and 60+ API routes kept having Claude Code edit the wrong file, use the wrong table name, or invent column names that don't exist — costing 15-30 min debug sessions each time
- Fix: two living markdown docs that Claude reads before every task and updates after — a 2,000+ line auto-generated ROUTE_REFERENCE.md and a hand-curated SYSTEM_DOCS.md
- To bootstrap: point Claude Code at your routes file, server mounts, and sidebar nav → one read-only scan generates the skeleton in ~7 minutes
