REPO_B Shim Preflight and Doc Sync
Use this skill for PR-readiness and governance updates.
Workflow
- •Run required preflight commands for the change scope.
- •Capture command evidence and failures with explicit repro notes.
- •Keep docs in lockstep for behavior changes.
- •Add target-PC rerun steps when hardware-only checks cannot run locally.
Required Preflight Profiles
powershell
pwsh -File tools/preflight.ps1 -Fast pwsh -File tools/preflight.ps1 -Node pwsh -File tools/preflight.ps1 -Hardware -ForceReal -repo_bOnly -VerboseOutput
bash
python tools/preflight.py
Documentation Lockstep
Review and update together when behavior changes:
- •
README.md - •
docs/PROJECT_SCOPE.md - •
docs/SCOPE_TRACKER.md
References
- •PR gate checklist:
references/pr-gate-checklist.md