Add MiniMax test-writing composite and template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-04-29 09:32:46 +12:00
parent a89829e31d
commit 21bdeb0c0e
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: minimax-test-writer
description: "MiniMax test writing agent — comprehensive tests with edge cases"
model: minimax
harness: test-writing-minimax-repo/v1
requires_tags: [claude-code, test-writer, best-practices, git-access, project-repo]
required_params: [repo_url, agent_repo_url]
defaults:
timeout: 3600
pre_actions:
- type: clone
repo: "{{ repo_url }}"
branch: main
depth: 1
blocked_combinations:
- field: on_success
contains_type: commit_pr
message: "Use agent_repo instead of commit_pr — avoids F77 SSH alias URL bug"
warnings:
- "MiniMax agents work best with tightly scoped tasks — keep prompts directive and specific"
- "MiniMax does NOT support web search or interactive tools — prompts must be self-contained"