Проверка ветки перед отправкой в CI

general

ci-readiness-check is a Claude Code skill that verifies a FluidFramework branch is ready for CI before pushing, catching common failures early. It offers four modes: Skip, Check (auto-fixes formatting, policy, and syncpack on changed packages), Build (Check plus building unbuilt packages, ESLint, and regenerating API reports and type tests), and Test (Build plus running the test suite). The bundled `ci-readiness-check.sh` script runs `fluid-build --task checks:fix` from the repo root, detects changed packages, and reports remaining failures and uncommitted files. When `@fluidframework/tree` is among the changed packages, the skill also handles cascading API report regeneration to aggregator packages like `fluid-framework`. Aimed at FluidFramework contributors who want to surface stale API reports, policy violations, and dependency sync issues locally rather than in the CI pipeline.