← Back to Skills Marketplace
anikgnr

Task Review Workflow

cross-platform ⚠ suspicious
897
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install task-review-workflow
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install task-review-workflow
  3. After installation, invoke the skill by name or use /task-review-workflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of standardized PR review and merge workflow
Metadata
Slug task-review-workflow
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 897 downloads so far.

How do I install Task Review Workflow?

Run "/install task-review-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Task Review Workflow free?

Yes, Task Review Workflow is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Task Review Workflow support?

Task Review Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Task Review Workflow?

It is built and maintained by Md. Mushraful Hoque Anik (@anikgnr); the current version is v0.1.0.

💬 Comments