بنقرة واحدة
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 المهني
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
OpenBao/Vault credential seeding and management scripts
Comprehensive project health diagnostic — collects signals from CI tools, existing reports, deferred issues, and code markers into a prioritized finding report
Generate changelog entries and suggest semantic version bumps from git history
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.
<skill-base-dir>/scripts/validate_work_packages.pyValidates 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)
<skill-base-dir>/scripts/parallel_zones.pyValidates 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
<skill-base-dir>/scripts/validate_work_result.pyValidates 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
<skill-base-dir>/scripts/validate_schema.pyGeneric JSON schema validator.
Usage:
python3 "<skill-base-dir>/scripts/validate_schema.py" <schema-path> <document-path>
<skill-base-dir>/scripts/architecture_schema.jsonJSON schema for architecture analysis artifacts.