Git and PRs
CodeForge includes slash-command workflows for reviewing work before commit and reviewing pull requests before merge.
Main Commands
Section titled “Main Commands”| Command | Use It For |
|---|---|
/ship | Review changes, draft a commit, push, and optionally create a PR |
/pr:review | Review an existing PR and post findings |
/ship is the main end-of-change workflow.
It:
- gathers git context
- reviews the changes for security, rules, quality, architecture, and tests
- presents findings by severity
- drafts a commit message for approval
- commits and pushes
- optionally creates a PR
/pr:review
Section titled “/pr:review”/pr:review performs a deeper review against an existing pull request. It is designed to post findings, not to approve or merge.
When to Use Which
Section titled “When to Use Which”- Use
/shipwhen you are finishing your own local work. - Use
/pr:reviewwhen a PR already exists and you want an aggressive review pass.
Ticket Integration
Section titled “Ticket Integration”If your session already has ticket context, these flows can attach to it automatically. If not, they still work as standalone git workflows.