원클릭으로
verify-skill-migration
Validator-backed migration QA for Codex skills and related docs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validator-backed migration QA for Codex skills and related docs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Migrate Claude-era skills into native Codex skill artifacts with a preservation-first workflow. Also migrate project-local Claude slash commands and command hooks in batch mode as review-required Codex artifacts. Classify migration risk, preserve control shape, validate runtime-coupling leaks, and require a Codex nativeness audit before calling the result native. Use for "migrate skill to codex", "convert skill to codex", "port skills", or "codex compatibility". This skill does not migrate agents.
Migrate Claude agent definitions (.claude/agents/*.md) to Codex-compatible markdown or TOML outputs under `.codex/agents/`. Strips frontmatter, maps fields to native Codex contracts, normalizes MCP namespaces, and classifies agents into 3 tiers. Includes adversarial cross-model review (GPT-5.4 inline native sub-agent) with auto-fix loop before completion. Use when asked to "migrate agents to codex", "convert agents", or "port agent definitions". Pipeline stage: CODE → VERIFY.
Minimal placeholder commit helper for public migration examples.
Minimal placeholder skill for public migration examples.
Codex-native migration analysis dashboard for Claude→Codex skills and agents. Reads `migration-state.json` to report progress, drift, velocity, nativeness-review state, validator results, and next-batch recommendations. Use for "migration status", "what should I migrate next", "migration progress", or "migration dashboard".
Create or update hello-world.txt with a Codex greeting. Use when you need a minimal instruction-only Agent Skill example with explicit verification.
| name | verify-skill-migration |
| description | Validator-backed migration QA for Codex skills and related docs |
Use the canonical migration validator after each batch and before finalizing a migrated skill set.
The validator implementation lives at:
.codex/skills/verify-skill-migration/scripts/validate_skill_migration.pyUse the stable repo entrypoint for normal runs:
python3 tools/migration_support/validate_names.py
structural-integrityfrontmatterSKILL.md entrypoints onlyname and descriptionallowed-tools, effort, metadataline-countSKILL.md file reaches 500+ linesreferencesreferences/ directories under the scan scopereferences/ directoriesskill-remnantsstale-pathsSource: and Generated by:operator-guidance/.codex/...references/... and scripts/... before repo-root pathsagent-dependencies.codex/agents/*.toml as authoritative runtime contracts.codex/agents/*.md references satisfy dependency resolutionagent-flatteningspawn_agent(...) appears to lose explicit opus / sonnet / haiku runtime intentmodel or reasoning_effort overridesagent-api-shapewait_agent(...) call shapesexecutable-primitivesenvironment-readiness.codexconfig.toml when presenthooks.json and checks referenced hook commands/scriptsAGENTS.md--strict-environment-readiness when these host warnings should failRun the full validator during post-flight:
python3 tools/migration_support/validate_names.py
Run a targeted scope:
python3 tools/migration_support/validate_names.py \
--scan-dir .codex/skills/verify-skill-migration
Run specific checks only:
python3 tools/migration_support/validate_names.py \
--check frontmatter \
--check cross-references \
--check operator-guidance \
--check agent-dependencies \
--check agent-api-shape
Run environment readiness against the repo-local Codex config:
python3 tools/migration_support/validate_names.py \
--check environment-readiness \
--codex-home .codex
List available checks:
python3 tools/migration_support/validate_names.py --list-checks
FAIL: migration blockers or invalid Codex artifactsWARN: quality issues that should be reviewed but do not block executionPASS: no findings