| name | tooling-review |
| description | Review last 2 weeks of Claude Code and VS Code updates, cross-reference against project config to find improvements |
Tooling Update Review
Review recent Claude Code and VS Code releases, then cross-reference against LOTRAOM's tooling configuration to surface actionable improvements.
Step 1: Fetch Claude Code Updates
gh release list --repo anthropics/claude-code --limit 10
For each release in the last 14 days, fetch via gh release view <TAG> --repo anthropics/claude-code.
Fallback: WebSearch for "Claude Code changelog" + WebFetch.
Extract: new features, hooks, settings, tools, deprecations, breaking changes.
Step 2: Fetch VS Code Updates
WebFetch on https://code.visualstudio.com/updates
gh release list --repo microsoft/vscode --limit 5
- Extract: editor features, extension APIs, settings, C#/.NET changes, MCP changes.
Step 3: Snapshot Current Project Config
Read: .claude/settings.json, .vscode/settings.json, CLAUDE.md (hooks, commands, agents), .claude/hooks/, .claude/commands/, .claude/skills/, .claude/agents/.
Step 4: Cross-Reference Analysis (3 parallel Sonnet agents)
- Agent 1 — Claude Code Opportunities: new hooks, settings, deprecated features
- Agent 2 — VS Code Opportunities: C# Dev Kit updates, debugging, terminal, MCP changes
- Agent 3 — Integration Opportunities: synergies, CLAUDE.md updates needed
Step 5: Report
HIGH/MEDIUM/LOW improvements with files to change, deprecation warnings, and features reviewed but not applicable.
Important
- READ-ONLY analysis. Do not modify files.
- Focus on project-specific recommendations (C#, .NET, Bannerlord, Avalonia, ASP.NET Core).