Toolverse
All skills

debug-ci

by Sovereign-Labs

Debug failed CI tests by fetching workflow logs from GitHub Actions and analyzing failures. Use when the user mentions CI failures, test failures, or wants to understand why their PR's CI is failing.

Installation

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

Installation

Quick info

Category
Testing
Views
1

About this skill

Debug failed CI tests by fetching workflow logs from GitHub Actions and analyzing failures. Use when the user mentions CI failures, test failures, or wants to understand why their PR's CI is failing.

How to use

  1. Zainstaluj GitHub CLI (gh) i uwierzytelnij się poleceniem gh auth login. Skill wymaga dostępu do workflow'ów GitHub Actions.

  2. Uruchom skill, gdy napotkasz błąd CI w pull requestcie. Skill automatycznie pobierze numer PR z bieżącego brancha lub użyje nazwy brancha, jeśli PR nie istnieje.

  3. Skill pobierze ostatni workflow "Rust" dla Twojego brancha, wylistuje wszystkie zadania (jobs) z ich statusami i ID.

  4. Pobierze logi wszystkich zadań do lokalnego katalogu ci-logs/pr-<numer>/ lub ci-logs/branch-<nazwa>/, usuwając kody kolorów ANSI.

  5. Przeanalizuje pobrane logi w poszukiwaniu wzorców błędów: FAILED, error[E, panicked at, assertion failed. Skill wyodrębni nazwy testów i komunikaty błędów.

  6. Porówna logi z różnicą PR (gh pr diff), aby skorelować błędy ze zmianami w kodzie. Skill zaklasyfikuje błędy jako rzeczywiste (błąd w zmienianym kodzie), flaky (znane niestabilne testy) lub infrastrukturalne (timeout, problemy sieciowe).

  7. Otrzymasz podsumowanie z numerem PR, tytułem, listą błędów i rekomendacjami dotyczącymi następnych kroków.

Related skills

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

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

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

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

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893