AI Skill Hub 强烈推荐:Next任务 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Next任务 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Next任务 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g next-task # 方式二:npx 直接运行(无需安装) npx next-task --help # 方式三:项目依赖安装 npm install next-task # 方式四:从源码运行 git clone https://github.com/agent-sh/next-task cd next-task npm install npm start
# 命令行使用
next-task --help
# 基本用法
next-task [options] <input>
# Node.js 代码中使用
const next_task = require('next-task');
const result = await next_task.run(options);
console.log(result);
# next-task 配置说明 # 查看配置选项 next-task --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export NEXT_TASK_CONFIG="/path/to/config.yml"
Autonomous workflow orchestrator that takes a task from discovery to production through 12 coordinated phases - exploration, planning, implementation, multi-agent review, and shipping.
Task discovery (Phase 2) fetches from GitHub Issues, GitHub Projects, GitLab, or local markdown files. Issues with open PRs are automatically excluded. Tasks are scored by priority labels, severity, and age.
Worktree isolation (Phase 3) creates a git worktree per task so multiple workflows can run in parallel without conflicts.
Multi-agent review (Phase 9) spawns 4 core reviewers in parallel - code quality, security, performance, and test coverage - plus conditional specialists (database, API, frontend, backend, devops, architecture) based on which files changed. Runs up to 5 iterations with stall detection.
Pre-review gates (Phase 8) run deslop (AI slop cleanup) and test coverage checks in parallel before the review loop starts.
gh) for GitHub sources, or GitLab CLI (glab) for GitLab| Plugin | Used in |
|---|---|
| [deslop](https://github.com/agent-sh/deslop) | Phase 8 - AI slop cleanup |
| [prepare-delivery](https://github.com/agent-sh/prepare-delivery) | Phases 8-10 - test coverage, review orchestration, delivery validation |
| [sync-docs](https://github.com/agent-sh/sync-docs) | Phase 11 - documentation sync |
| [ship](https://github.com/agent-sh/ship) | Phase 12 - PR creation, CI, merge |
agentsys install next-task
Requires agentsys runtime.
/next-task # Start fresh - select source, pick task, approve plan, ship
/next-task --resume # Resume active workflow
/next-task --resume 123 # Resume by task ID
/next-task --resume feature/my-task-123 # Resume by branch name
/next-task --status # Show current workflow state
/next-task --abort # Cancel and clean up
/next-task bug # Filter to bug-labeled issues only
/next-task --base develop # Target a non-default branch
高质量的AI工作流自动化工具
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,Next任务 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | next-task |
| Topics | ai-agentsautomationci-cddevops |
| GitHub | https://github.com/agent-sh/next-task |
| 语言 | JavaScript |
收录时间:2026-05-31 · 更新时间:2026-05-31 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端