- Issues as user feedback. GitHub issues are treated as public submissions: bug reports, feature requests, questions, and other user-facing signals. Modem categorizes and groups them alongside feedback from your other sources.
- Pull requests for shipping context. Modem syncs PR metadata so it understands what your team is building and shipping. This helps the agent connect user feedback to actual product changes.
Modem does not read your source code. It only syncs metadata: issue and PR titles, descriptions, comments, labels, and review discussions. No file contents, no diffs, no repository browsing.
Prerequisites
- Permission to install GitHub Apps on the repositories or organization you want to connect
- A Modem organization
Setup
Start the connection
Go to Settings → Integrations → GitHub in your Modem dashboard and click Connect GitHub.
Install the GitHub App
You’ll be redirected to GitHub to install the Modem GitHub App. Choose which repositories Modem can access:
- All repositories gives Modem access to all current and future repositories.
- Selected repositories lets you pick specific ones.
What Gets Captured
Issues
New issues are captured as they’re created, along with all comments. Modem also tracks state changes (opened, closed, reopened) and labels. When you first connect a repository, Modem backfills your open issues and their comments. Closed issues are not backfilled.Pull Requests
Modem captures PR titles, descriptions, review comments, and review status (approved, changes requested). It tracks PR lifecycle events: opened, merged, closed. For review comments made on specific lines of code, Modem captures the comment and the small code snippet shown in the review UI. It does not access full file contents or complete diffs.GitHub Discussions are not yet supported. Follow the Modem blog or X account for updates.
Choosing Repositories
Recommended
- Your main product repositories with active issue tracking
- Repositories where users submit bug reports or feature requests
- Open-source projects with community contributions
Consider Carefully
- Private repositories with sensitive information
- Archived or inactive repositories
- Internal tooling repositories (unless you want to track internal feedback)
Troubleshooting
Repository not appearing
Repository not appearing
- Verify the Modem GitHub App is installed for that repository
- Check your GitHub App installation settings (GitHub → Settings → Applications → Modem)
- Ensure you have permission to install apps on the repository
Missing issues or PRs
Missing issues or PRs
- Backfill only syncs open issues. Closed issues will be captured when they receive new activity.
- Check that the repository is included in your GitHub App installation
Events not showing up
Events not showing up
- Verify the GitHub App is properly installed
- Check GitHub’s webhook delivery status in your repository settings under Webhooks
- Contact support@modem.dev if webhook deliveries show failures
Managing Repositories
To add or remove repositories after initial setup:- Go to Settings → Integrations → GitHub in Modem
- Click Manage Repositories to update your selection
Coding Agents
If you’ve configured coding agents (Cursor or Devin), they use your connected GitHub repositories as targets for implementation tasks. The GitHub integration must be connected for coding agents to work.Disconnecting
To disconnect GitHub:- Go to Settings → Integrations → GitHub
- Click Disconnect
- Go to GitHub Settings → Applications
- Find Modem and click Configure → Uninstall