원클릭으로
config-check
Validate a config.yaml file against the Config schema and constraint rules from config/config.go
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate a config.yaml file against the Config schema and constraint rules from config/config.go
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run govulncheck locally and check for outdated Go dependencies
Run gosec on a specific package and cross-reference findings against suppression list and TODO tracker
Generate table-driven Go tests for a package with httptest, context helpers, and config parsing patterns
Build and smoke-test the Docker image locally to validate Dockerfile and binary startup
Draft conventional commit messages from staged changes for release-please
| name | config-check |
| description | Validate a config.yaml file against the Config schema and constraint rules from config/config.go |
| user_invocable | true |
Validate a gateway config file against the schema and constraint rules defined in config/config.go.
/config-check [path] — defaults to config.yaml if no path given
config/config.go to understand the current Config struct and validate() methodconfig.yaml)host must be a valid URLproxy[] entry must have path and http.urlauthorization.dynamicClientRegistration.enabled is true:
authorization.serverMetadataProxyEnabled must also be truedexGRPCClient.addr must be setdexGRPCClient TLS fields are set, all three must be present (tlsCert, tlsKey, tlsClientCA)host must parse as a valid URLauthorization.server must parse as a valid URLproxy[].http.url must parse as a valid URLproxy[].webhook.url (if set) must parse as a valid URLproxy[].path values should not conflict (no duplicates)Config: [path]
Status: VALID / INVALID
Errors: [list any validation failures]
Warnings: [list any potential issues]
Routes: [count] proxy routes configured
Auth: [enabled/disabled for each route]
Telemetry: [enabled/disabled for each route]
Webhooks: [count] webhook endpoints configured