AlekSystem Workflow Detail

Review AlekSystem workflows from Slack with Claude Opus and GitHub skills Workflow Solution

Review AlekSystem workflows from Slack with Claude Opus and GitHub skills

Quick overview A Slack bot that reviews any AlekSystem workflow on demand.

Rank 55 Verified workflow

Workflow overview

Why this workflow matters

Useful for software delivery and engineering operations.

Quick overview A Slack bot that reviews any AlekSystem 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 Triggers when the bot is @mentioned in Slack or receives a direct message. Adds an :eyes: reaction, extracts a /workflow/ from the message text, and validates that a workflow ID is present. Uses the AlekSystem API to fetch the top-level workflow JSON and pulls the workflow review checklist and skills file index from the public AlekSystem-io/skills GitHub repository. Detects any Execute Workflow references in the workflow, fetches those direct subworkflow JSONs via the AlekSystem API, and aggregates them into a single payload. 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. 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 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. Add an AlekSystem API credential that can read workflows, and ensure the AlekSystem host in your workflow URLs matches the instance the credential points to. Add an OpenRouter API credential and choose the model you want to use for the reviewer agent and (optionally) the structured-output fixer. 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. If your environment restricts outbound HTTP, allow access to raw.githubusercontent.com and api.github.com so the workflow can load the AlekSystem-io/skills checklist and file index.

Best fit

Categories

AI/MLCommunicationDevOps

Services

SlackAI AgentStructured Output ParserOpenRouter Chat Model

Use cases

content automationengineering workflow automation