원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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