ag-testar-codigo

Generate and execute unit and integration tests with vitest, jest, or pytest, logging failures to errors-log.md.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-testar-codigo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-testar-codigo
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-testar-codigo
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-testar-codigo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cria e executa testes unitários e de integração para validar a lógica do código, registrando falhas em errors-log.md.

Core Features & Use Cases

  • Gera e executa testes unitários e de integração automaticamente para projetos de software.
  • Registra falhas em errors-log.md durante a execução.
  • Suporta frameworks como vitest, jest, e pytest, com execução distribuída por equipes de agentes quando aplicável.

Quick Start

Use this skill to automatically generate and run unit and integration tests for your project and log failures to errors-log.md.

Frequently Asked Questions about ag-testar-codigo

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

FAQPage Schema
How do I automate unit and integration testing for my codebase?

You can automate unit and integration testing by spawning agent subcomponents to generate tests, run them with frameworks like vitest, jest, or pytest, and log any execution failures to errors-log.md.

Can I generate and run tests in parallel across modular architectures?

Yes, parallel test generation and execution across modular architectures is supported through distributed agent teams, applying to local development environments and CI pipelines.

How does automated test generation handle test execution failures?

Automated test generation handles execution failures by running the generated unit and integration tests with the target framework and logging the specific failures into an errors-log.md file.

Does this automated testing approach work with multiple testing frameworks?

Yes, this automated testing approach works with multiple frameworks including vitest, jest, and pytest, applying to codebases across various languages and environments.

What is the best way to validate code logic automatically in a CI pipeline?

The best way to validate code logic automatically in a CI pipeline is to use automated test generation and execution to run unit and integration tests, capturing any logic failures in an errors log.