Toolverse
All skills

ci-test-failures

by dotnet

Guide for diagnosing and fixing CI test failures using the DownloadFailingJobLogs tool. Use this when asked to investigate GitHub Actions test failures, download failure logs, or debug CI issues.

Installation

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

Installation

Quick info

Author
dotnet
Category
Testing
Views
2

About this skill

Guide for diagnosing and fixing CI test failures using the DownloadFailingJobLogs tool. Use this when asked to investigate GitHub Actions test failures, download failure logs, or debug CI issues.

How to use

  1. Zdobądź identyfikator uruchomienia (run ID) z adresu URL GitHub Actions (liczba po /runs/) lub użyj polecenia gh CLI: gh run list --repo microsoft/aspire --branch nazwa-gałęzi --limit 1 --json databaseId --jq '.[0].databaseId'. Dla pull requestów użyj: gh pr checks numer-pr --repo microsoft/aspire.

  2. Przejdź do katalogu narzędzi: cd tools/scripts

  3. Uruchom narzędzie DownloadFailingJobLogs z identyfikatorem uruchomienia: dotnet run DownloadFailingJobLogs.cs -- identyfikator-uruchomienia (np. dotnet run DownloadFailingJobLogs.cs -- 19846215629)

  4. Czekaj na pobranie logów i artefaktów. Narzędzie automatycznie pobiera logi ze wszystkich nieudanych zadań oraz pliki artefaktów.

  5. Przeanalizuj wygenerowane pliki w bieżącym katalogu: pliki o nazwie failed_job_* zawierają surowe logi z GitHub Actions, pliki artifact_*.zip to pobrane artefakty, a rozpakowane katalogi zawierają pliki .trx, logi i binlogi do szczegółowej analizy.

  6. Użyj informacji z logów i artefaktów do zidentyfikowania przyczyny błędu testu i naprawy problemu w kodzie.

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

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

polymarket-trader

by openclaw

Query Polymarket prediction markets - trending events, crypto, politics, sports, and search

Testing
14142

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

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

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103