whatisgithub

What is claude-code-workflows?

oneredoak/claude-code-workflows — explained in plain English

Analysis updated 2026-06-26

3,798Audience · developerComplexity · 3/5Setup · moderate

In one sentence

Ready-to-use Claude Code workflow configs for automating code review, security scanning, and design review, built from real startup experience, runnable as slash commands or GitHub Actions.

Mindmap

mindmap
  root((claude-code-workflows))
    Workflows Included
      Code review
      Security review
      Design review
    What they do
      Review pull requests
      Scan for vulnerabilities
      Check visual consistency
    How to run
      Claude Code slash commands
      GitHub Actions
    Tech Used
      Claude Code
      GitHub Actions
      Browser automation
    Audience
      Dev teams
      AI-native startups
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically review every pull request with AI agents that check syntax, style, and potential bugs before a human reviewer sees it.

USE CASE 2

Scan your codebase for OWASP security vulnerabilities and exposed secrets using a Claude Code workflow that produces prioritized findings.

USE CASE 3

Run a design review workflow that uses browser automation to check front-end changes for visual consistency and accessibility issues.

USE CASE 4

Trigger code or security review workflows on demand with a slash command inside Claude Code while working on a feature branch.

What is it built with?

Claude CodeGitHub Actions

How does it compare?

oneredoak/claude-code-workflowsbrentozarultd/sql-server-first-responder-kitfnando/i18n-js
Stars3,7983,7983,798
LanguageTSQLRuby
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Claude Code and a GitHub repo with Actions enabled, video tutorials are available for each workflow.

License information is not mentioned in the explanation.

So what is it?

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.

Copy-paste prompts

Prompt 1
I want to add the claude-code-workflows code review workflow to my GitHub repo. What files do I need to copy and how do I configure the GitHub Action to trigger on pull requests?
Prompt 2
How do I run the security review workflow from claude-code-workflows as a slash command inside Claude Code on my local codebase?
Prompt 3
Walk me through what the design review workflow checks for, what does it look at and what kind of output does it produce?
Prompt 4
I want to customize the code review workflow from claude-code-workflows to also check for missing tests. Where do I modify the workflow configuration?

Frequently asked questions

What is claude-code-workflows?

Ready-to-use Claude Code workflow configs for automating code review, security scanning, and design review, built from real startup experience, runnable as slash commands or GitHub Actions.

What license does claude-code-workflows use?

License information is not mentioned in the explanation.

How hard is claude-code-workflows to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is claude-code-workflows for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.