con un clic
code-review
Review the current diff for correctness bugs. Cite file:line.
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ú
Review the current diff for correctness bugs. Cite file:line.
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.
Basado en la clasificación ocupacional SOC
Help build/debug DeepSeek API usage (openai-compatible).
Run a command on a recurring interval (poll CI etc.).
Read/extract/combine/split PDFs.
Launch this project's app to see a change in action.
Schedule a one-off or cron task via DeepCode's daemon.
Help author a new skill — frontmatter + body + best-trigger description.
| name | code-review |
| description | Review the current diff for correctness bugs. Cite file:line. |
Read the diff, find correctness problems, and explain each with a precise
file:line reference. Style/formatting is out of scope unless the user
explicitly asks — Prettier and the team's own conventions own that.
/security-review (see that skill for the security-specific
checklist).Bash to run git diff (or
git diff origin/main...HEAD if the user is on a feature branch).Read.path/to/file.ts:42 so the
user can jump to it.i < arr.length vs <=; slice(start, end) boundaries.a.b.c when b can be null).await, fire-and-forget promise without .catch().try/finally missing for unlink, kill, close.N findings:
· BUG src/foo.ts:42 — <description>. <suggested fix>.
· LATENT src/bar.ts:88 — <description>. Suggest <fix>.
· TEST GAP src/baz.ts:120 — <name> is uncovered. Add a test for the <case> path.
Overall: <one-sentence verdict>.