lint-repo
Check that this skill package is internally consistent and report actionable failures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check that this skill package is internally consistent and report actionable failures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this example skill to verify Codex package generating.
Portable release checklist skill for the Cursor packaged example.
Use this example skill to verify OpenCode workspace-config generating.
Apply a short, consistent review checklist before merging changes.
Format changed files through an existing external formatter command.
| name | lint-repo |
| description | Check that this skill package is internally consistent and report actionable failures. |
| execution_mode | command |
| supported_agents | ["claude","codex"] |
| allowed_tools | ["bash","go"] |
| command | go run ./cmd/lint-repo |
| runtime | go |
| compatibility | {"requires":["go >=1.22"],"supported_os":["darwin","linux"],"repo_required":true,"notes":["Run from the example root so the command can inspect the authored and generated skill files together."]} |
| safe_to_retry | true |
| writes_files | false |
| produces_json | false |
Checks that the example skill package keeps its canonical SKILL.md, generated artifacts, and command doc in sync.
Use this when you want a small but real Go-backed skill example instead of a placeholder command stub.
Run go run ./cmd/lint-repo from the example root.