explaingit

oneredoak/claude-code-workflows

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

TLDR

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

Things people build with this

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.

Tech stack

Claude CodeGitHub Actions

Getting 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.

In plain English

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?
Open on GitHub → Explain another repo

← oneredoak on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.