Skip to main content

Review n8n workflows from Slack with Claude Opus and GitHub skills

Workflow preview

Workflow preview
100%
Review n8n workflows from Slack with Claude Opus and GitHub skills preview
Open on n8n.io

1. Workflow Overview

Quick overview A Slack bot that reviews any n8n workflow on demand. Mention it or DM it a workflow URL and it replies in thread with a graded review, plain English overview, and findings tiered as ...

Best for

  • Engineering automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.slacktrigger, n8n-nodes-base.filter, n8n-nodes-base.slack, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.n8n, n8n-nodes-base.httprequest, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Liam McGarrigle.

Original n8n.io source

1.1 Workflow description

Title
Review n8n workflows from Slack with Claude Opus and GitHub skills
Workflow name
Review n8n workflows from Slack with Claude Opus and GitHub skills

Quick overview

A Slack bot that reviews any n8n workflow on demand. Mention it or DM it a workflow URL and it replies in-thread with a graded review, plain-English overview, and findings tiered as Must Fix, Should Fix, and Nice to Have.

How it works

  1. Triggers when the bot is @mentioned in Slack or receives a direct message.
  2. Adds an :eyes: reaction, extracts a /workflow/<id> from the message text, and validates that a workflow ID is present.
  3. Uses the n8n API to fetch the top-level workflow JSON and pulls the workflow review checklist and skills file index from the public n8n-io/skills GitHub repository.
  4. Detects any Execute Workflow references in the workflow, fetches those direct subworkflow JSONs via the n8n API, and aggregates them into a single payload.
  5. Sends the workflow JSON, subworkflows, checklist, and available skill file paths to an OpenRouter-hosted model that can fetch additional skill markdown files as needed.
  6. Removes the :eyes: reaction and posts the graded review back to the originating Slack thread as a Block Kit message, or posts a threaded error message if the URL, API fetch, GitHub fetch, or agent run fails.

Setup

  1. Connect a Slack API credential with permission to receive app mentions/DMs, add reactions, and post threaded replies, and configure the trigger to watch the intended workspace.
  2. Add an n8n API credential that can read workflows, and ensure the n8n host in your workflow URLs matches the instance the credential points to.
  3. Add an OpenRouter API credential and choose the model you want to use for the reviewer agent and (optionally) the structured-output fixer.
  4. Install the Slack app, enable event subscriptions for app_mention and direct messages, and invite the app to any channels where you want to request reviews.
  5. If your environment restricts outbound HTTP, allow access to raw.githubusercontent.com and api.github.com so the workflow can load the n8n-io/skills checklist and file index.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Slack: @mention or DM

Type / Role
n8n-nodes-base.slackTrigger - slackTrigger
Config choices
Version 1

Block 2 - Keep mentions and DMs

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 3 - Add Eyes Reaction

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 4 - Parse URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Valid URL?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 6 - Get Top-Level Workflow

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 7 - Remove Reaction (Bad URL)

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 8 - Post Error: Bad URL

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 9 - Remove Reaction (Fetch Failed)

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 10 - Post Error: Fetch Failed

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 11 - Fetch Review Checklist

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 12 - Remove Reaction (Checklist Failed)

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 13 - Post Error: Checklist Failed

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 14 - Extract Subworkflow IDs

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Split Out Subworkflow IDs

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 16 - Get Each Subworkflow

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 17 - Aggregate Subworkflows

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 18 - Combine Branches

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 19 - Empty Subworkflows

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Build Agent Payload

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Reviewer Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 22 - Get Skill File

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.4

Block 23 - Block Kit Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 24 - Remove Reaction (Agent Failed)

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Showing the first 24 of 43 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Review n8n workflows from Slack with Claude Opus and GitHub skills
Complexity advanced
Nodes 43
Categories Engineering, AI Summarization
Author Liam McGarrigle
Published 22 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15918/15918.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Review n8n workflows from Slack with Claude Opus and GitHub skills do?

Quick overview A Slack bot that reviews any n8n workflow on demand. Mention it or DM it a workflow URL and it replies in thread with a graded review, plain English overview, and findings tiered as ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI Summarization use case.