Toolverse
All skills

bump-tantivy

by quickwit-oss

Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR

Installation

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

Installation

Quick info

Category
Backend

About this skill

Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR

How to use

  1. Upewnij się, że jesteś na gałęzi main — skill sprawdzi bieżącą gałąź i poprosi o przełączenie, jeśli będzie to konieczne.
  2. Skill pobierze najnowszy commit z głównej gałęzi Tantivy i zaktualizuje pole rev w pliku quickwit/Cargo.toml.
  3. Uruchomi cargo check w katalogu quickwit — jeśli pojawią się błędy kompilacji, naprawisz je razem ze skillem (proste zmiany naprawi automatycznie, złożone wymagają Twojej zgody).
  4. Sformatuje kod za pomocą make fmt i zaktualizuje licencje trzecich stron poleceniem make update-licenses.
  5. Skill utworzy nową gałąź o nazwie {username}/bump-tantivy-{data}, zatwierdzi wszystkie zmiany i wypchnął je na serwer.
  6. Na koniec otworzy pull request, który będzie gotowy do przeglądu przez zespół.

Related skills

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163