run-tests

Execute unit and integration tests, analyze failures, and re-run to verify corrections.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill run-tests-jaimejunr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-tests
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/run-tests
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill run-tests-jaimejunr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este skill executa todos os testes (unitários e de integração), analisa falhas e corrige de forma ordenada. Use quando o usuário pedir para rodar testes ou corrigir falhas de teste.

Core Features & Use Cases

  • Execução de testes unitários e de integração para qualquer base de código.
  • Análise detalhada de falhas com categorização por tipo e criticidade.
  • Correção guiada: aplica patches ou orienta o usuário na correção e reexecuta os testes.
  • Documenta mudanças, gera relatório de falhas e valida a estabilidade após as correções.

Quick Start

Peça para rodar todos os testes do projeto, analisar falhas e aplicar correções de forma ordenada.

Frequently Asked Questions about run-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run unit and integration tests and fix failures systematically?

To run unit and integration tests systematically, execute all tests, capture complete output, and identify failures in a reproducible workflow. Analyze failures, prioritize fixes by impact, apply corrections one issue at a time, and re-run tests to verify results.

What is the best way to analyze test failures and prioritize fixes?

Analyzing test failures involves capturing complete test output and categorizing failures by type and criticidade. Prioritize fixes by impact, applying corrections one issue at a time, then re-run tests to validate stability and generate a detailed failure report.

Does this test automation workflow detect project frameworks and check environment readiness?

This test automation workflow ensures environment readiness and performs framework detection automatically. It executes tests for any codebase, capturing complete output to identify failures and apply ordered corrections without requiring manual framework configuration.

Can I use this to apply patches and re-run tests to verify corrections?

Yes, you can apply patches or receive guided corrections to fix test failures. After applying a correction one issue at a time, the workflow re-runs tests to verify results, ensuring environment stability and documenting changes for future reference.

Why does test automation require reproducible workflows and detailed reporting?

Test automation requires reproducible workflows to ensure environment readiness and consistent failure identification. Detailed reporting documents changes, categorizes failures by criticidade, and validates stability after corrections, guiding future fixes efficiently.