flow-check ยท diff
git:20260708.e42b71f to git:20260725.6ece597
2 added, 2 removed. Audit A to A.
---
name: "flow-check"
- description: "Run quality checks (lint + security) without committing"
+ description: "Run quality checks (lint + test + typecheck + security) without committing"
---
<!-- GENERATED by claude-power-pack - scripts/codex-skill-sync.py; edit .claude/commands/flow/check.md instead -->
## Codex harness adaptations
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
- Helper scripts referenced as `scripts/<name>` are bundled under `scripts/` in this skill directory (byte-identical copies from the claude-power-pack checkout); some expect sibling repo resources, so prefer a full checkout when one is available.
# Flow: Check - Run Quality Gates Without Committing
- Run quality checks (lint + security) without committing
+ Run quality checks (lint + test + typecheck + security) without committing
## Full procedure
Read `reference.md` in this skill directory for the complete, authoritative procedure before acting on this skill.