Skip to main content
Glama
to-review.ts1.27 kB
/** * @fileoverview To Review Slash Command * Set a task's status to review. */ import { dynamicCommand } from '../../factories.js'; /** * The to-review slash command - To Review * * Set a task's status to review. */ export const toReview = dynamicCommand( 'to-review', 'To Review', '<task-id>', `Set a task's status to review. Arguments: $ARGUMENTS (task ID) ## Marking Task for Review This status indicates work is complete but needs verification before final approval. ## When to Use Review Status - Code complete but needs peer review - Implementation done but needs testing - Documentation written but needs proofreading - Design complete but needs stakeholder approval ## Execution \`\`\`bash task-master set-status --id=$ARGUMENTS --status=review \`\`\` ## Review Preparation When setting to review: 1. **Generate Review Checklist** - Link to PR/MR if applicable - Highlight key changes - Note areas needing attention - Include test results 2. **Documentation** - Update task with review notes - Link relevant artifacts - Specify reviewers if known 3. **Smart Actions** - Create review reminders - Track review duration - Suggest reviewers based on expertise - Prepare rollback plan if needed`, 'solo' );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyaltoledano/claude-task-master'

If you have feedback or need assistance with the MCP directory API, please join our Discord server