Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기test
스타5
포크0
업데이트2026년 7월 11일 19:57
Run unit tests for the project
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Run unit tests for the project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 golangci-lint on 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 | test |
| description | Run unit tests for the project |
| disable-model-invocation | true |
| argument-hint | [package path, e.g. ./internal/sensors/...] |
| allowed-tools | Bash(go test *), Bash(make test*) |
Run unit tests.
$ARGUMENTS is provided, run tests for that specific package:
go test -v $ARGUMENTS
make test
If tests fail, analyze the output and report which tests failed and why.