reviewing-ai-generated-code

Validate AI-generated code against task specs and conversation context.

80|1|Updated Nov 27, 2022
One-click install
npx skills add https://github.com/leonasdev/.dotfiles --skill reviewing-ai-generated-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-ai-generated-code
Source: https://github.com/leonasdev/.dotfiles/tree/main/.claude/skills/reviewing-ai-generated-code
Command: npx skills add https://github.com/leonasdev/.dotfiles --skill reviewing-ai-generated-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams verify that AI-generated code actually does what it claims, catching AI-specific failure modes before merge.

Core Features & Use Cases

  • Structured, audit-ready reviews of AI-generated code, including identifying hallucinated APIs, silent fallbacks, and spec drift.
  • Evidence-driven reports with clear critical issues, concerns, and actionable remediation notes.
  • Reference to common AI failure patterns to guide reviewers.

Quick Start

Provide a reproducible prompt that triggers a full, structured review on a given diff and AI-conversation context.

Frequently Asked Questions about reviewing-ai-generated-code

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

FAQPage Schema
What are common failure patterns in AI-generated pull requests?

You can review AI-generated code during PR reviews or branch checks by applying a structured review process that detects AI-specific failure patterns and outputs a categorized report.

How do I detect spec drift in AI-generated code?

An AI-generated code review outputs a structured, audit-ready report categorized into Critical issues, Concerns, and Nits, complete with evidence-driven remediation notes to guide fixes.

What is the best way to validate AI-generated code before merge?

To start an AI-generated code review, provide a reproducible prompt that triggers a full, structured review on a given diff and AI-conversation context to identify failure patterns.

Can I use automated code review to catch AI-specific failure patterns?

Yes, you can use this review process for branch checks by validating AI-generated code against task specs to detect hallucinated APIs and silent fallbacks without needing additional dependencies.