workflows-review

Redirect the deprecated workflows-review alias to the /ce-review route.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill workflows-review-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflows-review
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/workflows-review
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill workflows-review-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deprecated alias workflows-review can cause confusion and break tooling; this Skill guides users to migrate to the recommended /ce-review path and preserves compatibility.

Core Features & Use Cases

  • Provides a clear, authoritative redirect from workflows-review to /ce-review.
  • Documents the migration and helps automation scripts update references to the new alias.
  • Use Case: when a CI workflow or bot references /workflows-review, apply this Skill to ensure it routes to /ce-review and maintains compatibility.

Quick Start

Update your automation to use /ce-review instead of workflows-review.

Frequently Asked Questions about workflows-review

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

FAQPage Schema
How do I redirect a deprecated GitHub Actions alias to a new route?

Update your automation scripts to directly reference the new /ce-review route, ensuring your CI/CD workflows and internal tooling maintain compatibility without relying on the deprecated alias.

What happens when a CI workflow references a deprecated automation alias?

When a CI workflow references a deprecated automation alias, it can cause confusion and break tooling, requiring a safe, non-intrusive alias resolution to map the reference to a newer route.

Do I need to execute code to resolve a deprecated workflow alias during migration?

No, you do not need to execute code to resolve a deprecated workflow alias; the migration enforces a safe, non-intrusive alias resolution by providing only a redirection mapping and guidance.

When do I need an alias redirect for GitHub Actions automation?

You need an alias redirect for GitHub Actions automation when internal tooling or CI/CD workflow invocations still reference a deprecated path and must be guided to migrate to the recommended route.