com um clique
review
Code review current changes against project standards
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Code review current changes against project standards
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | review |
| description | Code review current changes against project standards |
| user-invocable | true |
Review all uncommitted changes against project standards.
git diff
git diff --cached
git status --short
For each changed file, check:
Architecture
src/lib/)/services, /utils, /controllers directories createdTypeScript
any types (use unknown + type guards)React
useEffect for data fetching (use TanStack Query)Security
~/.claude)Output a structured review:
## Review Summary
- Files reviewed: N
- Issues found: N (critical: N, warning: N, info: N)
## Issues
### [CRITICAL/WARNING/INFO] filename:line — description
For each critical or warning issue, provide a specific fix suggestion.
Open the Claude Session Dashboard in the browser. Starts it first if not already running. Checks for and installs updates before starting.
Analyze ~/.claude session files to find unused agent skills and reduce context token waste. Scans subagent JSONL files for injected skills and cross-references with agent responses.
Full SDLC pipeline: design → plan → implement → review → test → ship. Use this skill when the user wants to BUILD A NEW FEATURE that spans multiple files across scanner, server functions, and UI layers — anything requiring architecture design, an implementation plan, and coordinated changes across a vertical slice. Trigger on: /feature command, 'build/implement/add [feature]' requests involving new server functions + UI components, multi-step feature work needing TDD and code review. Do NOT trigger for: bug fixes, refactors, small UI tweaks, single-file changes, CI fixes, test runs, or PR reviews.
Investigate and fix the latest failing CI workflow
Fix a GitHub issue end-to-end
Investigate a URL or page using Playwright browser