Toolverse
All skills

read-unmodified-c-module

by RediSearch

Read the source of the C module we are working on, before we made any changes.

Installation

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

Installation

Quick info

Category
Backend
Views
2

About this skill

Read the source of the C module we are working on, before we made any changes.

How to use

  1. Zainstaluj umiejętność w swoim środowisku agenta, upewniając się, że masz dostęp do repozytorium RediSearch i skonfigurowanego gita.

  2. Przygotuj ścieżkę do modułu, który chcesz przejrzeć. Możesz podać pełną ścieżkę (np. src/numeric_range_tree) lub skróconą bez przedrostka src/ (np. numeric_range_tree) — system automatycznie doda brakujący prefiks.

  3. Wywołaj umiejętność z nazwą modułu jako argumentem. Dla pojedynczego modułu: read-unmodified-c-module numeric_range_tree. Dla wielu modułów na raz: read-unmodified-c-module numeric_range_tree aggregate/aggregate_debug.

  4. Umiejętność pobierze plik nagłówkowy (.h) i plik implementacyjny (.c) z gałęzi master repozytorium, pokazując kod w stanie przed zmianami.

  5. Porównaj wyświetlony kod z bieżącą wersją, aby zidentyfikować wprowadzone modyfikacje i zrozumieć historię zmian w module.

Related skills