Skip to content
Docs

Git and PRs

CodeForge includes slash-command workflows for reviewing work before commit and reviewing pull requests before merge.

CommandUse It For
/shipReview changes, draft a commit, push, and optionally create a PR
/pr:reviewReview an existing PR and post findings

/ship is the main end-of-change workflow.

It:

  1. gathers git context
  2. reviews the changes for security, rules, quality, architecture, and tests
  3. presents findings by severity
  4. drafts a commit message for approval
  5. commits and pushes
  6. optionally creates a PR

/pr:review performs a deeper review against an existing pull request. It is designed to post findings, not to approve or merge.

  • Use /ship when you are finishing your own local work.
  • Use /pr:review when a PR already exists and you want an aggressive review pass.

If your session already has ticket context, these flows can attach to it automatically. If not, they still work as standalone git workflows.