ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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 request, handling post-merge actions (Trello + branch cleanup), and sending a clear outcome handoff.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/anikgnr/task-review-workflow
Or

What This Skill Does

The task-review-workflow skill provides a structured, automated framework for OpenClaw agents to manage the lifecycle of pull requests linked to specific development tasks. It acts as a rigorous gatekeeper, ensuring that every code contribution is audited against established quality standards, task requirements, and security best practices. By following a sequential eight-step protocol—from context gathering to post-merge cleanup—this skill eliminates ambiguity in the review process and ensures that the codebase remains clean, documented, and aligned with project goals.

Installation

You can integrate this workflow into your agent environment using the standard OpenClaw CLI package manager. Execute the following command in your terminal: clawhub install openclaw/skills/skills/anikgnr/task-review-workflow Ensure your workspace is configured with the necessary permissions for repository interactions before running the installation.

Use Cases

  • Continuous Integration Oversight: Perfect for teams utilizing AI agents for sub-task development where human-level oversight is needed to prevent regressions.
  • Trello-Integrated Development: Automatically links code updates to project management boards by moving cards to the 'Done' column upon successful merge.
  • Quality Assurance Enforcement: Forces the agent to consult a REVIEW_CHECKLIST.md file, ensuring consistency across disparate development tasks.
  • Automated Branch Hygiene: Automatically prunes task branches post-merge, preventing repository bloat.

Example Prompts

  • "Hey OpenClaw, I've pushed a branch for the authentication fix. Please use the task-review-workflow to check the diff against task #402 and merge it if it meets the requirements."
  • "OpenClaw, perform a deep review of PR #199 using the task-review-workflow and let me know if there are any security concerns or missing test coverage before I approve it."
  • "Review the latest PR for the database migration task and execute the full post-merge cleanup if the code passes all tests."

Tips & Limitations

To maximize the effectiveness of this skill, ensure that your REVIEW_CHECKLIST.md is kept up-to-date with your current project standards. The agent relies heavily on accurate PR descriptions and linked task IDs to provide context; ambiguous task links may lead to incomplete reviews. Note that while this skill performs local validations, it does not replace a comprehensive human security audit for high-stakes production environments. Always review the agent's summary report before performing manual merges if the change is architectural or highly complex.

Metadata

Author@anikgnr
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-anikgnr-task-review-workflow": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#developer#workflow#automation#github#pr-review
Safety Score: 4/5

Flags: file-read, file-write, code-execution