mit einem Klick
lint
Run golangci-lint on the project
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ü
Run golangci-lint on the project
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.
Basierend auf der SOC-Berufsklassifikation
Review changed and surrounding code for error handling violations and fix them. Use when checking or fixing error conventions in the project: no dynamic errors, sentinel errors only.
Run unit tests for the project
Review code for Go testing conventions and write or fix tests. Use when writing new tests or reviewing existing ones in this project: table-driven tests, gomock mocks, parallel subtests.
| name | lint |
| description | Run golangci-lint on the project |
| disable-model-invocation | true |
| argument-hint | [--fix] |
| allowed-tools | Bash(golangci-lint *), Bash(make lint*) |
Run the linter.
$ARGUMENTS contains --fix, run:
make lint-fix
make lint
If the linter reports violations, analyze the output and fix all issues found.