workflows-review

Forward deprecated /workflows-review invocations to the /ce-review command.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Andreicr1/Netz-Private-Credit-OS --skill workflows-review-andreicr1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflows-review
Source: https://github.com/Andreicr1/Netz-Private-Credit-OS/tree/main/.github/skills/workflows-review
Command: npx skills add https://github.com/Andreicr1/Netz-Private-Credit-OS --skill workflows-review-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a compatibility alias that redirects legacy /workflows-review invocations to the maintained /ce-review command, preventing broken review triggers and reducing user confusion during migration.

Core Features & Use Cases

  • Alias forwarding: Transparently map deprecated /workflows-review calls to /ce-review.
  • Argument passthrough: Accepts PR number, GitHub URL, branch name, or latest and forwards them unchanged.
  • Use Case: When a reviewer posts /workflows-review 123 on a pull request, the alias forwards the call to /ce-review 123 so CI/CD review workflows continue without requiring immediate user retraining.

Quick Start

Use the /ce-review command with a PR number, GitHub URL, branch name, or the keyword latest to run the current review flow.

Frequently Asked Questions about workflows-review

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

FAQPage Schema
How do I fix a broken GitHub PR review trigger after a workflow command deprecation?▼

You must replace deprecated /workflows-review invocations with the /ce-review command, passing a PR number, GitHub URL, branch name, or the keyword latest to trigger the current review workflow on your pull request.

Does the deprecated /workflows-review alias pass PR number and GitHub URL arguments to the new command?▼

The alias accepts PR number, GitHub URL, branch name, or latest and forwards them unchanged to /ce-review, ensuring consistent routing for your GitHub pull request review workflows without modifying payload semantics.

What is the best way to migrate legacy GitHub PR review commands without breaking CI/CD workflows?▼

Use a compatibility alias that redirects legacy /workflows-review calls to the maintained /ce-review command. This prevents broken review triggers and reduces user confusion during migration without requiring immediate user retraining.

Why does my /workflows-review command still work on GitHub pull requests?▼

Your command works because a compatibility alias transparently maps deprecated /workflows-review invocations to /ce-review, ensuring CI/CD review workflows continue even if you haven't yet updated your manual comment triggers.