/code @devintern/pm DevIntern + GitHub Issues
Run your whole loop inside GitHub. @devintern/pm files well-specified issues, and @devintern/code implements them and opens the PR in the same repository.
How it works
What DevIntern does with GitHub Issues
Each product path keeps GitHub Issues as the handoff surface. No rip-and-replace, no new dashboard.
/pm Create GitHub Issues from AI drafts
- 1 Set TASK_TRACKER=github with a fine-grained or classic token.
- 2 Run devpm --interactive with your source material.
- 3 Review the draft and open the issue on your repository.
/code Implement GitHub Issues end-to-end
- 1 Run devintern against an issue number, URL, or a search-qualifier batch query.
- 2 Agent fetches the issue body, labels, comments, and embedded attachments.
- 3 Creates a branch, implements, self-reviews, opens a PR in the same repo, and comments back on the issue.
Capabilities
Built for real GitHub Issues workflows
GitHub REST API for issue creation and implementation
Issue type selection in the interactive flow
Same-repo context for engineering handoff
Status transitions via repo labels configured in settings.json
Search-qualifier batch runs (is:open label:bug) scoped to your repo
One GITHUB_TOKEN shared with PR creation
Get connected
Setup guides and configuration
Credentials stay in project-local .env files. DevIntern runs on your machine or server, not a shared implementation cloud.
FAQ
Common questions about GitHub Issues
Can @devintern/code implement GitHub Issues directly?
Yes. Set TASK_TRACKER=github with GITHUB_REPO, then run devintern against an issue number or URL. It implements the change, opens a PR in the same repository, moves status labels, and posts a summary comment on the issue. Batch selection works with GitHub search qualifiers via --query.
What token scopes are required?
Issues read and write on the target repository. Use a fine-grained PAT limited to the repos DevIntern should touch.
Try DevIntern with GitHub Issues
Connect GitHub Issues, run your first workflow, and keep the trackers, repos, and reviewers your team already trusts.
Free for interactive use · FSL source-available · BYO model keys