GitHub
Use Anthracode with GitHub issues and pull requests.
Anthracode supports GitHub workflows. This is the only hosted Git workflow we document for now.
Run the setup command inside a project that is already connected to a GitHub repository:
anthracode github installThis command walks you through the GitHub setup, workflow creation, and required secrets.
After installation, mention Anthracode in GitHub issues or pull-request comments:
/anthracode explain this issueYou can also use the shorter trigger:
/oc review this pull request- Explain an issue —
/anthracode explain this issue - Fix an issue —
/anthracode fix this - Review a pull request —
/oc review this pull request - Request a targeted change —
Please add error handling here /oc
Anthracode runs in your GitHub workflow and uses the model/API keys you configured during setup.
- Keep API keys in GitHub Actions secrets.
- Review generated workflow permissions before enabling write access.
- Prefer the install command above instead of copying old workflow snippets.