Устранение ошибок CI и замечаний код-ревью

testing

resolve-checks is a Claude Code skill that systematically resolves failing CI checks and addresses PR review feedback on the current branch. It runs the local test suite in a fixed sequence — type checking and linting via `bun run check`, then backend, frontend, RLS, and integration tests — requiring each stage to pass before moving on. Once local tests are green, it checks CI status through GitHub MCP and investigates environment-specific failures or flaky tests by diagnosing root causes rather than blindly re-running pipelines. The skill is built for developers who need to get a pull request merge-ready when CI is red, review comments are unresolved, or intermittent test failures block progress.