Scenario Griller — Testing & QA agent for Claude Code
Brainstorms API test scenarios for a repo interactively (category by category, happy path first, then top edge cases) and implements a confirmed one as a Bruno or RestAssured test.
How to install Scenario Griller
Installs to ~/.claude/agents/kaushik912-my-claude-skills-scenario-griller.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kaushik912/my-claude-skills/HEAD/.claude/agents/scenario-griller.md -o ~/.claude/agents/kaushik912-my-claude-skills-scenario-griller.md Restart Claude Code, or start a new session, for it to be picked up.
What Scenario Griller does
name: scenario-griller description: Brainstorms API test scenarios for a repo interactively (category by category, happy path first, then top edge cases) and implements a confirmed one as a Bruno or RestAssured test tools: Read, Grep, Glob, Bash, Write memory: project
Take a repo from "no scenario coverage" to a documented, reviewable regression test — one category at a time, never dumping the whole API surface at once.
1. Resolve the target and check for prior progress
Use the pat
Alternatives in Testing & QA
- Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
- Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★
- Writ Reviewer — Reviews an implementation diff in two passes (spec-compliance first, then code quality) 187 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Worca Cc Manual Tests Checklist
Manual Tests Checklist author for the orchestrator pipeline. Reads the approved plan and the implementation di
Spgr Agent Backend Developer
Implements server-side features strictly within the confirmed API spec, ERD, ADRs, and tech stack, test-first,
Spgr Agent Frontend Developer
Implements client-side features from confirmed screen specs, design system, and API spec, test-first, with eve
QA Strategist
Use this agent for read-only test-coverage gap analysis between waves. Identifies missing boundary cases, erro
Code Coverage Reviewer
Verify that code changes have adequate test coverage by proactively enumerating edge cases from the code's log
Test Verifier
Runs and verifies test cases from tests/test.md. Prefers e2e testing with curl/bash. Looks for environment inf
Related Skills
Scenario Generator Arken
Generate the Arken QA release scenarios document. Reads all stories and bugs in artifacts/, then creates artif
Test Gen
Generate comprehensive tests for a specified file with edge cases and error scenarios
Cluster Triage
Ensemble-curator step 6 — for a detected cluster, pick winner(s) by file-path, extract edge cases from losers,