← 返回 Skills 市场
Task Review Workflow
作者
Md. Mushraful Hoque Anik
· GitHub ↗
· v0.1.0
897
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install task-review-workflow
功能描述
Standard PR review and merge workflow for task-driven development. Use when reviewing a programmer agent PR linked to a task, deciding merge vs change reques...
安全使用建议
This skill is an instruction-only PR review checklist and looks coherent, but before installing consider: (1) Ensure the agent/environment that will run this skill actually has repository access and the right to check out branches, run tests, and perform merges — grant the minimum necessary permissions. (2) The workflow references a REVIEW_CHECKLIST.md that isn't included; make sure that file exists in your repo or provide the checklist. (3) Post-merge Trello actions will require Trello access (API key/token or another Trello integration); the skill doesn't request credentials, so plan how the agent will authenticate (or perform the Trello steps manually). (4) If you want fully automated merges and branch deletions, audit who/what has merge rights and consider gating merges behind CI. If you want more assurance, request the skill author to document exact repo/Trello integration requirements or provide a version that declares needed environment variables.
功能分析
Type: OpenClaw Skill
Name: task-review-workflow
Version: 0.1.0
The skill is classified as suspicious due to instructions in `SKILL.md` that direct the AI agent to "Check out the PR branch" and "Run relevant test/lint/build commands." This workflow step, while common in human-driven development, represents a significant supply chain vulnerability for an automated agent. It implies the agent will execute code from an untrusted source (the PR branch) in its environment, which could lead to arbitrary code execution if a malicious PR is submitted. While there is no explicit malicious intent within the skill's instructions, this capability poses a high risk of exploitation.
能力评估
Purpose & Capability
The name/description match the instructions: the SKILL.md describes how to review PRs, decide outcomes, perform merge-time housekeeping, and hand off results. All requested actions (review diffs, run tests, delete branches, move task cards) are consistent with a review workflow. Minor mismatch: the workflow expects a REVIEW_CHECKLIST.md and Trello post-merge steps but the skill does not include or declare those resources.
Instruction Scope
Instructions are narrowly scoped to PR review tasks (read PR and linked task, run tests, leave comments, merge or request changes, post-merge cleanup). They reference checking out branches, running tests/lints, reading REVIEW_CHECKLIST.md, and moving a Trello card — all reasonable for this workflow but they implicitly require repository and Trello access that the skill does not describe.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be written to disk by an installer provided by this skill.
Credentials
The SKILL.md calls for actions that may require credentials (git write/merge rights, and Trello API or UI access to move cards). The skill declares no required environment variables or credentials; this is not harmful but users should be aware additional credentials or separate skills will be needed for automated branch deletion and Trello updates.
Persistence & Privilege
always:false and no install or persistent config changes. The skill does not request elevated platform privileges or permanent presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-review-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-review-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of standardized PR review and merge workflow
元数据
常见问题
Task Review Workflow 是什么?
Standard PR review and merge workflow for task-driven development. Use when reviewing a programmer agent PR linked to a task, deciding merge vs change reques... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 897 次。
如何安装 Task Review Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-review-workflow」即可一键安装,无需额外配置。
Task Review Workflow 是免费的吗?
是的,Task Review Workflow 完全免费(开源免费),可自由下载、安装和使用。
Task Review Workflow 支持哪些平台?
Task Review Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Review Workflow?
由 Md. Mushraful Hoque Anik(@anikgnr)开发并维护,当前版本 v0.1.0。
推荐 Skills