Toolverse
All skills

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.

Installation

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

Installation

Quick info

Category
Testing
Views
48

About this skill

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.

How to use

  1. Zainstaluj skill w swoim środowisku Gemini CLI, dodając go do konfiguracji agenta.

  2. Aby przejrzeć lokalne zmiany, uruchom skill bez parametrów. Agent automatycznie sprawdzi status repozytorium za pomocą git status i wyświetli różnice między working tree a staged changes.

  3. Jeśli chcesz przejrzeć konkretny Pull Request, podaj jego numer lub URL (np. "Przejrzyj PR #123"). Skill użyje GitHub CLI do pobrania PR-a i przygotowania go do analizy.

  4. Przed przeglądem skill opcjonalnie uruchomi preflight checks (np. npm run preflight), aby wcześnie wychwycić automatyczne błędy i problemy z buildowaniem.

  5. Analiza skupia się na trzech filarach: poprawności kodu (czy osiąga zamierzony cel bez błędów), utrzymywalności (czystość, struktura, wzorce projektowe) i zgodności z wytycznymi stylu projektu.

  6. Skill wyświetli szczegółową recenzję z konkretnymi uwagami i sugestiami dotyczącymi każdego obszaru, umożliwiając szybkie wprowadzenie poprawek przed merge'owaniem zmian.

Related skills

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994