workflows-review

Migrate GitHub workflow review calls from workflows:review to ce:review.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/drhazemibclc/plate --skill workflows-review-drhazemibclc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-review
Source: https://github.com/drhazemibclc/plate/tree/main/.codex/skills/workflows-review
Command: npx skills add https://github.com/drhazemibclc/plate --skill workflows-review-drhazemibclc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams migrate from the deprecated workflows:review alias to the current ce:review command, preventing broken automation during transitions.

Core Features & Use Cases

  • Guided migration: redirects users from workflows:review to ce:review with equivalent arguments.
  • Deprecation awareness: clearly communicates deprecation status and planned removal.
  • Compatibility: supports common review scenarios by passing PR numbers, GitHub URLs, or branch names to ce:review.

Quick Start

Invoke ce:review with your PR number, GitHub URL, or branch name to review the workflow.

Frequently Asked Questions about workflows-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate from the deprecated workflows:review alias to ce:review?

To migrate from workflows:review to ce:review, use this Skill to translate your existing input arguments. It redirects deprecated commands to the new ce:review format, ensuring your GitHub workflow review automation continues functioning without interruption.

What is the ce:review command used for in GitHub workflow reviews?

The ce:review command is the current method for executing GitHub workflow reviews. It replaces the deprecated workflows:review alias, accepting PR numbers, GitHub URLs, or branch names to perform branch-specific checks and PR-based review scenarios.

Can I pass a GitHub PR number or URL to ce:review for branch-specific checks?

Yes, you can pass a GitHub PR number, URL, or branch name directly to ce:review. The migration Skill ensures these common review scenarios are supported by translating and forwarding your arguments to the new command format.

Why does my workflows:review automation keep failing during transitions?

Your workflows:review automation is failing because the alias has been deprecated. You must migrate to the ce:review command to enforce deprecation compliance and restore continued functionality for your GitHub workflow review tasks.

What are the limitations of using the workflows:review alias for PR-based reviews?

The workflows:review alias is deprecated and faces planned removal, making it unreliable for PR-based reviews. Migrating to ce:review is required to maintain compatibility and ensure your GitHub workflow review tasks keep operating.