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 المهني
Incrementally fix build errors with minimal diffs, one error at a time
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
Regression-safe cleanup of AI-generated bloat in Lua code. Deletion-first, requires passing tests before starting
Create a GitHub issue for a feature, bug fix, or crash with structured sections
| 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 the LEVI-Achaea project's tooling configuration to surface actionable improvements.
Gather Claude Code release notes from the last 14 days.
gh release list --repo anthropics/claude-code --limit 10
gh release view <TAG> --repo anthropics/claude-codeWebSearch for "Claude Code changelog" + WebFetch on resultsWebFetch on https://code.visualstudio.com/updatesgh release list --repo microsoft/vscode --limit 5 for exact datesRead these files to understand current state:
.claude/settings.local.json — hooks, permissions.vscode/settings.json — VS Code editor settings.vscode/extensions.json — recommended extensionsCLAUDE.md — hooks, skills, conventions.claude/hooks/ — all hook scripts.claude/skills/ — all skill directoriesLaunch 3 parallel agents (Sonnet):
Compare new features against .claude/ config. Check for: new hook events, settings, deprecations, plugin updates relevant to Lua development.
Compare new features against .vscode/ config. Check for: Lua extension updates, debugging improvements, terminal changes, sumneko.lua changes.
Look for synergies between tools, CLAUDE.md documentation updates needed, workflow improvements.
## Claude Code Updates (last 14 days)
- [version]: [key changes]
## VS Code Updates (last 14 days)
- [version]: [key changes]
## Actionable Improvements
### HIGH — Direct workflow improvements
- [What] — [File(s)] — [Why]
### MEDIUM — Worth exploring
- [What] — [File(s)] — [Why]
### LOW — Minor tweaks
- [What] — [File(s)] — [Why]
## Deprecation Warnings
- [Feature] — [Timeline] — [Migration]
## No Action Needed
- [Feature] — [Why not applicable]