원클릭으로
validate-packages
Validation scripts for work packages, parallel zones, and work results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validation scripts for work packages, parallel zones, and work results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate throughput and quality reports from coordinator audit data and episodic memory
Execute roadmap items iteratively with policy-aware vendor routing and learning feedback
Orchestrate the full plan-review-implement-validate-PR lifecycle with multi-vendor review convergence
Merge approved PR, migrate open tasks, archive OpenSpec proposal, and cleanup branches
Ingest raw session transcripts from coding-agent harnesses via vendor-specific adapters, normalize to a common event schema, triage for struggle signals, and write structured findings to episodic memory
HTTP fallback bridge for coordinator when MCP transport is unavailable
| name | validate-packages |
| description | Validation scripts for work packages, parallel zones, and work results |
| category | Infrastructure |
| tags | ["validation","packages","parallel","infrastructure"] |
| user_invocable | false |
Non-user-invocable infrastructure skill that bundles validation scripts for the parallel workflow.
Validates work-packages.yaml against the JSON schema.
Usage:
python3 "<skill-base-dir>/scripts/validate_work_packages.py" <path-to-work-packages.yaml>
Checks: schema compliance, depends_on references, DAG cycles, lock key canonicalization Exit codes: 0 = VALID, 1 = INVALID (details on stderr)
Validates scope non-overlap for parallel work packages.
Usage:
python3 "<skill-base-dir>/scripts/parallel_zones.py" --validate-packages <path> [--json]
Exit codes: 0 = no overlap, 1 = overlap detected
Validates work results against the work-queue-result schema.
Usage:
python3 "<skill-base-dir>/scripts/validate_work_result.py" <path-to-result.json>
Exit codes: 0 = valid, 1 = invalid
Generic JSON schema validator.
Usage:
python3 "<skill-base-dir>/scripts/validate_schema.py" <schema-path> <document-path>
JSON schema for architecture analysis artifacts.