원클릭으로
git4d-schema
Git4D Schema Auditor - Validate Git4D configurations, schema definitions, and DevOps pipeline integrity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Git4D Schema Auditor - Validate Git4D configurations, schema definitions, and DevOps pipeline integrity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze system architecture, design patterns, module boundaries, and scalability. Provide high-level design recommendations and architectural decision records (ADR).
Blender CAD modeling automation skill with STEP/IGES import, Geometry Nodes, and USD export support.
Advanced build management agent that provides high-performance incremental compilation, hot reload capabilities, and intelligent build orchestration. Features MD5-based change detection, process management, and multi-platform deployment support with tqdm progress visualization.
Diagnose LINE and Telegram credential readiness versus live roundtrip readiness through Hypura Harness without exposing tokens or raw routing ids.
Comprehensive CI/CD integration agent that manages continuous integration and deployment pipelines with automated quality assurance, multi-platform support, and intelligent workflow orchestration. Seamlessly integrates with GitHub Actions, GitLab CI, Jenkins, CircleCI, and Azure DevOps for end-to-end DevOps automation.
Advanced code analysis agent that performs comprehensive code reviews focusing on security, performance, maintainability, and best practices. Generates actionable feedback with severity levels and automated fix suggestions.
| name | git4d-schema |
| description | Git4D Schema Auditor - Validate Git4D configurations, schema definitions, and DevOps pipeline integrity. |
| short_description | Git4D Schema Auditor - Validate Git4D configurations, schema definitions, and DevOps pipeline integrity. |
Cursor Integration: This skill is auto-discovered by Cursor. It activates based on the task description matching the skill's capabilities.
Git4D Schema Auditor validates Git4D configurations, schema definitions, and DevOps pipeline integrity. Ensures all Git4D configurations follow best practices and maintain pipeline consistency.
This skill uses the following Cursor-native tools:
| Tool | Purpose |
|---|---|
Read | Read files from the codebase |
Grep | Search for patterns in code (regex) |
SemanticSearch | Find code by meaning, not exact text |
Write | Create new files |
StrReplace | Edit existing files with precise replacements |
Shell | Execute terminal commands |
WebSearch | Search the web for documentation/references |
WebFetch | Fetch content from URLs |
Task | Launch subagents for complex parallel work |
ReadLints | Check for linter errors after edits |
.git4d/
├── schema/
│ ├── v1.0/
│ │ ├── pipeline.schema.json
│ │ ├── config.schema.json
│ │ └── runtime.schema.json
│ └── current -> v1.0/
├── configs/
│ ├── pipeline.yaml
│ ├── runtime.yaml
│ └── deployment.yaml
└── .git4drc
| Rule | Severity | Description |
|---|---|---|
| required_fields | Error | Required fields must exist |
| type_check | Error | Fields must have correct types |
| enum_values | Error | Enum fields must have valid values |
| pattern_match | Warning | String fields must match patterns |
| best_practice | Info | Should follow best practices |
pipeline:
stages:
- name: build
type: docker
image: rust:1.75
- name: test
type: shell
script: cargo test
- name: deploy
type: approval
requires: test
runtime:
gpu:
required: true
min_memory: "16GB"
cuda_version: "12.0"
cpu:
cores: 4
architecture: "x86_64"
The git4d-schema agent provides:
Schema validation report
Configuration audit results
Pipeline integrity status
Best practices scorecard
Version compatibility matrix
$ the skill-install skill https://github.com/zapabob/codex-git4d-schema-skill` Version: 1.0.0