بنقرة واحدة
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.