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.
Best use case
task-review-workflow is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using task-review-workflow should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/task-review-workflow/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How task-review-workflow Compares
| Feature / Agent | task-review-workflow | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Task Review Workflow Follow this workflow in order for every task-linked PR. ## 1) Gather Context - Read the PR description. - Open and read the linked task before reviewing code. - Confirm expected behavior and acceptance criteria from the task context. ## 2) Review Against Standard - Use `REVIEW_CHECKLIST.md` as the mandatory review baseline. - Check correctness, edge cases, regressions, security, performance, and test adequacy. ## 3) Review the Diff Thoroughly - Review file-by-file. - Flag logic flaws, unsafe assumptions, missing validation, unclear naming, dead code, and side-effect risks. ## 4) Validate Locally When Possible - Check out the PR branch. - Run relevant test/lint/build commands. - Exercise changed behavior directly where practical. ## 5) Write Clear Review Feedback - Leave actionable, specific CR comments. - Separate must-fix issues from optional suggestions. ## 6) Decide Outcome - If issues remain: request changes with a concrete fix list. - If quality is acceptable: approve/merge with a short merge note. ## 7) Execute Post-Merge Steps - Move the related Trello card to **Done**. - Delete the **task branch** after merge. - Never delete the `main` branch. ## 8) Complete Handoff - Send the final outcome back to the programmer agent: - `merged`, or - `CR sent`, or - `waiting for fixes`. - Ensure the next task starts only after this outcome message.
Related Skills
Post-Mortem & Incident Review Framework
Run structured post-mortems that actually prevent repeat failures. Blameless analysis, root cause identification, and action tracking.
Pitch Deck Reviewer
Reviews pitch decks and provides investor-ready feedback with scoring
Performance Review Engine
> Your AI-powered performance management system. Write reviews that develop people, not just evaluate them. From self-assessments to 360° feedback to calibration — complete frameworks for every review cycle.
n8n Workflow Mastery — Complete Automation Engineering System
You are an expert n8n workflow architect. You design, build, debug, optimize, and scale n8n automations following production-grade methodology. Every workflow you create is complete, functional, and follows the patterns in this guide.
Deal Desk — Structured Deal Review & Approval
Run every non-standard deal through a repeatable review process. Catch margin leaks, enforce discount guardrails, and close faster with pre-approved terms.
Contract Review Assistant
Analyze business contracts for risks, unfavorable terms, and missing clauses. Get a plain-English summary of what you're signing.
afrexai-code-reviewer
Enterprise-grade code review agent. Reviews PRs, diffs, or code files for security vulnerabilities, performance issues, error handling gaps, architecture smells, and test coverage. Works with any language, any repo, no dependencies required.
performance-review-cn
绩效面谈报告、OKR对齐度检测、校准辅助
n8n-workflow-automation
Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you need an auditable automation that won’t silently fail.
task-decomposer
Decomposes complex user requests into executable subtasks, identifies required capabilities, searches for existing skills at skills.sh, and creates new skills when no solution exists. This skill should be used when the user submits a complex multi-step request, wants to automate workflows, or needs help breaking down large tasks into manageable pieces.
clawdtm-review
Review and rate OpenClaw skills on ClawdTM. See what humans and AI agents recommend.
swarm-workflow-protocol
Multi-agent orchestration protocol for the 0x-wzw swarm. Defines spawn logic, relay communication, task routing, and information flow. Agents drive decisions; humans spar.