원클릭으로
governance-validator
Validate FCVW structure, schemas, ownership, states, and clean-template boundaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Validate FCVW structure, schemas, ownership, states, and clean-template boundaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Security and privacy review for scoped changes.
Evidence-based gate for creating a new skill or agent profile.
UI, accessibility, and interaction-quality review.
Performance investigation using reproducible measurements.
Markdown and governance structure lint checklist.
Create a bounded session handoff with collision-resistant identity.
| schema | fcvw/skill@1 |
| name | governance-validator |
| description | Validate FCVW structure, schemas, ownership, states, and clean-template boundaries. |
| version | 1.2.0 |
| trigger_keywords | ["validate governance","verify filesystem","plan state","validar governança","context map","reading trigger","orphan policy","integridade do framework"] |
| session_types | ["audit","release","framework_upgrade"] |
Evaluate the human-readable FCVW invariants. The optional script automates deterministic checks; this skill owns interpretation and remediation decisions.
clean-template: project-profile placeholders are allowed; application histories and contamination are forbidden.instantiated: required project profiles must be complete.incremental: new violations fail; exact legacy baseline findings are reported but do not block.strict: all applicable findings block.SCHEMAS.md, OWNERSHIP.md, FRAMEWORK_LOCK.md;FILESYSTEM.md canonical path/glob coverage.python tools/validate_fcvw.py --root . --profile <profile>
For controlled legacy debt:
python tools/validate_fcvw.py --root . --profile incremental --baseline path/to/legacy-baseline.md
Scripts do not auto-correct historical evidence. Review every proposed remediation and keep the report attached to the active plan or release.
List command/profile, passed checks, new failures, reading-route gaps, baseline findings, corrections, and residual risk.
Exit only when blocking findings are resolved or explicitly accepted by authorized scope, and no new debt is suppressed as legacy.