بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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