Execute a single task through the quality pipeline
Executes a single Dart task through the complete quality pipeline including code review, linting, testing, and cleanup.
/plugin marketplace add standardbeagle/standardbeagle-tools/plugin install dartai@standardbeagle-tools<task-id or title>Run the full quality pipeline on a single Dart task without starting the continuous loop.
If argument looks like a Dart task ID (12 alphanumeric chars):
Use mcp__Dart__get_task with id: [argument]
Otherwise, search by title:
Use mcp__Dart__list_tasks with title: [argument]
Display task details and confirm:
Use the task-executor agent to run the full quality pipeline:
On success:
Use mcp__Dart__update_task to set status: "Done"
Use mcp__Dart__add_task_comment with completion summary
On failure:
Use mcp__Dart__update_task to set status: "Blocked" or keep "In Progress"
Use mcp__Dart__add_task_comment with failure details
Use doc-updater agent to:
/dartai:task QiXCNniu7OQY
/dartai:task "Color MCP Server"
/dartai:task "Fix login bug"
Task execution report:
Task Execution Report
=====================
Task: [title]
Status: SUCCESS / FAILED
Pipeline Results:
- Code Review: PASS
- Linting: PASS (0 errors)
- Tests: PASS (42 passed, 0 failed)
- LCI Check: PASS
- Refactor: PASS
- Cleanup: PASS (removed 3 deprecated functions)
Changes Made:
- [file1]: [description]
- [file2]: [description]
Documentation Updated:
- CHANGELOG.md: Added entry for [feature]
- Dart comment: Added completion summary