tooling-review
Review last 2 weeks of Claude Code and VS Code updates, cross-reference against project config to find improvements
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review last 2 weeks of Claude Code and VS Code updates, cross-reference against project config to find improvements
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit context window consumption across LOTRAOM agents, skills, rules, MCP servers, and CLAUDE.md. Report token estimates, flag bloat, recommend trims.
Hard-block Edit/Write outside a chosen directory. Use to scope-lock edits during a focused fix or refactor. Pair with /unfreeze to release.
Six-phase root-cause debugging for crashes, build failures, or "why is this broken" reports. Iron Law - no fixes without root cause. Auto-engages /freeze.
Release the directory edit lock set by /freeze. Edit and Write are unrestricted again. No-op if /freeze was never set.
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
| name | tooling-review |
| description | Review last 2 weeks of Claude Code and VS Code updates, cross-reference against project config to find improvements |
Review recent Claude Code and VS Code releases, then cross-reference against LOTRAOM's tooling configuration to surface actionable improvements.
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.
WebFetch on https://code.visualstudio.com/updatesgh release list --repo microsoft/vscode --limit 5Read: .claude/settings.json, .vscode/settings.json, CLAUDE.md (hooks, commands, agents), .claude/hooks/, .claude/commands/, .claude/skills/, .claude/agents/.
HIGH/MEDIUM/LOW improvements with files to change, deprecation warnings, and features reviewed but not applicable.