Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@Rohithgilla12 Rohithgilla12 released this 03 Feb 04:20
· 3 commits to main since this release
158a6cb

🚀 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@v1

Requirements

All actions require a CLAUDE_CODE_OAUTH_TOKEN secret. Run claude /login to obtain one.

See individual action READMEs for detailed configuration options.