01
Install the repository workflow from the CLI.
- Open a terminal in the repository.
- Authenticate GitHub CLI if it is not already connected.
- Run the installer and review the generated workflow before committing it.
Install
brokencode github install02
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.