Type /code Add Redis caching to get_user_profile directly in Slack. Our autonomous AI developer inspects your codebase, writes precision diffs, passes tests, and opens a clean GitHub PR in seconds.
Select a sample prompt below or type your own to simulate the real-time Slack to GitHub PR workflow.
Everything you need to turn instant chat prompts into production-ready code pull requests.
Send prompts straight from mobile or desktop messaging apps without ever switching contexts or opening your IDE.
Instant HTTP webhook handling via Cloudflare Workers for sub-millisecond initial dispatch and response formatting.
Multi-Agent reasoning with AST code parsing and zero API token costs on your Google Pro account.
Creates isolated Git feature branches, runs test suites, and generates clear PR summaries ready for team review.
Integrates Graphify AST code indexing to inspect deep file dependencies before generating surgical code changes.
Executes safely in GitHub Actions runner VMs with zero persistent state exposure outside your private repository.
How a single Slack prompt moves through serverless edge workers to autonomous GitHub Actions execution.
User sends /code command in Slack or Telegram thread.
Worker verifies signature and dispatches repository_dispatch event to GitHub.
GitHub Actions VM restores OAuth Pro auth, parses codebase AST, and writes diffs.
Opens PR, runs test suite, and posts updates back to Slack thread.
Get your Slackbot Autonomous Developer running in under 5 minutes.
Deploy the serverless worker to handle Slack webhooks and forward commands to GitHub Actions.
cd cloudflare-worker && wrangler deploy
wrangler secret put GITHUB_PAT && wrangler secret put SLACK_BOT_TOKEN
In your Slack App Settings, navigate to Slash Commands and click Create New Command.
/codehttps://github-automation.<your-subdomain>.workers.devConfigure secrets in your target GitHub repository (Settings → Secrets and variables → Actions):
AGY_AUTH_CONFIG = Base64(~/.gemini/config)
PAT_TOKEN = GitHub Personal Access Token with repo scope