Skip to content

BrokenCode integration

Use BrokenCode in GitHub

Install the BrokenCode GitHub integration to handle issue, pull request, and scheduled coding workflows from repository events.

UPDATED 03 Aug 20265 min readTECHNICAL GUIDE
01

Install the repository workflow from the CLI.

  1. Open a terminal in the repository.
  2. Authenticate GitHub CLI if it is not already connected.
  3. Run the installer and review the generated workflow before committing it.

Install

brokencode github install
02

Trigger work from the collaboration surface you already use.

  • Mention /brokencode or /oc in supported issue and pull request conversations.
  • Use scheduled workflows for repeatable maintenance.
  • Scope workflow permissions to the repository actions the task actually needs.
03

A useful request contains a result and boundaries.

State what should change, which checks must pass, and anything the agent must leave untouched. BrokenCode reports its work back to the originating GitHub context.

Issue comment

/brokencode Fix the failing pagination test, preserve the public API, and run the focused test suite.

STRAIGHT ANSWERS

Frequently asked questions

01Do I need GitHub CLI?

The guided installer uses GitHub CLI. You can also create the workflow manually.

02Can it run on a schedule?

Yes. GitHub Actions schedule events can launch repeatable BrokenCode tasks.

Integrate

Bring BrokenCode into the repository loop.

Install the client, connect GitHub, and review the generated workflow.

Download BrokenCode