Test repository for validating Claude Code automation features.
This repository exists to test and validate Claude Code automation without cluttering the main platform repository with test issues.
- Sticky Reviewer Behavior - Ensures same agent responds to multiple
@claudementions on same issue - PAT Selection Logic - Validates priority order: named → sticky → assignee → random
- Progressive Status Updates - Real-time GitHub comment updates during long-running operations
- Concurrent Execution - Multiple agents working simultaneously on different issues
- Override Mechanisms - Named mentions and assignments override sticky reviewer
The repository includes minimal GitHub Actions workflows copied from the main platform repo:
.github/workflows/claude.yml- Handles@claudementions on issues- Organization secrets (PATs) are shared from the dot-do organization
See TEST_SUITE.md for comprehensive test scenarios and expected results.
Test issues can be closed or deleted after validation. This repo is for testing only.