Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Claude Code discovers skills by looking for `SKILL.md` files at `~/.claude/skill

Invoke by name in your agent (e.g. `/check-pr 123`, `/cli-review`, or `/greploop`). If no PR/MR/CL number is given, `check-pr` and `greploop` auto-detect the PR/MR for the current branch, or the pending changelist for Perforce.

Use `/greploop --no-commit` (or `/greploop --fix-only`) for a single review-and-fix pass that leaves its changes unstaged and uncommitted while preserving the existing index state. Fix-only mode does not push, re-shelve, or resolve remote review threads; hand the resulting changes to your normal commit and publish workflow.

For self-hosted GitLab instances whose hostname doesn't contain "gitlab", pass `--vcs gitlab` explicitly. For Perforce, pass `--vcs perforce` if auto-detection fails.

## License
Expand Down
Loading