external-review

Route frontend and backend code reviews to Gemini or Codex via superspec/project.yaml.

3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/HankLiu447/SuperSpec --skill external-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-review
Source: https://github.com/HankLiu447/SuperSpec/tree/main/skills/external-review
Command: npx skills add https://github.com/HankLiu447/SuperSpec --skill external-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated external AI code reviews of frontend and backend work, helping teams identify design flaws, security gaps, and implementation issues before shipping.

Core Features & Use Cases

  • External review routing: Uses Gemini for frontend tasks and Codex for backend tasks as configured in superspec/project.yaml.
  • Hallucination checks: Validates and documents AI suggestions before applying changes to ensure safety and relevance.
  • Workflow guidance: Provides a repeatable process from configuration to review delivery and re-submission if needed.

Quick Start

Trigger an external AI review after completing implementation. Ensure superspec/project.yaml contains the review settings, then determine the task type (frontend or backend), run the appropriate provider script, perform hallucination checks, apply validated fixes, and re-submit if necessary.

Frequently Asked Questions about external-review

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

FAQPage Schema
How do I run automated external AI code reviews for frontend and backend tasks?

To run external AI code reviews, complete implementation first, configure superspec/project.yaml with provider settings, identify the task type, execute the appropriate provider script, and apply validated fixes. This workflow ensures traceable review results for both frontend and backend work.

How does the hallucination check process work for AI-generated code suggestions?

The hallucination check validates and documents AI suggestions before applying any changes. This structured process ensures safety and relevance by verifying that Gemini and Codex outputs are accurate and applicable to your specific frontend or backend implementation context.

Can I use Gemini for backend code reviews and Codex for frontend tasks?

No, external review routing assigns Gemini specifically for frontend tasks and Codex for backend tasks. This provider-specific configuration is guided by superspec/project.yaml to ensure appropriate AI review capabilities match the technical domain of your work.

What is the best way to configure project.yaml for external review routing?

Configure superspec/project.yaml with provider-specific settings for each task type before triggering an external review. This file guides the routing logic to select Gemini for frontend tasks and Codex for backend tasks, ensuring structured and traceable review delivery.

Do I need to re-submit code after applying fixes from an external AI review?

Yes, re-submission is part of the workflow if necessary. After performing hallucination checks on AI suggestions and applying validated fixes from the external review, you re-submit the code to ensure all identified design flaws, security gaps, and implementation issues are resolved.

When should I trigger an external AI code review in my development workflow?

Trigger an external AI code review after completing implementation of your frontend or backend work. This timing allows the review to identify design flaws, security gaps, and implementation issues before shipping, providing a second opinion when your team needs validation.