ACE - Test
Testing knowledge base for ACE — guides, patterns, and workflows for fast, reliable tests.
Works with: Claude Code, Codex CLI, OpenCode, Gemini CLI, pi-agent, and more.
Getting Started | Usage Guide | Handbook - Skills, Agents, Templates
ace-test is the handbook and workflow package for testing in ACE. It centralizes strategy guides, workflow instructions, and skill entry points for agents and developers. Use ace-test-runner when you need to execute tests; use ace-test when you need to plan, review, or improve them.
How It Works
- Load test planning and strategy content through protocol URLs (
guide://,wfi://,agent://) via ace-bundle. - Invoke agent skills like
/as-test-planor/as-test-fixto drive structured test workflows with full context. - Apply review, coverage, and optimization guidance to improve suite quality iteratively.
Use Cases
Plan test coverage before implementation starts - use /as-test-plan and /as-test-create-cases to map expected behavior, ownership, and verification checkpoints before writing code.
Repair failing tests with a repeatable workflow - use /as-test-fix to follow structured failure triage and fix loops that isolate regressions quickly and restore green runs with evidence.
Improve suite quality over time - use /as-test-improve-coverage and /as-test-performance-audit to identify weak spots, prioritize upgrades, and keep the fast loop healthy alongside ace-test-runner execution.
Standardize review quality for test code - use /as-test-review for dedicated test review workflows covering mock quality, layering fit, and maintainability.
Verify full-suite health - use /as-test-verify-suite to confirm that the complete test suite passes after changes, coordinating with ace-test-runner for execution.
Testing Contract
This package is fast-only in the ACE testing model.
- Deterministic coverage lives under
test/fast/. - This migration does not introduce
test/feat/ortest/e2e/for this package.
Verification commands:
ace-test ace-testace-test ace-test all
Getting Started | Usage Guide | Handbook - Skills, Agents, Templates | Part of ACE