ComposioGitHubLangChainOpenAISlackBotintermediate30 min

Composio + GitHub automated code review agent

Event-driven autonomous code review that analyzes PR diffs, posts comments/issues, and notifies via Slack without manual intervention.

Prerequisites

  • Composio account/API key
  • OpenAI API key
  • GitHub account integrated via Composio CLI (`composio add github`)
  • SlackBot integrated (`composio add slackbot`)
  • enable trigger (`composio triggers enable github_pull_request_event`)
  • Python env with required packages (composio-langchain
  • langchain-openai
  • etc.).

Further reading