dubery-prompt-reviewer

Validate v2 prompt JSONs with V1-V7 checks and output PASS/PATCH/FAIL verdicts.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RASCLAW/DuberyMNL --skill dubery-prompt-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dubery-prompt-reviewer
Source: https://github.com/RASCLAW/DuberyMNL/tree/main/.claude/skills/dubery-prompt-reviewer
Command: npx skills add https://github.com/RASCLAW/DuberyMNL --skill dubery-prompt-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review v2-generation prompt JSONs from brand content skills and returns a graded report to catch quality issues before image generation.

Core Features & Use Cases

  • Validates prompts against universal quality checks (V1-V7) and skill-specific checks
  • Generates a structured report with PASS/PATCH/FAIL verdicts to prevent wasted image-generation credits
  • Supports batch processing from contents/new or specific files, with per-file sequencing and aggregation results

Quick Start

Run the reviewer on a batch of v2 prompt JSONs located in contents/new or pass a specific file path to review.

Frequently Asked Questions about dubery-prompt-reviewer

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

FAQPage Schema
How do I validate prompt JSON for image generation before running batch jobs?

Validate prompt JSON for image generation by scoring files against universal checks (V1-V7) and skill-specific rules, generating a structured PASS, PATCH, or FAIL report to prevent wasting generation credits on low-quality inputs.

What is the best way to quality-check multiple v2 prompt JSON files at once?

Quality-check multiple v2 prompt JSON files by running batch processing from a contents/new directory, which sequences each file and aggregates the results into a comprehensive validation report.

Does the prompt validation reviewer require a specific task field format?

The prompt validation reviewer requires valid JSON input where the task field explicitly matches 'brand_bold', 'brand_callout', 'brand_collection', or 'ugc_simulation' to execute the correct skill-specific rules.

Can I review a comma-separated list of prompt JSONs instead of a full directory?

You can review a comma-separated list of prompt JSONs, as the validation tool supports single files, batch directories, and explicit lists to output structured verdicts for each item.

What do PASS, PATCH, and FAIL verdicts mean in a prompt review report?

PASS, PATCH, and FAIL verdicts in a prompt review report indicate the final overall status of a prompt, helping you determine if a JSON is ready for image generation, needs adjustments, or should be rejected.

Why does my v2 prompt JSON fail validation checks before image generation?

V2 prompt JSONs fail validation checks when they violate universal V1-V7 quality standards or skill-specific rules, triggering a FAIL verdict to block low-quality prompts from advancing to image generation.