一键导入
ai-flow-tester
Test and validate Genkit AI flows with sample inputs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Test and validate Genkit AI flows with sample inputs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Automated PR review, fixing, CI monitoring, and merging with hybrid batch/individual strategy
Generate Shadcn/ui components following project conventions
Implements top 3-5 priority GitHub issues in parallel using git worktrees and separate subagents, then creates PRs for each. Use when you want to tackle multiple issues simultaneously.
Analyzes open GitHub issues, prioritizes them by roadmap impact, determines parallel workability with git worktrees, and creates a plan to work on multiple issues simultaneously using sub-agents. Use when planning parallel development work.
基于 SOC 职业分类
| name | ai-flow-tester |
| description | Test and validate Genkit AI flows with sample inputs |
| disable-model-invocation | false |
| argument-hint | [flow-name] [--input FILE] [--compare-output] [--prompt PROMPT] |
| allowed-tools | Bash, Read, Write, Edit, Glob |
Test and validate Genkit AI flows for the Planar Nexus deck coach and opponent generation systems.
/ai-flow-tester ai-deck-coach-review
/ai-flow-tester ai-opponent-deck-generation --input test-deck.json
/ai-flow-tester ai-deck-coach-review --prompt "Analyze this Modern deck: 4x Ragavan, 4x Lightning Bolt..."
/ai-flow-tester ai-deck-coach-review --compare-output
Located in /src/ai/flows/:
ai-deck-coach-review - Analyzes decklists and generates strategic suggestions
ai-opponent-deck-generation - Creates AI opponent decks
/src/ai/flows/{
"decklist": "4x Ragavan, Nimble Pilgrim\n4x Lightning Bolt\n4x Murktide Regent\n...",
"format": "Modern",
"focus": "overall"
}
{
"format": "Modern",
"difficulty": "intermediate",
"archetype": "aggro",
"colorIdentity": "red"
}
/ai-flow-tester ai-deck-coach-review --prompt "4x Lightning Bolt, 4x Lava Spike, 20x Mountain"
/ai-flow-tester ai-opponent-deck-generation --input src/ai/flows/test-inputs/opponent-deck.json --compare-output
/ai-flow-tester ai-deck-coach-review --prompt "Analyze this Legacy Storm deck..."
# Review output, then refine:
/ai-flow-tester ai-deck-coach-review --prompt "Analyze this Legacy Storm deck. Focus on combo consistency and mana base optimization."
Flows are configured in /src/ai/genkit.ts:
gemini-1.5-flash-latestFlows are invoked via server actions in /src/app/actions.ts with 'use server' directive.
.env--delay flag between rapid tests