claude-code-workflows
Claude Code workflows for automated PR reviews — code quality, security vulnerabilities, and UI/UX design
This repository provides production-ready Claude Code workflows for automating critical development tasks like code review, security scanning, and UI/UX design checks. Each workflow leverages Claude Code agents, slash commands, and GitHub Actions to streamline PR processes and ensure quality. It offers a structured approach to integrate AI into your development lifecycle, inspired by Anthropic's internal practices.
- Code review workflow for syntax, style, and bug detection
- Security review identifies vulnerabilities and exposed secrets
- Design review checks UI/UX consistency and accessibility
- Integrates slash commands for on-demand scanning
- Automated PR checks via GitHub Actions
README
View on GitHub ↗Claude Code Workflows
The best workflows and configurations I've developed heavily using Claude Code since the day of it's release. Workflows are based off applied learnings from our AI-native startup.
Workflows are covered in detail with tutorials and demos on Patrick Ellis' YouTube channel.
Workflows
Code Review Workflow
An automated code review system inspired by Anthropic's own Claude Code development process, where AI agents handle the "blocking and tackling" of code review. This workflow implements dual-loop architecture with slash commands and GitHub Actions to automatically review PRs for syntax, completeness, style guide adherence, and bug detection. Free your team to focus on strategic thinking and architectural alignment while AI handles routine checks. Watch the tutorial.
Security Review Workflow
An automated security review system that proactively identifies vulnerabilities, exposed secrets, and potential attack vectors in your codebase. Based on Anthropic's security-focused approach and OWASP Top 10 standards, this workflow provides severity-classified findings with clear remediation guidance. Includes slash commands for on-demand scanning and GitHub Actions for automated PR security checks. Watch the tutorial.
Design Review Workflow
An automated design review system that provides comprehensive feedback on front-end code changes. This workflow uses Microsoft's open source Playwright MCP browser automation and specialized Claude Code agents to ensure UI/UX consistency, accessibility compliance, and adherence to world-class design standards. Perfect for maintaining design quality across teams and catching visual issues before they reach production. Watch the tutorial.
More workflows coming soon...
Similar other
MiroFish
Swarm intelligence engine for future prediction — simulates multi-agent interactions to deduce outcomes
paperclip
AI agent orchestration server for autonomous companies — manages teams of bots, goals, budgets, and governance
learn-claude-code
Agent harness engineering tutorial — build the environment and tools for real LLM agents, inspired by Claude Code
LightRAG
Lightweight RAG framework — builds simple, fast, and scalable retrieval-augmented generation systems for LLMs