What problem does it solve?
Failing CI checks and unresolved PR review comments block merges and waste time on slow CI round-trips. This Skill runs the full test suite locally first, diagnoses failures, fixes flaky tests at the root cause, and systematically addresses reviewer feedback until the PR is green.
Core Features & Use Cases
- Local-First Test Execution: Runs type checking, linting, unit, database, RLS, frontend, integration, and behavior tests sequentially before checking CI status.
- Flaky Test Diagnosis: Identifies non-deterministic data, race conditions, timing dependencies, and shared-state issues, then fixes the underlying cause instead of re-running CI.
- PR Review Feedback Triage: Categorizes each review comment as actionable, intentional, already addressed, or invalid, then implements fixes or replies with rationale.
- Use Case: After pushing a branch, CI shows a failing RLS test and a reviewer requested changes. Use this Skill to reproduce the failure locally, fix the policy, address the comments, push, and verify all checks pass.
Quick Start
Resolve all failing CI checks and address review feedback on my current branch's pull request.