원클릭으로
regen-schema
Regenerate docs/schemas/config.schema.json from the Config struct. Use after editing internal/config/config.go.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Regenerate docs/schemas/config.schema.json from the Config struct. Use after editing internal/config/config.go.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cut a new agnostic-ai release end to end. Use when the user wants to ship a new version (tag + GitHub Release).
Fetch a GitHub issue, create a branch, implement with TDD, and open a PR
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the gh-issue skill, sequentially.
A sample skill for golden snapshot tests.
dos
tres
| name | regen-schema |
| description | Regenerate docs/schemas/config.schema.json from the Config struct. Use after editing internal/config/config.go. |
The JSON Schema published at docs/schemas/config.schema.json is reflected from the config.Config Go struct.
Any of:
config.Config, config.Output, config.Sources, or config.Gitignore.yaml: or json:) on those types.version.go run ./cmd/schemagen from the repo root.git diff docs/schemas/config.schema.json to confirm the change is what you intended.Schema drift job fails if they land separately.Never hand-edit the schema file. The next regen overwrites it.