grok_validate
Validates any artifact with a rigorous protocol, producing a scored scorecard, identifying weaknesses, and returning an improved version as a quality gate before shipping complex work.
Instructions
Runs a rigorous Validation Protocol on any artifact (code, plan, research, prompt, PR, architecture, etc.). Produces a scored scorecard, identifies weaknesses, and returns an improved version. Use this as your mandatory quality gate before shipping complex work. Default model: grok-4.3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact | Yes | The artifact to validate (code, plan, research output, prompt, PR description, etc.) | |
| criteria | No | Optional focus areas or custom evaluation criteria (e.g. 'security, performance, maintainability') | |
| reference | No | Optional reference output from another model for side-by-side comparison | |
| rounds | No | Number of validation rounds (1-10, default 5). Higher = deeper analysis. | |
| rubric | No | Evaluation style preset (default: balanced) |