Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기lint
스타5
포크0
업데이트2026년 7월 11일 19:57
Run golangci-lint on the project
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Run golangci-lint on 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 unit tests for 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 | lint |
| description | Run golangci-lint on the project |
| disable-model-invocation | true |
| argument-hint | [--fix] |
| allowed-tools | Bash(golangci-lint *), Bash(make lint*) |
Run the linter.
$ARGUMENTS contains --fix, run:
make lint-fix
make lint
If the linter reports violations, analyze the output and fix all issues found.