🚀 Initial Release
A collection of GitHub Actions powered by Claude Code for automating development workflows.
Available Actions
| Action | Description |
|---|---|
| agentic-ui-tests | Run E2E UI tests written in plain English markdown |
| db-performance-analyzer | Analyze PostgreSQL database performance using EXPLAIN ANALYZE |
| dead-code-analyzer | Detect dead code in TypeScript/JavaScript projects using Knip |
Usage
# Agentic UI Tests
- uses: ModernRelay/ralph-claude-code-actions/agentic-ui-tests@v1
# DB Performance Analyzer
- uses: ModernRelay/ralph-claude-code-actions/db-performance-analyzer@v1
# Dead Code Analyzer
- uses: ModernRelay/ralph-claude-code-actions/dead-code-analyzer@v1Requirements
All actions require a CLAUDE_CODE_OAUTH_TOKEN secret. Run claude /login to obtain one.
See individual action READMEs for detailed configuration options.