ag-ciclo-testes

Automate the Test-Fix-Retest cycle with up to three convergence cycles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full autonomous Test-Fix-Retest cycle to speed up debugging iterations and ensure consistent documentation for faster convergence.

Core Features & Use Cases

  • End-to-end autonomous cycle: baseline, triage, fixes sprints, retest, and final reporting.
  • Convergence control: up to 3 cycles with automatic documentation of SKIPs.
  • Comprehensive deliverables: baseline report, triage notes, committed fixes, retest comparison, and final report.

Quick Start

Spawn the ag-ciclo-testes agent and start a 3-cycle Test-Fix-Retest workflow on your project path.

Frequently Asked Questions about ag-ciclo-testes

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

FAQPage Schema
How do I automate a Test-Fix-Retest cycle for software debugging?

Autonomous test-fix-retest cycles automate iterative debugging workflows by generating baselines, triaging failures, applying fixes, and validating results. This provides structured convergence control with comprehensive documentation of outcomes.

What is an autonomous agent test-fix-retest cycle and how does it work?

Autonomous test-fix-retest cycles use agent-subagent orchestration with isolated fork contexts to execute baseline generation, triage, fixes, and retests. This ensures consistent quality assurance and structured documentation across iterations.

How many convergence cycles can the autonomous test-fix-retest workflow run?

The autonomous test-fix-retest workflow executes up to three convergence cycles, automatically generating SKIP documentation for unresolved issues. This bounded iteration approach ensures controlled debugging sprints with structured output artifacts.

What deliverables and reports are generated from autonomous test triage?

Autonomous test triage produces structured output artifacts including baseline reports, triage notes, committed fix diffs, retest comparisons, and final convergence reports. These deliverables ensure consistent documentation of the entire quality assurance workflow.

Do I need agent-subagent orchestration to run autonomous test automation?

Yes, autonomous test automation requires agent-subagent orchestration with isolated execution using fork context. This architecture enables safe baseline generation, triage, and fix application across convergence cycles without affecting the main codebase.

Why does test automation require isolated execution with fork context?

Isolated execution with fork context is required to safely apply fixes and validate changes during retest cycles. This prevents uncommitted modifications from affecting the main codebase during autonomous triage and debugging sprints.