Automatically review every pull request with AI agents that check syntax, style, and potential bugs before a human reviewer sees it.
Scan your codebase for OWASP security vulnerabilities and exposed secrets using a Claude Code workflow that produces prioritized findings.
Run a design review workflow that uses browser automation to check front-end changes for visual consistency and accessibility issues.
Trigger code or security review workflows on demand with a slash command inside Claude Code while working on a feature branch.
Requires Claude Code and a GitHub repo with Actions enabled, video tutorials are available for each workflow.
This repository collects reusable workflow configurations for Claude Code, an AI-assisted coding tool built by Anthropic. The workflows were developed by a startup that uses Claude Code extensively and are intended to automate routine software development tasks that teams typically do by hand. Three workflows are currently included. The code review workflow sets up an automated system where AI agents review pull requests for syntax issues, style adherence, completeness, and potential bugs. The security review workflow scans codebases for vulnerabilities, exposed secrets, and common attack patterns based on OWASP standards (a widely used list of common web application security risks), producing prioritized findings with suggested fixes. The design review workflow uses browser automation to check front-end code changes for visual consistency, accessibility, and design quality before they go into production. Each workflow is implemented as a combination of slash commands that developers can run on demand inside Claude Code and GitHub Actions, which are automated scripts that run when code is submitted to a repository. Video tutorials for each workflow are linked in the README and available on the author's YouTube channel. The README notes that more workflows are planned. The project is described as coming from applied experience at an AI-native startup rather than being a general-purpose framework.
← oneredoak on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.