con un clic
code-review
Technical code review for quality and bugs on recently changed files
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Technical code review for quality and bugs on recently changed files
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Fix bugs found in a code review
First-time project setup after cloning
Create comprehensive feature plan with deep codebase analysis and research
Run the test suite
Run full validation suite (build, lint, type check, tests)
Create an atomic commit with conventional commit format
Basado en la clasificación ocupacional SOC
| name | code-review |
| description | Technical code review for quality and bugs on recently changed files |
| disable-model-invocation | true |
| allowed-tools | Read, Grep, Glob, Bash |
Perform a technical code review on recently changed files.
Read CLAUDE.md and key conventions in .claude/rules/ to understand project standards.
Then examine changes:
git status
git diff HEAD
git diff --stat HEAD
git ls-files --others --exclude-standard
Read each changed and new file in its entirety (not just the diff) to understand full context.
For each file, analyze for:
Save to .agents/code-reviews/{appropriate-name}.md
Stats:
For each issue:
severity: critical|high|medium|low
file: path/to/file
line: 42
issue: [one-line description]
detail: [why this is a problem]
suggestion: [how to fix it]
If no issues found: "Code review passed. No technical issues detected."