en un clic
test
Run tests for the Neru application
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run tests for the Neru application
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Grill a diff or PR for real bugs the way Greptile does, before committing or pushing. Repo-agnostic self-review: catches fail-open logic, lifecycle races, partial-failure state, stale caches, resource/lock leaks, conditional-compilation gaps, and doc/config drift, verifies findings by building/running, re-checks that a fix did not introduce a new issue, and reports a 0-5 confidence score with P0/P1/P2 findings. Canonical copy lives in workspace-configs; this repo keeps the Neru house-rules block.
Format and lint the Neru codebase
Basé sur la classification professionnelle SOC
| name | test |
| description | Run tests for the Neru application |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"ci"} |
Run tests for the Neru application using the just task runner.
just test - Run all tests (unit + integration)just test-unit - Run unit tests onlyjust test-integration - Run integration tests onlyjust test-coverage - Run tests with coveragejust test-race - Run tests with race detectionjust bench - Run benchmarksUse this skill when you need to verify code correctness or measure performance.