mit einem Klick
lint
Format and lint the Neru codebase
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Format and lint the Neru codebase
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
| name | lint |
| description | Format and lint the Neru codebase |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"ci"} |
Format and lint the Neru codebase following project conventions.
just fmt - Format code (Go + Objective-C)just fmt-check - Check formatting onlyjust lint - Run lintersjust vet - Vet codejust deps - Download and tidy dependenciesjust verify - Verify dependenciesUse this skill before committing code to ensure it meets project standards.
Basierend auf der SOC-Berufsklassifikation
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.
Run tests for the Neru application