AgentSkillsCN

test-fixing

运行测试,并通过智能错误分组,系统性地修复所有失败的测试。当用户请求修复失败的测试、提及测试失败、运行测试套件却出现失败,或希望让测试顺利通过时,可使用此功能。

SKILL.md
--- frontmatter
version: 4.1.0-fractal
name: test-fixing
description: Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.

Test Fixing

Systematically identify and fix all failing tests using smart grouping strategies.

When to Use

  • Explicitly asks to fix tests ("fix these tests", "make tests pass")
  • Reports test failures ("tests are failing", "test suite is broken")
  • Completes implementation and wants tests passing
  • Mentions CI/CD failures due to tests

Systematic Approach

🧠 Knowledge Modules (Fractal Skills)

1. 1. Initial Test Run

2. 2. Smart Error Grouping

3. 3. Systematic Fixing Process

4. 4. Fix Order Strategy

5. 5. Final Verification