skill
occupation
description
updated
errors
software-developers
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.
2026-07-11
lint
software-developers
Run golangci-lint on the project
2026-07-11
test
software-quality-assurance-analysts-and-testers
Run unit tests for the project
2026-07-11
testing
software-quality-assurance-analysts-and-testers
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.
2026-07-11