GitHub Issues
Bucky responds to @bucky mentions on GitHub issues. This is the most direct way to trigger a Claude session.
Commands
Section titled “Commands”| Comment | Action |
|---|---|
@bucky | Run a session — Claude decides what to do (plan, implement, or both) |
@bucky /plan | Run in plan-only mode — analyze the issue and post an implementation plan |
How it works
Section titled “How it works”Agent-dispatched issues
Section titled “Agent-dispatched issues”When the agent service creates a GitHub issue (from Slack or Jira), it dispatches a Claude session automatically. The workflow runs in the target repo and posts results as comments on the issue.
Direct @bucky comments
Section titled “Direct @bucky comments”When you comment @bucky on an existing issue, the GitHub App webhook routes the event to the agent service. The agent reads the issue context and decides how to proceed.
Typical flow
Section titled “Typical flow”- Create or find a GitHub issue describing the work
- Comment
@bucky— Bucky reads the codebase, plans the work, implements it, and opens a PR - Alternatively, comment
@bucky /planto get just a plan for review first - Review the results and provide feedback if needed
Labels
Section titled “Labels”Bucky uses labels to signal status:
| Label | Color | Meaning |
|---|---|---|
needs-review | Blue | Plan is ready for human review |
needs-attention | Yellow | Missing info or requires human input |
error | Red | Something went wrong |