一键导入
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