kaushik912

Scenario Griller — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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 Repository