Toolverse
All skills

coderabbit-local-dev-loop

by jeremylongshore

Configure CodeRabbit local development with hot reload and testing.\nUse when setting up a development environment, configuring test workflows,\nor establishing a fast iteration cycle with CodeRabbit.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing

About this skill

Configure CodeRabbit local development with hot reload and testing.\nUse when setting up a development environment, configuring test workflows,\nor establishing a fast iteration cycle with CodeRabbit.\nTrigger with phrases like \

How to use

  1. Zainstaluj CodeRabbit CLI, uruchamiając w terminalu polecenie curl -fsSL https://cli.coderabbit.ai/install.sh | sh, a następnie sprawdź wersję za pomocą cr --version. Zaloguj się do konta CodeRabbit poleceniem cr auth login — otworzy się przeglądarka do autoryzacji OAuth.

  2. Przygotuj zmiany do recenzji: dodaj wszystkie pliki do staging-u poleceniem git add -A, a następnie uruchom cr review. Skill przeanalizuje zmianę i wyświetli recenzję AI w terminalu.

  3. Jeśli chcesz przejrzeć tylko wybrane pliki, użyj cr review src/api/routes.ts src/middleware/auth.ts — podaj ścieżki oddzielone spacją.

  4. Aby zadawać pytania o feedback z recenzji, uruchom cr review --interactive — wejdziesz w tryb dialogu z AI.

  5. Dla zaawansowanych scenariuszy (integracja z innymi narzędziami) użyj cr review --prompt-only, które wyświetli wynik w formacie tekstowym bez formatowania.

  6. Opcjonalnie: zintegruj recenzję z git hook-iem pre-push, aby automatycznie uruchamiać CodeRabbit przed wysłaniem zmian na serwer — szczegóły w dokumentacji CLI.

Related skills

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

playwright

by BloomBooks

How to make good playwright (e2e) tests for this project.

Testing
1298

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

nextjs-developer

by zenobi-us

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimization, and production deployment with focus on building fast, SEO-friendly applications.

Testing
166226

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190