skill
المهنة
الوصف
آخر تحديث
errors
مطوّرو البرمجيات
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
مطوّرو البرمجيات
Run golangci-lint on the project
2026-07-11
test
محللو ضمان جودة البرمجيات والمختبرون
Run unit tests for the project
2026-07-11
testing
محللو ضمان جودة البرمجيات والمختبرون
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