resolve-checks
Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.
How to use
Sprawdź nazwę swojego brancha poleceniem
git branch --show-current, aby upewnić się, że pracujesz na właściwej gałęzi z otwartym pull requestem.Uruchom lokalnie pełny zestaw testów w kolejności: najpierw
bun run check(sprawdzenie typów i linting), następniebun run test:backend(testy jednostkowe i bazodanowe), potembun run test:frontend(testy frontendu),bun run test:rls(testy RLS uruchamiane szeregowo),bun run test:integration(testy end-to-end) i na koniecbun run test:behaviorjeśli masz dostępne kredencjały.Naprawiaj błędy na każdym etapie przed przejściem do następnego — nie przeskakuj kroków. Skill pomoże zidentyfikować konkretne problemy w kodzie.
Gdy wszystkie testy przejdą lokalnie, skill zintegruje ważne uwagi z code review, które otrzymałeś od recenzentów, i zaproponuje zmiany.
Zweryfikuj, że wszystkie sprawdzenia CI przechodzą na platformie GitHub po wdrożeniu poprawek.
Gdy wszystko jest gotowe, możesz bezpiecznie mergować pull request na główny branch.