Toolverse
All skills

resolve-checks

by flowglad

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

Quick info

Author
flowglad
Category
Testing
Views
1

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

  1. Sprawdź nazwę swojego brancha poleceniem git branch --show-current, aby upewnić się, że pracujesz na właściwej gałęzi z otwartym pull requestem.

  2. Uruchom lokalnie pełny zestaw testów w kolejności: najpierw bun run check (sprawdzenie typów i linting), następnie bun run test:backend (testy jednostkowe i bazodanowe), potem bun run test:frontend (testy frontendu), bun run test:rls (testy RLS uruchamiane szeregowo), bun run test:integration (testy end-to-end) i na koniec bun run test:behavior jeśli masz dostępne kredencjały.

  3. 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.

  4. Gdy wszystkie testy przejdą lokalnie, skill zintegruje ważne uwagi z code review, które otrzymałeś od recenzentów, i zaproponuje zmiany.

  5. Zweryfikuj, że wszystkie sprawdzenia CI przechodzą na platformie GitHub po wdrożeniu poprawek.

  6. Gdy wszystko jest gotowe, możesz bezpiecznie mergować pull request na główny branch.

Related skills