GitHub Integration
Shellarium integrates with GitHub to streamline the full development workflow — from issue to pull request.
Requirements
Section titled “Requirements”You need the GitHub CLI (gh) installed and authenticated. Shellarium uses gh under the hood for all GitHub operations.
Pull Requests
Section titled “Pull Requests”Creating PRs
Section titled “Creating PRs”After an agent finishes work, you can create a pull request directly from Shellarium:
- Open the workspace chat view
- Review the branch name and diff
- Click Create PR in the action toolbar — the agent prepares and opens a PR using
gh
Viewing PRs
Section titled “Viewing PRs”The sidebar shows all open pull requests for your repository. PRs created by Shellarium are automatically linked to their workspace.
Issues
Section titled “Issues”Browsing Issues
Section titled “Browsing Issues”The sidebar’s Issues section lists open issues from your repository.
Creating Workspaces from Issues
Section titled “Creating Workspaces from Issues”Click any issue to create a workspace from it. Shellarium uses the issue title and body as the task description for the agent.
CI Checks
Section titled “CI Checks”When a workspace has an associated pull request, the Merge tab shows:
- CI check status — passing, failing, or pending
- Review decision — approved, changes requested, or review required
- Check list summary — check names and workflow context
This helps you ensure code quality before merging agent changes.