Files
rtu_v5/.opencode/commands/gsd/gsd-check-profile.md
2026-05-29 14:48:36 +08:00

1.1 KiB

name, description, permissions
name description permissions
gsd-check-profile Validate gsd-opencode profile configuration
read bash
true true
Validate gsd-opencode profile configuration across both `opencode.json` and `.planning/oc_config.json`, then report results.

Routes to the oc-check-profile workflow which handles:

  • Validating all agent model IDs exist in the opencode models catalog
  • Validating gsd-opencode profile structure and current profile exists
  • Reporting results with severity classification (OK/WARNING/ERROR)
  • Recommending /gsd-set-profile when issues are found

<execution_context> @./.opencode/get-shit-done/workflows/oc-check-profile.md </execution_context>

**Follow the oc-check-profile workflow** from `@./.opencode/get-shit-done/workflows/oc-check-profile.md`.

The workflow handles all logic including:

  1. Running both validations (check-opencode-json and check-config-json)
  2. Classifying results by severity (OK/WARNING/ERROR)
  3. Reporting results with structured diagnostic output
  4. Recommending /gsd-set-profile when errors are found