Toolverse
All skills

check-code-quality

by r3bl-org

Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and before creating commits.

Installation

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

Installation

Quick info

Author
r3bl-org
Category
Testing
Views
1

About this skill

Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and before creating commits.

How to use

  1. Upewnij się, że masz dostęp do repozytorium r3bl-open-core i jesteś w głównym katalogu projektu.

  2. Aby uruchomić pełne sprawdzenie jakości (rekomendowane), wykonaj polecenie ./check.fish --full. Skrypt automatycznie uruchomi wszystkie kontrole w kolejności: typecheck, build, clippy, testy, doctesty i dokumentację.

  3. Jeśli potrzebujesz szybszego sprawdzenia, użyj ./check.fish --check do weryfikacji kompilacji bez generowania artefaktów, lub ./check.fish --build do pełnej kompilacji kodu produkcyjnego.

  4. Dla bardziej szczegółowych kontroli możesz uruchomić poszczególne kroki: ./check.fish --clippy dla lintingu, ./check.fish --test dla testów, lub ./check.fish --doc dla dokumentacji.

  5. Skrypt automatycznie obsługuje błędy kompilatora (ICE), czyszcząc cache i ponownie próbując, a także wykrywa zmiany w konfiguracji i usuwa nieaktualne artefakty.

  6. Uruchom to narzędzie po zakończeniu zmian w kodzie i przed utworzeniem commita lub pull requesta.

Related skills

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

langgraph-docs

by langchain-ai

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

Testing
23127

creating-financial-models

by anthropics

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

Testing
25137

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

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862