You can now create or update implementations in Superconductor directly from GitHub. Just mention @superconductor (or /superconductor, or /sc) in any pull request, and Superconductor will automatically update the linked implementation or start a new one.
The bot works from both general PR comments and file-specific review comments, automatically including the relevant code and discussion context (file paths, line numbers, diffs, etc.)
How to use the GitHub integration:
- In a PR, mention Superconductor. Use
createto create a new implementation.
ex:@superconductor create Please add pagination to users#index and update tests - Superconductor runs the agents and posts updates directly to your PR comments.
Tips:
- If a repo exists in multiple projects, add
project:PROJECT_NAME. - Specify the agent you want to use with
model:codex_gpt5 - Type
@superconductor helpfor a list of available models and commands