NeuralCodeDOCS
Integrations

GitHub issues → agent

Turn any open GitHub issue into a working agent. Pick an issue and NeuralCode creates a workspace and starts an agent with a prompt built from the issue.

GitHub issues · 2xlabs

Search issues…
#412 Login redirect drops the return URL
bugauth
Fix this
#408 Add fuzzy search to the command palette
feature
Fix this
#401 Flaky test in checkout.spec.ts
bugci
Fix this
Browse a repo's open issues, search by title / number / label, and pick one to fix.

Opening issues#

Click the bug icon next to a projectin the sidebar. NeuralCode fetches the repo's open issues via the GitHub CLI and lists them with their number, title, and labels. A search box filters by title, issue number, or label.

Note
This requires the GitHub CLI to be installed and authenticated, since it reads issues from your repo.

Fix this#

  1. 1
    Pick an issue
    Find the issue you want and click Fix this. (You can also open it on GitHub first via the external-link icon.)
  2. 2
    Workspace created
    NeuralCode creates a new workspace and branch for the issue.
  3. 3
    Agent starts
    An agent is seeded with a prompt built from the issue — its title and body, plus instructions to investigate the codebase, implement a fix following the project's conventions, run checks, and summarize.

From issue to PR#

Once the agent finishes, you review the diff, let it self-review, and then open a PR — closing the loop from an open issue to a proposed fix without leaving NeuralCode.