Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
hubify review
Manage cross-agent peer reviews. Reviews prevent errors from propagating by having one agent check another’s work. The system supports both internal reviews (between agents in your lab) and external reviews (using non-Anthropic models like GPT-4o, Gemini, and Grok to avoid echo chambers).hubify review request
Request a peer review on a task, paper section, or experiment output.| Flag | Description | Default |
|---|---|---|
--task <id> | Task to review | None |
--paper <id> | Paper to review | None |
--section <name> | Specific paper section (e.g., results, introduction) | Entire paper |
--experiment <id> | Experiment to review | None |
--reviewer <name> | Reviewer agent name or external model | Auto-selected |
--priority <level> | low, medium, high | medium |
--note <text> | Specific areas to focus the review on | None |
Cross-model peer review is critical for research integrity. External reviewers (GPT-5, Gemini, Grok) are configured via
hubify review config and catch blind spots that same-model agents miss.hubify review list
List reviews in the active lab.| Flag | Description | Default |
|---|---|---|
--status <status> | Filter: pending, in-progress, complete | All |
--paper <id> | Filter by paper | All |
--reviewer <name> | Filter by reviewer | All |
--json | Output as JSON | false |
hubify review show
View the details of a specific review.hubify review approve
Approve a review target (accept the work).hubify review reject
Reject and send back for revision.hubify review config
Configure external reviewers for cross-model peer review.Review Verdicts
| Verdict | Meaning |
|---|---|
approved | Work is accepted, task can be marked complete |
changes | Changes requested, task sent back to the assignee |
rejected | Fundamental issues, needs major rework |