skill
ocupação
descrição
atualizado
errors
Desenvolvedores de software
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
Desenvolvedores de software
Run golangci-lint on the project
2026-07-11
test
Analistas de garantia de qualidade de software e testadores
Run unit tests for the project
2026-07-11
testing
Analistas de garantia de qualidade de software e testadores
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