Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:reference:verification-patterns

Verification patterns for GSD quality assurance

Install in Claude Code
Copy
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-reference-verification-patterns && cp -r /tmp/gsd-reference-verification-patterns/.claude/skills/gsd/references/verification-patterns ~/.claude/skills/gsd-reference-verification-patterns
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# GSD Verification Patterns

Patterns for verifying implementation quality.

## When to Use

- Verifying task completion
- Checking implementation
- Ensuring quality standards

## Verification Types

- Unit testing
- Integration testing
- Manual verification
- Automated checks

## Best Practices

- Verify against requirements
- Check edge cases
- Validate error handling
- Confirm performance

## Success Criteria

All verification checks pass.