Skip to content

GitHub Issues

Bucky responds to @bucky mentions on GitHub issues. This is the most direct way to trigger a Claude session.

CommentAction
@buckyRun a session — Claude decides what to do (plan, implement, or both)
@bucky /planRun in plan-only mode — analyze the issue and post an implementation plan

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.

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.

  1. Create or find a GitHub issue describing the work
  2. Comment @bucky — Bucky reads the codebase, plans the work, implements it, and opens a PR
  3. Alternatively, comment @bucky /plan to get just a plan for review first
  4. Review the results and provide feedback if needed

Bucky uses labels to signal status:

LabelColorMeaning
needs-reviewBluePlan is ready for human review
needs-attentionYellowMissing info or requires human input
errorRedSomething went wrong