Skip to content
Docs

Ticket Workflow

The ticket workflow connects GitHub issues to your Claude sessions so you do not have to paste issue bodies around manually.

If you mention #123 or paste a GitHub issue URL in a prompt, CodeForge can fetch the issue context and inject it before Claude responds.

That means prompts like these work well:

  • Work on #42
  • Fix the bug described in #108
  • Review https://github.com/org/repo/issues/55
CommandUse It For
/ticket:newCreate a structured GitHub issue
/ticket:workExplore the codebase and produce an implementation plan
/ticket:review-commitReview work against the ticket before committing
/ticket:create-prCreate a PR and post review findings
  1. Create or reference a ticket.
  2. Run /ticket:work to produce a technical plan.
  3. Implement the change.
  4. Run /ticket:review-commit before committing.
  5. Run /ticket:create-pr to open the PR and attach review output.

Tickets are best for business-facing work tracking. Specs are best for detailed technical planning and implementation contracts.

For complex work, using both together is often the strongest flow.