mitigate-mistakes
Apply a research-grounded skill gate to detect and avoid common AI coding mistakes. Choose the gate that matches your task stage: requirements, dependencies, design, testing, security, code review, quality, or validation.
Instructions
Apply a single research-grounded skill gate to detect common AI coding mistakes. Choose the gate relevant to your current task stage: requirements-grounding, context-scope-discipline, dependency-verification, design-doc-and-architecture-gate, test-and-error-path-gate, secure-coding-and-validation-gate, code-review-and-change-gate, code-quality-enforcer, or deterministic-validation-gate. Based on academic research and professional engineering standards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The code snippet or task you want to check for potential AI coding agent mistakes. | |
| skill | Yes | The mitigation skill gate to apply. One of: requirements-grounding, context-scope-discipline, dependency-verification, design-doc-and-architecture-gate, test-and-error-path-gate, secure-coding-and-validation-gate, code-review-and-change-gate, code-quality-enforcer, deterministic-validation-gate. | |
| provider | No | Provider to use (e.g., 'gemini', 'codex', 'claude'). Defaults to server config ('gemini'). | gemini |
| model | No | Optional model override. Defaults to server config (provider default). |