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