Verify

GPTClaudeDeepSeek··317 copies·updated 2026-07-14
verify-5.prompt
# Task: Verify Implementation

Verify that the implementation works correctly and meets all requirements.

## Verification Steps

1. **Review Requirements**
   - Check all acceptance criteria
   - Verify edge cases are handled
   - Confirm constraints are met

2. **Run Tests**
   - Execute the test suite
   - Verify all tests pass
   - Check test coverage

3. **Manual Testing**
   - Test the happy path
   - Test error conditions
   - Test boundary cases

4. **Code Inspection**
   - Review code quality
   - Check for obvious bugs
   - Verify error handling

## Checklist

- [ ] All tests pass
- [ ] New tests added for new functionality
- [ ] Edge cases handled
- [ ] Error messages are clear
- [ ] Documentation updated if needed
- [ ] No obvious bugs or issues
- [ ] Performance is acceptable

## Output Format

Provide a clear verdict:
- ✅ **PASS**: All checks passed, ready to merge
- ⚠️ **PASS WITH NOTES**: Works but has minor issues to address
- ❌ **FAIL**: Critical issues that must be fixed

Include details on what you tested and any issues found.

when to use it

Community prompt sourced from the open-source GitHub repo lin13k/cplus (MIT). A "Verify" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

lin13k/cplus · MIT