Spec Edge Case Auditor banner
SprocketLab SprocketLab

Spec Edge Case Auditor

Security community

Description

--- name: spec-edge-case-auditor description: Use this agent when you need to audit test coverage against a specification to identify missing edge cases. This agent analyzes specs to extract implicit edge cases, compares them against existing tests, adds missing test cases, and validates whether test failures indicate solution bugs or test issues.\n\nExamples:\n\n<example>\nContext: User wants to verify test coverage for a problem checkpoint.\nuser: "Check if the tests for file_backup checkpoint

Installation

Installs to ~/.claude/agents/sprocketlab-slop-code-bench-spec-edge-case-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SprocketLab/slop-code-bench/HEAD/.claude/agents/spec-edge-case-auditor.md -o ~/.claude/agents/sprocketlab-slop-code-bench-spec-edge-case-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository