gsd-ns-review

Routes review and validation requests to the correct GSD workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from choosing the right GSD review workflow by acting as a single routing entry point for quality, debugging, audit, security, evaluation, and UI review requests.

Core Features & Use Cases

  • Intent-based routing: Detects whether the user wants code review, auto-fix review, UAT validation, security review, AI response evaluation, UI review, debugging, or forensic investigation.
  • Workflow delegation: Sends the request to the matching downstream GSD skill so the user reaches the correct specialized process immediately.
  • Interaction-safe handling: Preserves user question flows and maps interactive prompts into Codex-compatible input requests when needed.

Quick Start

Ask the assistant to use the gsd-ns-review skill for your review request and let it route you to the appropriate downstream workflow.

Frequently Asked Questions about gsd-ns-review

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

FAQPage Schema
How do I route a code review request to the correct workflow?

Route a code review request by using intent matching to detect the review type and dispatching it to the matching downstream GSD workflow for execution. The system automatically identifies whether you need code review, auto-fix review, or debugging.

What is the best way to handle UAT validation and security audits in one place?

Handle UAT validation and security audits by submitting them to a single routing entry point that detects your intent and delegates the request to the specialized downstream workflow. This removes the guesswork from choosing the correct validation process.

Can I use this routing system for UI review and AI response evaluation?

Yes, you can use this routing system for UI review and AI response evaluation because it supports intent-based dispatching for multiple review types. It maps your request to the correct specialized process immediately.

How does workflow delegation handle interactive questions during a security phase review?

Workflow delegation handles interactive questions during a security phase review by preserving user question flows and mapping interactive prompts into compatible input requests. This ensures the downstream execution receives the required context.

When do I need workflow delegation for debugging and forensic investigation?

You need workflow delegation for debugging and forensic investigation when you want to skip manually selecting the right process. The routing system matches your intent and sends the request to the correct specialized workflow automatically.

Does this routing approach support auto-fix review and phase validation?

Yes, this routing approach supports auto-fix review and phase validation by detecting your intent and sending the request to the matching downstream skill. It acts as a single entry point for all quality and audit requests.