You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-verify (re-score existing agent attempts against updated tests): /bot re-verify [--task-id <id>] [--skip-oracle] [--skip-nop] - Re-run tasks/<task-id>/tests/test.sh against every trajectories*/<task-id>/<agent>/<N>/artifacts/output/ directory in the PR head ref (1 claude + 4 grok by convention). Also runs oracle (canonical solution/solve.sh, expected reward 1.0) and nop (empty /output, expected reward 0.0) sanity rows by default — pass --skip-oracle or --skip-nop to opt out. Produces fresh per-attempt rewards without re-running the agents — useful after editing tests/ during review. /bot rejudge --openclaw - Rejudge the 5 OpenClaw Hermes traces already committed to the PR with GPT-5.6-sol. Solver trials are not rerun; refreshed judge evidence is committed only if the PR head is unchanged. /bot rescore [--trace-s3-url s3://bucket/prefix] - Re-score existing S3 trace outputs against current tests after rubric/test-only changes; runs oracle + nop sanity rows by default and does not use PR-committed trajectories. /bot fairness-review - Run the structured task fairness review and render a standardized PASS/WARN/FAIL comment.
Harbor format checker: /bot harbor-format-check [--trace-s3-url s3://bucket/prefix[,s3://bucket/other-prefix]] [--policy mm-abc|compat] - Run the standardized pre-acceptance format checker on this PR, including LLM fuzzy checks and optional S3 trace checks.
Offline-search reviewer: /bot offline-search-review [--agents 1-5] - Run the offline-search audit reviewer on this PR and post the auditrobot summary back here. /bot offline-review [--agents 1-5] - Short alias for /bot offline-search-review.
Sapphire format checker: /bot sapphire-format-check [--task-dir tasks/<id>] [--no-llm] [--check-traces] - Run the mm-sapphire-pipelines format checker on this PR without touching full-check or mm-trace-run. Trace checks are opt-in.
For detailed parameter descriptions, run tb --help or tb <command> --help locally.
Job Management: /bot job list - List all running jobs /bot job status <job_id> - Get status of a specific job /bot job kill <job_id> - Kill a running job /bot job restart <job_id> - Restart a failed job /bot job info <job_id> - Show detailed information about a job /bot job cleanup - Remove all failed-to-report jobs
Review: /bot code-review - Trigger the generic AI code review service on this PR
Remove default flags: Use --no-{flag} to disable default flags (e.g., --no-use-subscription)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification